From 822c9d44528bdd2e0aa7cd9f519ad90982a3cfe3 Mon Sep 17 00:00:00 2001 From: Ram Sawroop Date: Thu, 5 Feb 2015 15:40:54 -0500 Subject: [PATCH] Update replica-set-elections.txt added except Priority 0 members as priority 0 cannot trigger an election and the line "In the default, all members also can trigger an election" seems to suggest otherwise. Hope this is correct understanding. Do review and edit if i am right about this.. --- source/core/replica-set-elections.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/replica-set-elections.txt b/source/core/replica-set-elections.txt index 2b82d18a1f6..fc1cb712631 100644 --- a/source/core/replica-set-elections.txt +++ b/source/core/replica-set-elections.txt @@ -153,7 +153,7 @@ eligibility to become a :term:`primary`. In an election, the replica set elects an eligible member with the highest :data:`~local.system.replset.members[n].priority` value as primary. By default, all members have a priority of ``1`` and have an equal chance -of becoming primary. In the default, all members also can trigger an +of becoming primary. In the default, all members except Priority 0 members can trigger an election. You can set the :data:`~local.system.replset.members[n].priority`