Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
3.6.1
-
None
-
Storage Non-NYC 2018-04-09
-
v3.6
Description
Checkpoints should skip all deleted pages (as the did before MongoDB 3.6).
For a page to be marked deleted, it must have been evicted from cache and marked clean. Checkpoint should never instantiate deleted pages: if a truncate is not visible to the checkpoint, the on-disk version is correct. If the truncate is visible, we skip over the child page when writing its parent. We check whether a truncate is visible in the checkpoint as part of reconciling internal pages (specificially, in __rec_child_modify).
Attachments
Issue Links
- is duplicated by
-
WT-3915 Check that we only mark pages for lookaside reads if they have lookaside entries
-
- Closed
-
- related to
-
SERVER-42175 WiredTigerRecordStore::reclaimOplog can block for extended periods of time
-
- Closed
-