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

Fix ./jstests/replsets/initial_sync_drop_collection.js to prevent using stale heartbeat info in the test.

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.6.7, 4.0.2, 4.1.2
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.0, v3.6
    • Repl 2018-07-30
    • 2

      _waitForIndicator function in ./src/mongo/shell/replsettest.js always executes the "replSetGetStatus" cmd on primary and gets the member node's state. If the primary is not holding up-to-date info about the replica set members, then replTest.waitForState in finishTest can work incorrectly and lead to failures like in BF-9682.

      Fix is to make the setupTest function to wait till secondary node's state reaches "STARTUP2" after its restart.

            Assignee:
            suganthi.mani@mongodb.com Suganthi Mani
            Reporter:
            suganthi.mani@mongodb.com Suganthi Mani
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: