-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
Repl 2026-02-16
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
From investigation in SERVER-115408, we determined that one of the key interactions between the checkpoint manager and the log server manager is that the
LogServerManager provides getCheckpointManager() and a couple bare delegate functions to provide access to CheckpointManager to other classes (state machine and repl coord).
To address this, we will remove the delegation and have other classes keep a pointer to checkpointManager. This will be done by first separating the build targets (then in a separate ticket, removing the delegates)
Acceptance criteria:
Pull checkpoint manager to its own build target with an abstract header. Use dependency injection to provide the CheckpointManager to the LogServerManager.
- related to
-
SERVER-119303 Remove delegates of checkpointManager
-
- In Code Review
-