Skip to content

Commit 6f51c79

Browse files
authored
DOCSP-6246 Update Remaining Entries for Write Concern Majority (#2442) (#2445)
* DOCSP-6246 Update Remaining Entires for Write Concern Majority RS Members * JA copy review edits * copy edits
1 parent 3e7b871 commit 6f51c79

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/administration/production-checklist-development.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>`.

source/administration/production-checklist-operations.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)