StreamableReplicaSetMonitor::onTopologyDescriptionChangedEvent should check if the instance is dropped

XMLWordPrintableJSON

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

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

       

      if (_isDropped.load())
      return;

              Assignee:
              Lamont Nelson
              Reporter:
              Lamont Nelson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: