-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2020-11-16, Sharding 2020-11-30, Sharding 2020-12-14
The disableShardingUptimeReporterPeriodicThread failpoint stops the whole uptime reporter thread, but this is overkill for the intended purpose of not doing uptime reporter writes on the configsvrs (because this thread is also responsible for refreshing the balancer state and CWRWC defaults). This failpoint should be renamed to disableShardingUptimeReporting, and its effect changed to just skipping/short-circuiting reportStatus().
- related to
-
SERVER-42632 Disable pinger threads that reach out to config server to make integration tests pass
- Closed
-
SERVER-51683 Await configRS optime replication before to stop it in lagged_config_secondary.js
- Closed