The table_id parameter is redundant for a palm handle function since there's a 1:1 correspondence between WT_PAGE_LOG_HANDLE and table_id.
The main purpose of palm_handle_get_page_ids is to retrieve page ids from the PALM side so we could compare and verify with the pages in the btree. We would like to still make sure we're comparing the right btree to the right pages we retrieve.
To achieve this, we could use an optional pointer argument for returning the table_id to the caller in plh_get_page_ids. (e.g., something like uint64_t *table_idp)
- is related to
-
WT-15575 Prevent the follower from writing checkpoint metadata
-
- Closed
-
-
WT-15563 Investigate making cache tolerant to change app step-wise eviction to incremental eviction
-
- Closed
-
-
WT-15568 Add the ability to dump the error log without the connection object
-
- Closed
-
-
WT-15576 Use EIO to indicate I/O errors in disagg
-
- Closed
-
-
WT-15410 test/format (disagg.mode=leader) Delta chain validation failed
-
- Closed
-
-
WT-15455 Don't skip prepared update pages during cursor walk
-
- Closed
-
-
WT-15550 layered38, 32 data mismatch error
-
- Closed
-
- related to
-
WT-15292 disagg: test_bug033.py, test_prepare{22,23,27}.py crash in __wt_tree_modify_set called by rollback_to_stable
-
- Closed
-
-
WT-15193 Add test case to ensure prefix suffix compression works for page deltas
-
- Closed
-
-
WT-15563 Investigate making cache tolerant to change app step-wise eviction to incremental eviction
-
- Closed
-
-
WT-15410 test/format (disagg.mode=leader) Delta chain validation failed
-
- Closed
-
-
WT-15455 Don't skip prepared update pages during cursor walk
-
- Closed
-
-
WT-15450 test/format (disagg.mode=leader) verify failure unpacking addr
-
- Closed
-
-
WT-15550 layered38, 32 data mismatch error
-
- Closed
-
- mentioned in
-
Page Loading...