Description
I noticed that there are a few fields in the output for the rs.status() command that are not included in the command reference:
- members.lastHeartbeatRecv
- members.lastHeartbeatMessage
Next, the doc refers to a field members.errmsg, but I've never actually seen that field included in the output. Is this field from an old version and has since been removed?
Last, the members.pingMS field is actually output as members.pingMs (ie, the final "s" is lowercase).
I've been writing some MMS code that reads all these fields, so that's why I noticed these errors. ![]()
Version: MongoDB v2.4.3