-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: Backlog
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding EMEA 2021-05-03, Sharding EMEA 2021-05-17
The create collection coordinator always release the collection critical section when the node is stepping down. This is wrong because we could have multiple coordinators waiting to acquire the distributed lock in addition to the one that is actually being executed. In case of stepdown the the coordinators that are waiting will release the critical section while there is a running coordinator that requires it.
- is depended on by
-
SERVER-56555 Enable drop_collection_sharded.js FSM workload in stepdown suites
- Closed