-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2021-03-22
The goal of this new config.collectionCriticalSections shard-local collection is to track which collection critical sections are taken and by which DDL operation.
This is needed to be able to resume DDL operations on step-up.
We need the following fields:
{ nss: namespacestring, reason: object, additionalInfo: object, [OPTIONAL] }
- is depended on by
-
SERVER-55148 Extend DDL Utils that acq/rel the collection critical section to add/rm a doc on config.collectionCriticalSections
- Closed