-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2020-11-16
The changes from ff6685c as part of SERVER-49787 had the ReshardingCollectionCloner run on the current thread for convenience with the testReshardCloneCollection command. Switching the ReshardingCollectionCloner to run on a separate TaskExecutor is a prerequisite to integrating the ReshardingCollectionCloner into the RecipientStateMachine. The RecipientStateMachine's thread needs to react to the mongo::Futures returned from multiple components (including ReshardingCollectionCloner) that are running concurrently.
- is depended on by
-
SERVER-49291 Abort resharding operation if collection bulk loader encounters an error inserting documents
- Closed
- is related to
-
SERVER-49787 Create collection bulk loader for resharding
- Closed