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 documented by
-
DOCS-12404 Docs for SERVER-34692: Move txnNumber in currentOp to subdocument
-
- Resolved
-
- is related to
-
SERVER-35173 Add autocommit value to transaction sub-document of currentOp
-
- Closed
-