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

set_cluster_parameter_replset.js should be tagged "requires_persistence"

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.0.0-rc1, 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      None
    • Fully Compatible
    • v6.0
    • QE 2022-04-18
    • 161

      This test restarts all of the nodes in the replica set around the same time. This means that all three nodes can lose their data when running on the inMemory storage engine. Depending on the timing, all three nodes can end up trying to initial sync from one another. Eventually they fassert() because they cannot find a sync source.

      This test should be tagged "requires_persistence" to prevent it from running with the inMemory storage engine. Thanks to judah.schvimer@mongodb.com for helping me understand the problem!

            Assignee:
            david.storch@mongodb.com David Storch
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: