-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
Fully Compatible
-
Repl 2024-02-05, Repl 2024-02-19
Secondaries perform a term check when learning the commit point to ensure the commit point is on the same branch of oplog history. Currently this term check compares the term of the new commit point against the term of this secondary’s lastApplied opTime. We will need to use the term of the lastWritten opTime instead.
Assignee should read the related code (including the call sites of this function) to make sure this is correct.
- is depended on by
-
SERVER-85599 [Milestone] LastWritten OpTime Checkpoint
- Closed