@@ -164,29 +164,20 @@ participate in :term:`elections <election>`.
164164 Do not run arbiter processes on a system that is an active
165165 :term:`primary` or :term:`secondary` of its replica set.
166166
167- Arbiters make the following communications:
167+ Arbiters never receive the contents of any collection but do have the
168+ following interactions with the ret of the replica set:
168169
169- - Exchange keyfiles with replica set. Arbiters
170- replica set servers exchange keyfiles, which are the equivalent of a
171- password for the __system "user".
172-
173- - The arbiter is authenticated when a connection is created between it
174- and another member of the replica set, and is then trusted until the
175- connection ends.
170+ - Credential exchanges, which are used to authenticate the arbiter with
171+ the replica set. All MongoDB processes within a replica set use
172+ keyfiles. These exchanges are encrypted.
176173
177174- Only the authentication step is encrypted. Replica set configuration
178- data and voting are unencrypted.
179-
180- - Data other than the authentication step are not encrypted.
181-
182-
183-
184-
185-
186-
187-
175+ data and voting are not encrypted.
188176
189- You should always run arbiters on secure networks.
177+ If your MongoDB deployment uses SSL, then all communications between
178+ arbiters and the other members of the replica set are secure. See the
179+ documentation for :doc:`/administration/ssl` for more information. Run
180+ all arbiters on secure networks, as with all MongoDB components.
190181
191182.. index:: replica set members; non-voting
192183.. _replica-set-non-voting-members:
@@ -332,7 +323,8 @@ apply or decide to ignore the rollback data.
332323
333324The best strategy for avoiding all rollbacks is to ensure :ref:`write
334325propagation <replica-set-write-concern>` to all or some of the
335- nodes in the set. Using these kinds of policies prevents situations
326+ nodes in the set. Using /bin/bash: Using: command not found
327+ these kinds of policies prevents situations
336328that might create rollbacks.
337329
338330.. warning::
0 commit comments