-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics, Replication
-
Fully Compatible
-
v4.0
-
Repl 2018-07-02, Repl 2018-07-16
We want to track aggregate operation stats inside SingleTransactionsStats using an OpDebug object that accumulates stats from all operations run inside a transaction. We should have an OpDebug member variable on SingleTransactionStats, and we should add to it the stats from the latest operation whenever that operation finishes i.e. whenever a transaction operation stashes its resources, we will add its CurOp::_debug field to the aggregate OpDebug instance stored in the SingleTransactionsStats instance on the session.
- depends on
-
SERVER-35428 Add the ability to add two OpDebug objects together
- Closed
- is depended on by
-
SERVER-35432 Add a method for printing out information about a slow transaction
- Closed