Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.6.0
-
Minor Change
-
ALL
Description
I was able to reconfigure giving arbiter node "votes:0" which was accepted. This seems very wrong and we should reject that as invalid combination of options.
[conn1] command admin.$cmd command: replSetReconfig { replSetReconfig:
|
{ _id: "asyaRS",
|
version: 64512.0,
|
members: [
|
{ _id: 0.0, host: "localhost:27017", priority: 2.0 },
|
{ _id: 1.0, host: "localhost:29017", votes: 0.0, priority: 0.0, hidden: true },
|
{ _id: 2.0, host: "localhost:33333", votes: 0.0, priority: 0.0, arbiterOnly: true }
|
]
|
} } keyUpdates:0 numYields:0 locks(micros) W:1447 w:263 reslen:37 6ms
|
Attachments
Issue Links
- is related to
-
DOCS-4320 Make clear that arbiters cannot have 0 votes
-
- Closed
-
- related to
-
SERVER-15838 Wrong error code from replSetInitiate with 0-vote arbiter
-
- Closed
-
- links to