This ticket has two parts, from this section of the diagnostics scope:
- Ensuring the currentOp output for each worker thread spawned by a TransactionCoordinator includes the coordinator's txnNumber and lsid, a startTime, and the action it was created for.
- Ensuring the currentOp output for coordinateCommitTransaction operations contain the txnNumber and lsid of the TransactionCoordinator they are waiting for a decision from.
- has to be done after
-
SERVER-40978 Create class for tracking single two phase commit metrics on mongod
- Closed