-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.5
-
Component/s: Sharding
-
None
-
Sharding
-
ALL
-
56
If a node steps down during MapReduce, dropTempCollections can be called from ON_BLOCK_EXIT while an exception is active. dropTempCollections then throws itself, causing std::terminate to be called. We should avoid throwing from this function.
- duplicates
-
SERVER-33245 mr.cpp can throw in an ON_BLOCK_EXIT handler when there's already an active exception
- Closed