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

Investigate the conditions to open a checkpoint cursor

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • 5
    • StorEng - Defined Pipeline

      This ticket comes from this comment.

      The following condition may be modified if we don't need to compare the oldest/stable timestamps with the snapshot time:

                  if (first_snapshot_time != snapshot_time || ds_time > snapshot_time ||
                    hs_time > snapshot_time || stable_time > snapshot_time ||
                    oldest_time > snapshot_time)
      

      The reasoning is that the stable/oldest timestamps should not matter. If a checkpoint has been created at a certain time, we should be able to open the data at that time regardless of the oldest/stable timestamp values.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: