File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ Replica Set Arbiter
1818An arbiter does **not** have a copy of data set and **cannot** become
1919a primary. Replica sets may have arbiters to add a vote in
2020:ref:`elections of for primary <replica-set-elections>`. Arbiters
21- *always* have exactly ``1`` vote election, and thus
22- allow replica sets to have an uneven number of members, without the
23- overhead of a member that replicates data.
21+ *always* have exactly ``1`` election vote , and thus
22+ allow replica sets to have an uneven number of voting members without the
23+ overhead of an additional member that replicates data.
2424
2525.. important:: Do not run an arbiter on systems that also host the
2626 primary or the secondary members of the replica set.
2727
28- Only add an arbiter to sets with even numbers of members. If you add
29- an arbiter to a set with an odd number of members, the set may suffer
30- from tied :term:`elections <election>`. To add an arbiter, see
31- :doc:`/tutorial/add-replica-set-arbiter`.
28+ Only add an arbiter to sets with even numbers of voting members. If you
29+ add an arbiter to a set with an odd number of voting members, the set
30+ may suffer from tied :term:`elections <election>`. To add an arbiter,
31+ see :doc:`/tutorial/add-replica-set-arbiter`.
3232
3333.. end-content
3434
You can’t perform that action at this time.
0 commit comments