-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
Every instance of onTransactionStart() is derived from OpObserverNoop::onTransactionStart() which is empty.
The OpObserverRegistry is the only implementation of OpObserver that fills this function out, just to call all the registered OpObservers' onTransactionStart().
We should delete this function.