The following assert is hit in mongodb
{ error: 0, message: { ts_sec: 1754077186, ts_usec: 314769, thread: "188209:0xffff6f885a80", session_dhandle_name: "file:_mdb_catalog.wt_stable", session_name: "WT_CURSOR.insert", category: "WT_VERB_DEFAULT", log_id: 1000000, category_id: 12, verbose_level: "ERROR", verbose_level_id: -3, msg: "__wt_row_modify:182:WiredTiger assertion failed: '!restore || (*upd_entry == ((void *)0) || ((((((((WT_BTREE *)(session)->dhandle->handle))->flags) & (0x0004000u)) != 0) && ((((&((WT_CONNECTION_IMPL *)((WT_SESSION_IMPL *)(session))->iface.connection)->disaggregated_storage)->flags) & (0x4u)) != 0)) && (*upd_entry)->type == 4 && ((((*upd_entry)->flags) & (0x100u)) != 0)))'. Illegal update on chain during update restore eviction" } }
- is related to
-
WT-15094 Fix - Update the assert to check if the btree leaf is delta enabled.
-
- Closed
-