-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2018-04-09, Repl 2018-04-23
We need to make sure that all systems that use OpObservers to maintain in-memory state are prepared for their OpObserver to fire long before the operation is committed. Most of them should already be doing any work they need to undo in an onCommit hook, but some of them make changes speculatively then register onRollback handlers instead.
- related to
-
SERVER-32323 Update transaction table appropriately when a transaction commits
- Closed