Skip to content

Commit 472c385

Browse files
authored
DOCSP-51973-write-concern-default-value (#12952) (#12976)
* DOCSP-51973-write-concern-default-value * suggestion * no monospace
1 parent 9dfb64a commit 472c385

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

content/manual/manual/source/includes/5.0-default-wc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Starting in MongoDB 5.0, the implicit default
22
:ref:`write concern <write-concern>` is
3-
:writeconcern:`w: majority <"majority">`. However, special
4-
considerations are made for deployments containing
3+
:writeconcern:`w: majority <"majority">`. However, there is an edge case for
4+
replica set deployments containing
55
:ref:`arbiters <replica-set-arbiter-configuration>`:
66

77
- The voting majority of a replica set is 1 plus half the number of

content/manual/manual/source/reference/write-concern.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ instances will pass the write concern on to the shards.
3434

3535
Replica sets and sharded clusters support setting a global default write
3636
concern. Operations which do not specify an explicit write concern inherit the
37-
global default write concern settings. See :dbcommand:`setDefaultRWConcern` for
38-
more information.
37+
global default write concern settings. The default global write concern is
38+
majority. See :dbcommand:`setDefaultRWConcern` for more information.
3939

4040
To learn more about setting the write concern for deployments
4141
hosted in {+atlas+}, see

content/manual/rapid/source/includes/5.0-default-wc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Starting in MongoDB 5.0, the implicit default
22
:ref:`write concern <write-concern>` is
3-
:writeconcern:`w: majority <"majority">`. However, special
4-
considerations are made for deployments containing
3+
:writeconcern:`w: majority <"majority">`. However, there is an edge case for
4+
replica set deployments containing
55
:ref:`arbiters <replica-set-arbiter-configuration>`:
66

77
- The voting majority of a replica set is 1 plus half the number of

content/manual/rapid/source/reference/write-concern.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ instances will pass the write concern on to the shards.
3434

3535
Replica sets and sharded clusters support setting a global default write
3636
concern. Operations which do not specify an explicit write concern inherit the
37-
global default write concern settings. See :dbcommand:`setDefaultRWConcern` for
38-
more information.
37+
global default write concern settings. The default global write concern is
38+
majority. See :dbcommand:`setDefaultRWConcern` for more information.
3939

4040
To learn more about setting the write concern for deployments
4141
hosted in {+atlas+}, see

content/manual/v6.0/source/includes/5.0-default-wc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Starting in MongoDB 5.0, the implicit default
22
:ref:`write concern <write-concern>` is
3-
:writeconcern:`w: majority <"majority">`. However, special
4-
considerations are made for deployments containing
3+
:writeconcern:`w: majority <"majority">`. However, there is an edge case for
4+
replica set deployments containing
55
:ref:`arbiters <replica-set-arbiter-configuration>`:
66

77
- The voting majority of a replica set is 1 plus half the number of

content/manual/v6.0/source/reference/write-concern.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ instances will pass the write concern on to the shards.
3434

3535
Replica sets and sharded clusters support setting a global default write
3636
concern. Operations which do not specify an explicit write concern inherit the
37-
global default write concern settings. See :dbcommand:`setDefaultRWConcern` for
38-
more information.
37+
global default write concern settings. The default global write concern is
38+
majority. See :dbcommand:`setDefaultRWConcern` for more information.
3939

4040
To learn more about setting the write concern for deployments
4141
hosted in {+atlas+}, see

content/manual/v7.0/source/includes/5.0-default-wc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Starting in MongoDB 5.0, the implicit default
22
:ref:`write concern <write-concern>` is
3-
:writeconcern:`w: majority <"majority">`. However, special
4-
considerations are made for deployments containing
3+
:writeconcern:`w: majority <"majority">`. However, there is an edge case for
4+
replica set deployments containing
55
:ref:`arbiters <replica-set-arbiter-configuration>`:
66

77
- The voting majority of a replica set is 1 plus half the number of

content/manual/v7.0/source/reference/write-concern.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ instances will pass the write concern on to the shards.
3434

3535
Replica sets and sharded clusters support setting a global default write
3636
concern. Operations which do not specify an explicit write concern inherit the
37-
global default write concern settings. See :dbcommand:`setDefaultRWConcern` for
38-
more information.
37+
global default write concern settings. The default global write concern is
38+
majority. See :dbcommand:`setDefaultRWConcern` for more information.
3939

4040
To learn more about setting the write concern for deployments
4141
hosted in {+atlas+}, see

0 commit comments

Comments
 (0)