-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution NAMR Team 2023-07-24, Execution NAMR Team 2023-08-07
OpObserverImpl::onTransactionPrepare() defines a side transaction for preparing a multi-document transaction. The MigrationChunkClonerSourceOpObserver also overrides this method for notifications related to chunk migration outside this side transaction. We could look into splitting up this OpObserver method in two - onTransactionPrepare() and postTransactionPrepare() to better define the boundaries of the side transaction currently in place for preparing the multi-doc transaction.
- is related to
-
SERVER-79048 move retryable findAndModify image logic out of OpObserverImpl
- Closed