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

Commit timestamp can be less than stable timestamp for running transactions, in specific scenario

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 8
    • Storage Engines 2019-03-25, Storage Engines 2019-05-06

      Currently the following scenario is possible within wired tiger

      self.conn.set_timestamp('stable_timestamp=6');
      session1.begin_transaction()

      session1.timestamp_transaction('commit_timestamp=7')

      self.conn.set_timestamp('stable_timestamp=8')

      cur1[1] = 4

      session1.commit_transaction()

       

      This presents an issue as if we check pointed at stable timestamp 8 we couldn't guarantee what would be part of the checkpoint.

            Assignee:
            luke.pearson@mongodb.com Luke Pearson
            Reporter:
            luke.pearson@mongodb.com Luke Pearson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: