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

Support field suppression on db.serverStatus() for 2.2.x

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Won't Fix
    • Icon: Major - P3 Major - P3
    • None
    • None
    • None
    • None

    Description

      If a mongod instance is building an index (on any database) then a db.serverStatus() call will not return until the index creation is complete.

      On 2.4.x this can be mitigated by doing

      db.serverStatus({recordStats:false})  

      instead.

      However, this workaround does not work for 2.2.x because field suppression is not supported for the db.serverStatus() call.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cailin.nelson@mongodb.com Cailin Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: