-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
STM 2021-03-08
-
0
Currently, the order members of a sharded cluster are shutdown in is:
1) Config Servers
2) Mongos
3) Shard members
If we change the shutdown order to be what's below, the we can shave ~1 minute off the shutdown time in some configurations.
1) Mongos
2) Shard members
3) Config Servers
We think this is because the shard members may try to contact the config servers after they've been shutdown which could lead to the shard members entering retry loop.
- duplicates
-
SERVER-50913 Teardown config server last in sharded cluster
- Closed
- is related to
-
SERVER-30979 Run the fuzzer with CSRS primary stepdowns
- Closed