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

StreamableReplicaSetMonitor::onTopologyDescriptionChangedEvent should check if the instance is dropped

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.4.0-rc0
    • Affects Version/s: None
    • Component/s: Networking
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Service Arch 2020-03-23, Service Arch 2020-04-06
    • 10

      need to add the following guard at the start of StreamableReplicaSetMonitor::onTopologyDescriptionChangedEvent

       

      if (_isDropped.load())
      return;

            Assignee:
            lamont.nelson@mongodb.com Lamont Nelson
            Reporter:
            lamont.nelson@mongodb.com Lamont Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: