Investigate the conditions to open a checkpoint cursor

XMLWordPrintableJSON

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

      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:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: