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

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            Unassigned
            Reporter:
            Cailin Nelson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: