-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: Backlog
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
-
Sharding EMEA 2021-05-03
The create collection coordinator is executed on the ShardingDDLCoordinator service thread pool that is capped to max 6 concurrent threads.
The problem is that this coordinator schedule a task on this threadpool and wait synchronously for its completion without releasing its current thread. If the threadpool doesn't have any available thread to execute the task the coordinator will hang forever.
- is depended on by
-
SERVER-56555 Enable drop_collection_sharded.js FSM workload in stepdown suites
- Closed