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