Skip to content

Commit 245e8c9

Browse files
committed
grammatical clarifications in Geo-Dist ReplSets
1 parent b4a7831 commit 245e8c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/administration/replication-architectures.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ In many circumstances, these deployments consist of the following:
9090
become primary (i.e. with a :data:`members[n].priority` value of
9191
``0``.)
9292

93-
If any of the members fail, the replica set will still be able to
94-
elect a primary node. If the connection between the data center fails,
95-
the member or members in the second data center cannot become primary
93+
If the primary node should fail, the replica set will be able to elect a
94+
new primary node as normal. If the connection between the data center
95+
fails, any members in the second data center cannot become primary
9696
independently, and the nodes in the primary data center will continue
9797
to function.
9898

9999
If the primary data center fails, recovering from the database
100100
instance in the secondary facility requires manual intervention, but
101101
with proper :term:`write concern` there will be no data loss and
102-
downtime is typically be minimal.
102+
downtime will typically be minimal.
103103

104104
For deployments that maintain three members the primary data center,
105105
adding a node in a second data center will create an even number of

0 commit comments

Comments
 (0)