Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
Regarding:
- http://docs.mongodb.org/manual/reference/command/serverStatus/#serverStatus.metrics.getLastError.wtime.num
- http://docs.mongodb.org/manual/reference/command/serverStatus/#serverStatus.metrics.getLastError.wtime.totalMillis
In both of the above descriptions we state:
getLastError operations with a specified write concern (i.e. w) that wait for one or more members of a replica set to acknowledge the write operation (i.e. greater than 1.)
The "i.e. greater than 1." refers to write concern, but given its location could be mistaken to mean more than 1 write operations. We should reword to make clear.