Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-34692

Move txnNumber in currentOp to subdocument

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.0.0-rc0
    • Affects Version/s: 3.7.5
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Storage NYC 2018-05-21

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

            Assignee:
            xiangyu.yao@mongodb.com Xiangyu Yao (Inactive)
            Reporter:
            bruce.lucas@mongodb.com Bruce Lucas (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: