Skip to content

Commit 1aecde0

Browse files
committed
completed 'Failover and Recovery'; small changes; added a TODO
1 parent 1611be4 commit 1aecde0

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

source/administration/replica-sets.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -570,15 +570,15 @@ Possible causes of replication lag include:
570570
Failover and Recovery
571571
~~~~~~~~~~~~~~~~~~~~~
572572

573-
In most cases, failover occurs with out administrator intervention
574-
seconds after the :term:`primary` steps down or becomes inaccessible
575-
and ineligible to act as primary. If your MongoDB deployment does not
576-
failover according to expectations, consider the following operational
577-
errors:
573+
In most cases, failover occurs without administrator intervention
574+
seconds after the :term:`primary` steps down, becomes inaccessible,
575+
or otherwise ineligible to act as primary. If your MongoDB deployment
576+
does not failover according to expectations, consider the following
577+
operational errors:
578578

579579
- No remaining member is able to form a majority. This can happen as a
580-
result of network portions that render some members
581-
inaccessible. Architect your deployment to ensure that a majority of
580+
result of network partitions that render some members
581+
inaccessible. Design your deployment to ensure that a majority of
582582
set members can elect a primary in the same facility as core
583583
application systems.
584584

@@ -599,6 +599,9 @@ were never replicated to the set so that the data set is in a
599599
consistent state. The :program:`mongod` program writes rolled back
600600
data to a :term:`BSON`.
601601

602+
.. a *what*? TODO: Clarify what is meant by "program writes rolled
603+
.. back data to a BSON"
604+
602605
You can prevent rollbacks prevented by ensuring safe writes by using
603606
the appropriate :term:`write concern`.
604607

0 commit comments

Comments
 (0)