-
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.