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

Start up mongod replica set nodes in ReplSetTest.startSet in parallel

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.1
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      None
    • Fully Compatible
    • Repl 2019-10-21, Repl 2019-11-04

      Currently, ReplSetTest.startSet starts up the mongod process for each replica set node serially, one after the other. This process is slow primarily due to the fact that we wait until we can connect to a mongod node before starting up the next one. Instead of waiting until a connection is made to a node before moving on, we can start up all processes in parallel and then wait until connections can be made to each one.

            Assignee:
            william.schultz@mongodb.com William Schultz (Inactive)
            Reporter:
            william.schultz@mongodb.com William Schultz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: