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

Don't wipe out timestamps after rts rolls back an update

    • Storage Engines
    • 1
    • Storage - Ra 2021-12-13

                  upd->txnid = WT_TXN_ABORTED;
                  WT_STAT_CONN_INCR(session, txn_rts_upd_aborted);
                  upd->durable_ts = upd->start_ts = WT_TS_NONE;
      

      RTS not only marks the update as aborted but also removes the timestamp information of the update, which is unnecessary.

            Assignee:
            chenhao.qu@mongodb.com Chenhao Qu
            Reporter:
            chenhao.qu@mongodb.com Chenhao Qu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: