-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
Fully Compatible
-
v8.0
-
Repl 2024-02-19, Repl 2024-03-04, Repl 2024-03-18
This is the follow-up work for SERVER-84192.
The OplogFetcher will need the new lastWritten to make certain decisions such as
_checkRemoteOplogStart, and figuring out whether it should stop fetching (i.e. change sync source). The decision to change sync source may also rely on SERVER-84190 to populate lastWritten in the heartbeat responses.
SERVER-85705 may be a duplicate of this ticket, the assignee should double check it.
- depends on
-
SERVER-83573 Update the lastWritten opTime during secondary modes
- Closed
-
SERVER-84190 Add lastWritten opTime to replication heartbeat responses
- Closed
-
SERVER-84192 Add lastWritten opTime to OplogQueryMetadata
- Closed
- is depended on by
-
SERVER-85599 [Milestone] LastWritten OpTime Checkpoint
- Closed
- is duplicated by
-
SERVER-85705 Use lastWritten opTime for sync source selection
- Closed
- related to
-
SERVER-88510 Change oplog fetching query to read beyond lastApplied
- Blocked