-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: PALM
-
None
-
Storage Engines, Storage Engines - Persistence
-
SE Persistence backlog
-
None
The PALM validation throws an error in WT-15456.
Invalid argument (22): palm_handle_put:929: LSN arguments validation failed: put_args->backlink_lsn != prev_lsn. Page details: table_id=73, page_id=22136, flags=0x2, put_args->backlink_lsn=142921, prev_lsn=146173
The issue is similar to WT-15524 that it doesn't consider that we may have a failed write in the middle of the chain in validation and assumes every version points to the previous write. We should fix the validation in those cases.
- causes
-
WT-15456 test/format (disagg.mode=leader) Transaction rollback assertion fires !WT_IS_METADATA(op->btree->dhandle)
-
- Open
-