Skip to content

Commit c7e4f52

Browse files
committed
DOCS-9127: clarifies that arbs make for uneven num of voting members
1 parent f973356 commit c7e4f52

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/core/replica-set-arbiter.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Replica Set Arbiter
1818
An arbiter does **not** have a copy of data set and **cannot** become
1919
a 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

0 commit comments

Comments
 (0)