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

Move txnNumber in currentOp to subdocument

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.0.0-rc0
    • 3.7.5
    • Storage
    • None
    • Fully Compatible
    • ALL
    • Storage NYC 2018-05-21

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: