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

Missing tag in RTS log

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT11.2.0, 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 2
    • 2023-05-16 Chook-n-Nuts Farm

      In rts_btree_walk.c, the following code does not contain any RTS tag:

                  else {
                      __wt_verbose_multi(session, WT_VERB_RECOVERY_RTS(session),
                        "%p: deleted page walk skipped page_del %s", (void *)ref,
                        __wt_time_point_to_string(page_del->timestamp, page_del->durable_timestamp,
                          page_del->txnid, time_string));
                  }
      

      Furthermore, the ref= prefix before printing the pointer address is missing too.

      Those two missing items prevent the right testing of WT-10017 as the RTS verifier fails.

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: