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

move currentOpTime field from op to top level of currentOp output

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • Query Execution

      In SERVER-24529, the current time was added as a field to the currentOp output. Unfortunately, it was added to every op that is output (including inactive ones). We should move this field to the top level of the output, at the same level as "inprog" and "ok", since we only need to see the time once for a given run of currentOp. We should also change the name of this field to "currentTime" or simply "time", to reduce confusion.

            Assignee:
            backlog-query-execution [DO NOT USE] Backlog - Query Execution
            Reporter:
            milkie@mongodb.com Eric Milkie
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: