@@ -570,15 +570,15 @@ Possible causes of replication lag include:
570
570
Failover and Recovery
571
571
~~~~~~~~~~~~~~~~~~~~~
572
572
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:
578
578
579
579
- 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
582
582
set members can elect a primary in the same facility as core
583
583
application systems.
584
584
@@ -599,6 +599,9 @@ were never replicated to the set so that the data set is in a
599
599
consistent state. The :program:`mongod` program writes rolled back
600
600
data to a :term:`BSON`.
601
601
602
+ .. a *what*? TODO: Clarify what is meant by "program writes rolled
603
+ .. back data to a BSON"
604
+
602
605
You can prevent rollbacks prevented by ensuring safe writes by using
603
606
the appropriate :term:`write concern`.
604
607
0 commit comments