Currently txnNumber for inactive transactions is reported at the top level of each operation document, but it should be contained in a nested document like so:
{ transaction: { parameters: { txnNumber: ... } } }
- is related to
-
SERVER-35173 Add autocommit value to transaction sub-document of currentOp
- Closed