Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-90143

Temporary fix for balancer_should_return_random_migrations_failpoint.js

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • 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 of SERVER-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.

            Assignee:
            silvia.surroca@mongodb.com Silvia Surroca
            Reporter:
            silvia.surroca@mongodb.com Silvia Surroca
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: