Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-12404

Docs for SERVER-34692: Move txnNumber in currentOp to subdocument

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.0.0-rc0
    • Affects Version/s: None
    • Component/s: manual, Server
    • Labels:
      None

      Description

      Description:

      Need to update currentOp

      Engineering Ticket Description:

      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: ...
              }
          }
      }
      

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              5 years, 11 weeks ago