-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Storage Execution 2026-06-22, Storage Execution 2026-07-06
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This function does not need to be a member function because it doesn't access any class state. In fact, the entire `SizeCountCheckpointOplogTailer` is stateless! Unless we anticipate adding state now, we can move this entire class to pure functions.
Related, unit testing a private member function though a `_forTest()` getter is code smell. Update tests to either test the API itself or make this a public function.
- is duplicated by
-
SERVER-130019 Fix scanToNoHolesEOF() atomicity violation
-
- Closed
-
-
SERVER-129451 Enforce invariant that oplog entry at the valid-as-of timestamp persisted in the timestamp store is present in the oplog
-
- Closed
-
- related to
-
SERVER-129451 Enforce invariant that oplog entry at the valid-as-of timestamp persisted in the timestamp store is present in the oplog
-
- Closed
-
-
SERVER-128718 Stress test and cleanup SizeCountCheckpointBuffer
-
- Closed
-