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

Missing tag in RTS log

    XMLWordPrintableJSON

Details

    • Technical Debt
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • WT11.2.0, 7.1.0-rc0
    • None
    • 2
    • 2023-05-16 Chook-n-Nuts Farm

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: