Convert SizeCountCheckpointOplogTailer class to pure functions

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.0.0-rc1
    • 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.

            Assignee:
            Cedric Sirianni
            Reporter:
            Cedric Sirianni
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: