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

Explicitly state nodes in awaitReplication in do_not_advance_commit_point_beyond_last_applied_term.js

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • 3.6.15
    • 3.6.15
    • Replication
    • None
    • Fully Compatible
    • ALL
    • Repl 2019-09-09
    • 50

    Description

      In 3.6, awaitReplication calls isMaster on all nodes and then adds them into liveNodes if isMaster is successful. In the case for do_not_advance_commit_point_beyond_last_applied.js, a node can still be in rollback and fail the isMaster call, which means awaitReplication will ignore that node when waiting for the opTimes.

      We should instead pass the list of nodes we explictly want to wait for into awaitReplication so the node will complete rollback before we begin querying on it.

      This is fixed on v4.0 and onwards thanks to this line here.

      Attachments

        Issue Links

          Activity

            People

              jason.chan@mongodb.com Jason Chan
              jason.chan@mongodb.com Jason Chan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: