Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
Fully Compatible
-
ALL
-
Sharding EMEA 2022-06-13
-
8
Description
balancer_collection_status.js is waiting for a fixed number of balancer rounds before checking that the collection is balanced, however, if a stepdown happens in the middle of the balancing round, the round might finish without being successful, causing a failure.
We should run balancer rounds until the collection is balanced, instead of running a fixed number of rounds.