-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
Fully Compatible
-
Repl 2023-11-27, Repl 2023-12-11, Repl 2023-12-25
ReplicationConsistencyMarkersImpl::refreshOplogTruncateAfterPointIfPrimary parses the Optime from an oplog entry twice. The code should be change parse it only once. Also, we should take advantage of IDL's ability to disable duplicate field checks.
I have not measured the perf benefits of this change separately.
- related to
-
SERVER-86516 avoid catching all exceptions in OpTimeAndWallTime::parseOpTimeAndWallTimeFromOplogEntry()
- Closed