Details
-
Task
-
Resolution: Won't Fix
-
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.