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
18
18
An arbiter does **not** have a copy of data set and **cannot** become
19
19
a primary. Replica sets may have arbiters to add a vote in
20
20
: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.
24
24
25
25
.. important:: Do not run an arbiter on systems that also host the
26
26
primary or the secondary members of the replica set.
27
27
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
29
29
an arbiter to a set with an odd number of members, the set may suffer
30
30
from tied :term:`elections <election>`. To add an arbiter, see
31
31
:doc:`/tutorial/add-replica-set-arbiter`.
You can’t perform that action at this time.
0 commit comments