-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-10-17
The packOperationsIntoApplyOps() is current defined withing the anonymous namespace in the OpObserverImpl implementation. We should look into moving this logic, along with other related functions such as packTransactionStatementsForApplyOps() where possible, into the TransactionOperations class that will be introduced in SERVER-68860.
- is related to
-
SERVER-68860 add container type to hold replicated operations for TransactionParticipant
- Closed
- related to
-
SERVER-87308 Don't reserve oplog entries beyond those which will be used.
- Closed
-
SERVER-70092 remove unused param from OpObserver::preTransactionPrepare()
- Closed
-
SERVER-78675 TransactionParticipant generates applyOps entry information for prepared transactions rather than delegating to OpObserverImpl
- Closed