Summary
The below assertion is fired in __hs_delete_record
WT_ASSERT(session, delete_tombstone != NULL && __wt_txn_upd_visible_all(session, delete_tombstone));
- is caused by
-
WT-9268 Delay deletion of the history store record to reconciliation
- Closed