-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics, Replication
-
Fully Compatible
-
v4.0
-
Repl 2018-06-18, Repl 2018-07-02, Repl 2018-07-16, Repl 2018-07-30
We want the currentOp entry for both active and inactive transactions to contain an entry with a transaction.parameters sub document that contains the readConcern and the readTimestamp of the transaction. The readConcern we output here should be the readConcern after any potential upconvert, which should be stored in ReadConcernArgs::_level. The read timestamp should be stored on the session.
For active transactions, the CurOp::reportCurrentOpForClient method should attach this information to the appropriate sub-document, and for inactive transactions, the Session::reportStashedState method should attach it.
- depends on
-
SERVER-35173 Add autocommit value to transaction sub-document of currentOp
- Closed
- related to
-
SERVER-35173 Add autocommit value to transaction sub-document of currentOp
- Closed