@@ -16,13 +16,13 @@ tutorials, see :doc:`/tutorial/deploy-replica-set` and
16
16
Overview
17
17
--------
18
18
19
- While :term:`replica sets <replica set>` provide basic protection against single-instance
20
- failure, when all of the members of a replica set reside within a
21
- single facility, the replica set is still susceptible to some classes
22
- of errors within that facility including power outages, networking
23
- distortions, and natural disasters. To protect against these classes
24
- of failures, deploy a replica set with one or more members in a
25
- geographically distinct facility or data center.
19
+ While :term:`replica sets <replica set>` provide basic protection
20
+ against single-instance failure, when all of the members of a replica
21
+ set reside in a single facility, the replica set is still susceptible
22
+ to some classes of errors in that facility including power outages,
23
+ networking distortions, and natural disasters. To protect against
24
+ these classes of failures, deploy a replica set with one or more
25
+ members in a geographically distinct facility or data center.
26
26
27
27
Requirements
28
28
------------
@@ -456,8 +456,8 @@ differences:
456
456
- Use the procedure for a three-member set if you have an odd number of
457
457
members (see :ref:`replica-set-deploy-distributed-three-member`).
458
458
Ensure that Site A always has a majority of the members of the set.
459
- For example, if a set has five members, deploy three remember within
460
- the primary facility and two remember in other facilities.
459
+ For example, if a set has five members, deploy three members within
460
+ the primary facility and two members in other facilities.
461
461
462
462
- If you have a majority of the members of the set *outside* of Site A
463
463
and the network partitions to prevent communication between sites,
0 commit comments