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

getmore ops in db.currentOp() returns different 'query' field for mongos and mongod

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 2.3.2
    • Component/s: Diagnostics, Sharding
    • Labels:
      None
    • ALL
    • Hide

      while a getmore op is running, run db.currentOp() and look at 'query' field for a mongod node and a mongos node.

      Show
      while a getmore op is running, run db.currentOp() and look at 'query' field for a mongod node and a mongos node.
    • Query 2018-07-30

      when db.currentOp() is run for a getmore op, the 'query' field returns { "$query" :

      { <query> } } for mongos, but { <query> }

      for mongod

            Assignee:
            bernard.gorman@mongodb.com Bernard Gorman
            Reporter:
            louisa.berger@mongodb.com Louisa Berger
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: