-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics, Replication
-
Fully Compatible
-
Repl 2018-08-13
We want the currentOp entry for both active and inactive transactions to contain the expiry time of the transaction. This is the time at which the transaction, if still running, will be aborted due to a timeout. This expiration time is already stored in the Session::_transactionExpireDate variable, so we should be able to retrieve it from there. We want to store this value in the transaction.expiry field of the currentOp entry.
- depends on
-
SERVER-35173 Add autocommit value to transaction sub-document of currentOp
- Closed