-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
Right now, the allDurable and lastApplied timestamps are computed once, and used as a barrier to protect against truncating pre-images that are not yet part of a consistent range of data (due to oplog holes/ secondary oplog application).
We should reconsider placing the check in _hasExcessMarkers so pre-images are not considered 'excess' from the start, rather than waiting to do the check before truncation.
- related to
-
SERVER-77972 Investigate that PreImagesTruncateManager on Secondaries takes PBWM lock
- Closed