Details
-
Bug
-
Status: Closed
-
Trivial - P5
-
Resolution: Works as Designed
-
None
-
None
-
None
-
3
-
Storage - Ra 2022-05-30
Description
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.
Attachments
Issue Links
- is depended on by
-
WT-9268 Delay deletion of the history store record to reconciliation
-
- Closed
-