Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
ALL
-
Service Arch 2019-05-20
Description
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
Attachments
Issue Links
- is depended on by
-
SERVER-39447 $mongotRemote Implementation Work
-
- Closed
-