-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 15 (06/03/16), Repl 16 (06/24/16)
-
0
If a node is in drain mode when it receives a command we may return a "node is recovering" message, even though the node is not in state RECOVERING.
This is due to this line: https://github.com/mongodb/mongo/blob/r3.3.6/src/mongo/db/dbcommands.cpp#L1326
We should clean up the messaging here
- is related to
-
SERVER-21432 Allow slaveOk reads while in drain mode
- Closed