Skip to content

Commit 7d99f22

Browse files
author
Sam Kleinman
committed
merge: correction
2 parents 580964e + e2f3b0e commit 7d99f22

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/tutorial/deploy-geographically-distributed-replica-set.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ tutorials, see :doc:`/tutorial/deploy-replica-set` and
1616
Overview
1717
--------
1818

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.
2626

2727
Requirements
2828
------------
@@ -456,8 +456,8 @@ differences:
456456
- Use the procedure for a three-member set if you have an odd number of
457457
members (see :ref:`replica-set-deploy-distributed-three-member`).
458458
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.
461461

462462
- If you have a majority of the members of the set *outside* of Site A
463463
and the network partitions to prevent communication between sites,

0 commit comments

Comments
 (0)