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

ReplicationCoordinatorExternalState and data replication must not be started after shutdown

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.2.3, 4.3.3, 4.0.15
    • None
    • Replication
    • None
    • Fully Compatible
    • ALL
    • v4.2, v4.0
    • Repl 2019-11-04, Repl 2019-12-30
    • 53

    Description

      It is possible for the ReplicationCoordinatorImpl to call startThreads on the ReplicationCoordinatorExternalState after calling shutdown() on the external state. In this case the ReplicationCoordinatorExternalState should refuse to start.

      Additionally, ReplicationCoordinatorImpl::_startDataReplication may be called after shutdown().
      This calls _externalState->startSteadyStateReplication, which should also do nothing after shutdown.

      Further, if initial sync is required, ReplicationCoordinatorImpl::_startDataReplication should avoid creating the initial syncer after shutdown.

      Attachments

        Activity

          People

            lingzhi.deng@mongodb.com Lingzhi Deng
            matthew.russotto@mongodb.com Matthew Russotto
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: