-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Networking
-
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; |