-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.3
-
Component/s: Networking, Sharding
-
Fully Compatible
-
ALL
-
Platforms 12 (04/01/16), Platforms 14 (05/13/16)
-
0
In mongos, we declare a MessageHandler on a stack that disappears partway through shutdown, causing the fatal error "pure virtual method called."
In mongod, we don't run into this... because we don't clean up its MessageHandler at all, we just leak it.
- related to
-
SERVER-22950 mongos shutdown is non-deterministic when the shutdown command is executed
- Closed