@@ -164,29 +164,20 @@ participate in :term:`elections <election>`.
164
164
Do not run arbiter processes on a system that is an active
165
165
:term:`primary` or :term:`secondary` of its replica set.
166
166
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:
168
169
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.
176
173
177
174
- 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.
188
176
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.
190
181
191
182
.. index:: replica set members; non-voting
192
183
.. _replica-set-non-voting-members:
@@ -332,7 +323,8 @@ apply or decide to ignore the rollback data.
332
323
333
324
The best strategy for avoiding all rollbacks is to ensure :ref:`write
334
325
propagation <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
336
328
that might create rollbacks.
337
329
338
330
.. warning::
0 commit comments