-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2025-09-29, CAR Team 2025-10-13, CAR Team 2025-10-27
-
None
-
None
-
None
-
None
-
None
-
None
-
None
SERVER-104500 has moved the Grid initialization from mongos_main.cpp and mongod_main.cpp to the newly Grid::shutdown() method.
However, both processes have different behaviors in the node shutdown process, so we had to implement both cases under the same method using the isMongos boolean parameter.
This ticket aims to investigate whether it's possible to get rid of the isMongos boolean parameter and execute the same Grid shutdown code on mongoS and mongoD.
- is related to
-
SERVER-50612 ScopedTaskExecutor violates the TaskExecutor contract
-
- Open
-
-
SERVER-78971 Skip shutting down Grid::getExecutorPool() when TestProctor is disabled
-
- Closed
-
-
SERVER-104500 Check if Grid is initialized under the mongoS cleanupTask
-
- Closed
-