-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Sharding EMEA
-
Fully Compatible
-
ALL
-
Sharding EMEA 2023-03-06
-
35
As part of the shell helper function awaitCollectionBalance, the balancer is turned off to wait for orphan cleanup and then the balancer is reenabled. Turning on and off the balancer is done via writes to config.collections, which are not retriable since they are in the config collection.
We should retry these commands (1, 2) in case of notPrimary errors so that this helper can still be used in config stepdown suites.
- causes
-
SERVER-76335 assertRetryableCommandWorked should check command results
- Closed
- is related to
-
SERVER-59891 Replace the coverage from sharding_continuous_config_stepdown.yml and then delete the test suite
- Backlog