-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-12-12
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.
- is related to
-
SERVER-70899 move logOplogEntries() from OpObserverImpl to TransactionOperations
- Closed
-
SERVER-71488 include multi-doc prepare info in TransactionOperations::getApplyOpsInfo() result
- Closed