-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2026-04-13
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
SERVER-122099 implemented an infrastructure to mark the phases that are holding the critical section and in those phases the OperationContexts created by the DDL coordinator are marked as non-deprioritizable.
From the client side it's done via implementing the RecoverableTypedDocMixin::isInCriticalSection virtual function.
The task here is to
- mark the RecoverableTypedDocMixin::isInCriticalSection pure virtual
- implement the function in every coordinator by checking which phase holds the critical section
- is related to
-
SERVER-122099 Provide a general way for ShardingCoordinator's to mark their opCtx non-deprioritizable within the critical section
-
- Closed
-