Skip to content

Commit 8b3514b

Browse files
authored
DOCSP-6246 Update Remaining Entries for Write Concern Majority (#2442)
* DOCSP-6246 Update Remaining Entires for Write Concern Majority RS Members * JA copy review edits * copy edits
1 parent 622201a commit 8b3514b

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
@@ -24,9 +24,9 @@ Data Durability
2424

2525
.. cssclass:: checklist
2626

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
3030
required for replica-set wide data durability.
3131

3232
- Ensure that all instances use :ref:`journaling <journaling-internals>`.

source/administration/production-checklist-operations.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Replication
8080
should cover the time needed to restore a replica set member
8181
by initial sync.
8282

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
8686
</reference/write-concern>` for availability and durability.
8787

8888
- Use hostnames when configuring replica set members, rather than IP

0 commit comments

Comments
 (0)