Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
Description
RE: https://docs.mongodb.com/v3.2/tutorial/configure-a-non-voting-replica-set-member
This setting allows the set to elect these members as primary but does not allow them to vote in elections.
I believe that in PV1 a non-voting member is also unable to be elected Primary.
13:11:51@test>var cfg = rs.conf()
|
13:12:18@test>cfg.members[1].votes = 0
|
0
|
13:12:30@test>rs.reconfig(cfg)
|
{
|
"ok" : 0,
|
"errmsg" : "priority must be 0 when non-voting (votes:0)",
|
"code" : 103
|
}
|
Attachments
Issue Links
- duplicates
-
DOCS-8579 Replica Set Upgrade and configuration validation
-
- Closed
-