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

Biggie storage engine should support snapshot ids

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.1
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • ALL
    • 35

      There are a few places in the query engine which assume that all storage engines which return true for supportsDocLocking() also support RecoveryUnit::getSnapshotId():

      This assumption does not hold for the biggie storage engine. This is currently causing query correctness issues leading to the failure of tests getmore_invalidated_documents.js and ensure_sorted.js. These failures were introduced by the code added in SERVER-42979 which assumed that doc-locking engines also support snapshot ids. There could be additional latent problems of a similar nature that have not yet been discovered.

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

              Created:
              Updated:
              Resolved: