-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
ALL
-
Repl 2019-03-11
-
28
UninterruptibleLockGuard only suppresses the interruptions in lock acquisition. We should use opCtx->runWithoutInterruption() instead in case checkForInterrupt() is called elsewhere. opCtx->waitForConditionOrInterrupt() in checkOutSessionForKill is an example.
- duplicates
-
SERVER-39427 Modify interrupt semantics for opCtx
- Closed
- is depended on by
-
SERVER-39949 Replace uses of UninterruptibleLockGuard in TransactionParticipant
- Closed