-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code, Networking
-
None
-
Fully Compatible
-
ALL
-
Service Arch 2019-05-20
It should be legal to call shutdown() on a network interface without calling startup() (because an owning task executor will call shutdown() in its dtor).
Currently this crashes (because the NiTL doesn't keep track of whether it's started). Changing the _inShutdown atomic to a _state enum atomic can resolve that problem
- is depended on by
-
SERVER-39447 $mongotRemote Implementation Work
- Closed