-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
-
Execution Team 2023-05-15
OpObserverImpl has far too many dependencies that are unnecessary.
There are many code snippets that have bloated this entity that should be mechanically separated out and put into other OpObserver(s). For the purposes of this ticket and breaking the immediate dependency on OpObserverImpl, I will move all this code into a catch-all OpObserver. A future author could consider breaking these up into more logical blocks.
Primarily, OpObserverImpl should have no need to communicate with these entities:
- Scope
- MongoDSessionCatalog
- ReadWriteConcernDefaults
- LogicalTimeValidator?
- depends on
-
SERVER-76369 Accumulate state among early OpObservers
- Closed
- is related to
-
SERVER-74121 Streamline logical branches in opObserverImpl::onUpdate
- Backlog
- related to
-
SERVER-66612 Split up OpObserverImpl
- Open
-
SERVER-76563 Streamline OpObserverImpl::_onReplicationRollback
- Closed