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

Remove commit_timestamp config from set_timestamp

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • WT11.0.0, 5.3.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 3
    • Storage - Ra 2022-01-24

      In src/txn/txn_timestamp.c:__wt_txn_global_set_timestamp(),
      the commit_timestamp configuration remains after all_committed has been removed, which doesn't match the comment:

          /*
           * TODO: When we remove all_committed, we need to remove this too. For now, we're temporarily
           * aliasing the global commit timestamp to the global durable timestamp.
           */
          WT_RET(__wt_config_gets_def(session, cfg, "commit_timestamp", 0, &durable_cval));
      

            Assignee:
            fiona.ochee@mongodb.com Fiona O'Chee (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: