-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Repl 2019-06-17, Repl 2019-07-01, Repl 2019-07-15, Repl 2019-07-29, Repl 2019-08-12
OplogEntry is used in OplogApplier, but raw BSON is still needed by SyncTail::syncApply, which parses it again eventually for operations and commands. We should only parse the BSON once and use the parsed OplogEntry everywhere in oplog application.
- related to
-
SERVER-36570 Make OplogEntry mutable
-
- Closed
-
-
SERVER-37480 Use OplogEntry in command oplog application
-
- Closed
-
-
SERVER-35353 Use OplogEntry class in logOp
-
- Closed
-