-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 8.1.0-rc0, 8.0.0-rc4
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2024-05-13
-
170
This test is failing because of the combination of these two points:
- The algorithm the balancer uses to move a collection prioritizes untracked collections above tracked collections, therefore, it will always pick an untracked collection if there is any.
- With
SERVER-89997, we've stopped tracking timeseries collections upon moveCollection. So, if the test cluster has a timeseries collection, the balancer will always try to move a timeseries collection, which will continuous fail because ofSERVER-89997.
The proper fix will be done under SERVER-88852, however, we'll apply a quick fix under this ticket to silence the test while we work on the actual fix.