Skip to content

DOCS-14701 Add mention for shard servers reconfig DWCF #5965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/includes/fact-5.1-reconfig-CWWC-validation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Starting in MongoDB 5.1, you must set the
:ref:`Cluster Wide Write Concern (CWWC) <set_global_default_write_concern>`
prior to issuing any :method:`reconfigs <rs.reconfig()>`
that would otherwise change the
:ref:`default write concern <write-concern>` of the new
:term:`replica set` member.
2 changes: 2 additions & 0 deletions source/reference/command/setDefaultRWConcern.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ The operation returns a document similar to the following:
"operationTime" : Timestamp(1586290925, 1)
}

.. _set_global_default_write_concern:

Set Global Default Read and Write Concern
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
5 changes: 5 additions & 0 deletions source/release-notes/5.1-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Shell Changes
Replica Sets
------------

``rs.reconfig`` Cluster Wide Write Concern Validation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. include:: /includes/fact-5.1-reconfig-CWWC-validation.rst

Arbiters
~~~~~~~~

Expand Down
5 changes: 5 additions & 0 deletions source/release-notes/5.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ For an example, see :ref:`validation-description-example`.
Replica Sets
------------

``rs.reconfig`` Cluster Wide Write Concern Validation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. include:: /includes/fact-5.1-reconfig-CWWC-validation.rst

``storeFindAndModifyImagesInSideCollection`` Parameter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down