-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Sharding
-
None
-
Fully Compatible
-
Repl 2019-11-18, Repl 2019-12-02
-
14
Currently, ShardingTest calls startSet on each of its shard ReplSetTest instances serially. This means that it is not possible to start up processes from multiple shards at the same time. To make this startup process faster when there are many shards, ShardingTest can start all ReplSetTest instances at the same time, without waiting for one to complete before moving on to the next one. It can then wait for all shard startup procedures to finish. This will allow the startup of all shard ReplSetTest instances to proceed in parallel.
- is related to
-
SERVER-43776 ShardingTest should run the stop procedure for all of its ReplSetTest shard instances in parallel
- Closed
- related to
-
SERVER-43774 ShardingTest should initiate all of its ReplSetTest shard instances in parallel
- Closed
-
SERVER-27342 Do not block unnecessarily on connecting to mongod or finishing initiate in ReplSetTest and ShardingTest
- Closed