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

Make nodes_eventually_sync_from_closer_data_center.js more robust to transient slow heartbeat issues

    • Replication
    • Fully Compatible
    • v8.0, v7.3, v7.0, v6.0, v5.0
    • Repl 2024-04-15
    • 5

      In BF-32157 we see the test fail and time out because we get unlucky and have a few very slow heartbeats to another node right around the time that we expect the node to select that one as a sync source.
      This test already does an assert.soon to wait until the ping time of the old sync source is > 60 ms; we should add to that assert.soon to also wait until the ping time of the new sync source is < 60ms.

            Assignee:
            kaitlin.mahar@mongodb.com Kaitlin Mahar
            Reporter:
            kaitlin.mahar@mongodb.com Kaitlin Mahar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: