-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
ALL
-
Sharding 2020-11-02, Service arch 2020-11-30
-
145
In mongos, we shut down the Grid's executor pool. We don't do the same for mongod which can lead to leaks.
We should at least shut down the executor - I'm not sure if we want to join it or not though since it might take a little while to join and that would slow down shutdown.
- related to
-
SERVER-67732 mongod shutdown procedure doesn't shutdown the Grid::getExecutorPool()
- Closed