-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
We mark operations as interrupted in many different situations (like during step down, rollback, etc) and rely on the operations to quickly check that they have been interrupted to let the system make progress. However, we have seen many situations where operations take a very long time (over 30 seconds) to notice they need to be interrupted. We should track how long it takes for an operation to check that it has been interrupted so that we can identify which operations are not adhering to our timing requirements.
- duplicates
-
SERVER-101669 Move storage engine interrupt delay tracking to the opctx
-
- Closed
-
- related to
-
SERVER-98110 Track the duration it takes to interrupt a WiredTiger operation
-
- Closed
-