-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently we sleep when backing off of write conflict exceptions in a way that is non-interruptible. This can cause stalls where write conflict exceptions occur repeatedly. Please change this backoff to occur in an interruptible fashion. Since we already have an opCtx in scope, it seems to me like we could call sleepFor with the opCtx.
- duplicates
-
SERVER-126425 Make WCRetry interruptible
-
- In Code Review
-
- is related to
-
SERVER-126425 Make WCRetry interruptible
-
- In Code Review
-