-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: 3.3.11
-
Component/s: Internal Code
-
Server Programmability
-
Fully Compatible
For ASAN, mongod makes sure to shut down the listener, close all connections and wait for worker threads to exit before shutting down. We don't do this in mongos and doing so will probably make ASAN builds more robust for mongos.
We may also need to investigate the performance cost of doing this in mongos (how much longer the sharding jscore passthrough suite takes)