-
Type: Technical Debt
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
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.
- is depended on by
-
WT-10017 Remove the unstable historical versions at the end of rollback to stable
- Closed