-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2023-03-20
logMutableOplogEntry current ignores fromMigrate for createIndexes and createCollection operations that are in a multi-document transaction. This is slightly inconsistent with the fromMigrate treatment in some other OpObserver methods such as onDelete.
This change is effectively a no-op for the multi-document transaction case because we don't current use these operations for chunk migration in transactions.
- is related to
-
SERVER-73051 Streamline logical branches in opObserverImpl::onCreateCollection
- Closed