Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-7957

Tiered storage should look in local system for objects

      In WT-7844 the first issue found by the tiered_abort test is a race where, after a flush_tier call has completed its switching, and is waiting for the internal thread to finish copying the objects, a checkpoint starts. That checkpoint is looking for older objects in the bucket and they are not yet there. See that ticket for more information.

      This ticket is to fix that issue. One potential solution is to have the block manager opener (or something else) look in the local system first, then the shared storage cache and then finally the shared storage bucket.

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: