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

ephemeralForTest storage engine does not support snapshots

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Storage
    • None
    • Storage Execution
    • ALL

      This came out of investigating the replica_sets failures after setting EMRC=true in EFT. See this patch.

      In jstests/replsets/advance_cluster_time.js, we can see several CommandNotSupported errors from the KeysCollectionManager (which I think affects how we gossip the clusterTime). This comes from a check in replCoordImpl and the test works if this code is commented out. Here, we're checking if the storage engine has a SnapshotManager, so that we can decide if we should wait for a target optime to be in the majority committed snapshot.

      However, the EFT storage engine does not have a SnapshotManager, so we should consider adding that if it is expected to support snapshots. Otherwise, we'll need to think more about the check in replCoordImpl.

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            pavithra.vetriselvan@mongodb.com Pavithra Vetriselvan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: