File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ Data Durability
22
22
23
23
.. cssclass:: checklist
24
24
25
- - Ensure that your replica set includes at least three data-bearing nodes
26
- with ``w:majority`` :doc:`write concern
27
- </reference/write-concern>`. Three data-bearing nodes are
25
+ - Ensure that your replica set includes at least three data-bearing voting
26
+ members and that your write operations use ``w: majority`` :doc:`write
27
+ concern </reference/write-concern>`. Three data-bearing voting members are
28
28
required for replica-set wide data durability.
29
29
30
30
- Ensure that all instances use :doc:`journaling </core/journaling>`.
Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ Replication
78
78
should cover the time needed to restore a replica set member
79
79
by initial sync.
80
80
81
- - Ensure that your replica set includes at least three data-bearing
82
- nodes that run with journaling and that you issue writes
83
- with ``w:" majority" `` :doc:`write concern
81
+ - Ensure that your replica set includes at least three data-bearing voting
82
+ members that run with journaling and that you issue writes
83
+ with ``w: majority`` :doc:`write concern
84
84
</reference/write-concern>` for availability and durability.
85
85
86
86
- Use hostnames when configuring replica set members, rather than IP
You can’t perform that action at this time.
0 commit comments