-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: None
-
3
-
Storage - Ra 2022-05-30
onpage_upd = upd_select->upd != NULL && upd_select->upd->type == WT_UPDATE_TOMBSTONE ?
NULL :
upd_select->upd;
/* Check the update chain for conditions that could prevent it's eviction. */
WT_RET(__rec_validate_upd_chain(session, r, onpage_upd, select_tw, vpack));
When validating whether the update can be evicted or not, we intentionally bypass tombstone, which is wrong. If it a mixed mode tombstone, we cannot evict as well if checkpoint is running.
- is depended on by
-
WT-9268 Delay deletion of the history store record to reconciliation
- Closed