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
2222
2323.. cssclass:: checklist
2424
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
2828 required for replica-set wide data durability.
2929
3030 - Ensure that all instances use :doc:`journaling </core/journaling>`.
Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ Replication
7878 should cover the time needed to restore a replica set member
7979 by initial sync.
8080
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
8484 </reference/write-concern>` for availability and durability.
8585
8686 - Use hostnames when configuring replica set members, rather than IP
You can’t perform that action at this time.
0 commit comments