db.currentOp(True) does not return operation ids for inactive operations

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: 3.0.7, 3.2.0-rc2
    • Component/s: Diagnostics
    • None
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      I run db.currentOp(true) on mongoshel(2.6.9), this method returns information on all operations, including operations on idle connections and system operations(contain multiple operation ids.connection ids and multiple client ).

      When I ran same command On MongoShell(3.0.6) this return only multiple connection ids ,few operation ids and single client.

      This bug is fixed on issue no : SERVER-18482

      When I ran same command On MongoShell(3.1.7) this return only multiple connection ids ,single operation id and multiple client.
      db.currentOp(true) does not return Multiple operation Ids that are present in MongoShell(2.6.9).

      Please refer attachment for changing in results : first.jpeg

            Assignee:
            Unassigned
            Reporter:
            Ambikesh Kumar Shukla
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: