-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
ALL
-
Sharding 2018-11-19
-
18
Because the threads spawned by MongoDSessionCatalog::invalidateSessions get detached, two invalidations of the same session one after the other will not synchronize with each other and the second one can fail with a ConflictingOperationInProgress: Session already killed exception.
- duplicates
-
SERVER-37244 Implement checkOutSessionForKill API and switch all non-migration callers to use it
- Closed