-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-12-12
The logApplyOps() function currently returns an OpTimeBundle, which is an internal type to op_observer_impl.cpp. The only caller of this function uses the `writeOpTime` and ignores the other fields. To simply the function signature and support integration with SERVER-70899, we could replace the return type with OpTime.
- is related to
-
SERVER-34824 Make prepareTransaction command write a prepare oplog entry and use its optime as the prepare timestamp
- Closed
-
SERVER-70899 move logOplogEntries() from OpObserverImpl to TransactionOperations
- Closed