Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Execution Team 2022-12-12
Description
The OpObserver interfaces currently accepts a pointer to the TransactionOperations container (see preTransactionPrepare, onTransactionPrepare, and onUnpreparedTransactionCommit) but none of the existing implementations need to modify the container's contents.
It would be clearer for the interface to accept a const ref to TransactionOperations.
Attachments
Issue Links
- is related to
-
SERVER-70899 move logOplogEntries() from OpObserverImpl to TransactionOperations
-
- Closed
-
-
SERVER-71488 include multi-doc prepare info in TransactionOperations::getApplyOpsInfo() result
-
- Closed
-