SERVER-46870 Refactors the OplogStones into a generic CollectionTruncateMarkers class that can be reused in different implementations.
For testing there is a failpoint called slowOplogSamplingReads that can't be currently renamed to a more generic term until 7.0 is released due to multiversion testing.
The term should be something more generic called slowCollectionSamplingReads.
The places affected by this have been mamrked with TODOs in the code with this server ticket.
- is caused by
-
SERVER-46870 Generalize the WiredTigerRecordStore::OplogStones and move it out of WiredTigerRecordStore
- Closed