Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-43774

ShardingTest should initiate all of its ReplSetTest shard instances in parallel

    • Fully Compatible
    • Repl 2019-11-18, Repl 2019-12-16, Sharding 2020-07-13, Sharding 2020-06-29, Sharding 2020-07-27, Sharding 2020-08-10

      Currently, ShardingTest calls initiate on each of its shard ReplSetTest instances serially. This means that it is not possible to initiate multiple shard replica sets at the same time. To make this initiation process faster when there are many shards, ShardingTest can initiate 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 initiation procedures to finish. This will allow the initiation of all shard ReplSetTest instances to proceed in parallel.

            Assignee:
            haley.connelly@mongodb.com Haley Connelly
            Reporter:
            william.schultz@mongodb.com William Schultz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: