-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
ALL
-
Execution Team 2024-05-27, Execution Team 2024-06-10, Execution Team 2024-07-22, Execution Team 2024-08-05, Execution Team 2024-08-19, Execution Team 2024-09-16, Execution Team 2024-09-30, Execution Team 2024-10-14, Execution Team 2024-10-28, Execution Team 2024-11-11
-
0
The marker initialisation code creates and installs markers, and then refreshes the markers to account for concurrent inserts. This refresh samples the last RecordId, and updates the highest wall time and RecordId, but does so without modifying byte and record count (code ref).
Partial marker expiration depends on either record count or byte count being greater than 0 (ref).
This means that any entry accounted for in the refresh will not be dropped even if the wall time and RecordId are correct (in the absence of new inserts).
- is related to
-
SERVER-90301 Safeguard against parsing null RecordId in preimage truncation
- Closed
- is testing
-
SERVER-95290 Add unittests for PreImageTruncateMarkersPerNsUUID API
- Closed