File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ 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
28+ Only add an arbiter to sets with even numbers of voting members. If you add
2929an arbiter to a set with an odd number of members, the set may suffer
3030from tied :term:`elections <election>`. To add an arbiter, see
3131:doc:`/tutorial/add-replica-set-arbiter`.
You can’t perform that action at this time.
0 commit comments