Skip to content

Commit c83a7d2

Browse files
jason-price-mongodbjeff-allen-mongo
jason-price-mongodb
authored andcommitted
DOCSP-17736 cluster chaining parameter
1 parent 71b228c commit c83a7d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/reference/replica-configuration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Replica Set Configuration Fields
467467

468468
*Default*: true
469469

470-
In MongoDB 5.0.1 and earlier, if
470+
In MongoDB 5.0.1, 4.2.15, 4.4.7, and earlier, if
471471
:rsconf:`settings.chainingAllowed` is:
472472

473473
- ``true``, replica set :term:`secondary` members can
@@ -476,7 +476,7 @@ Replica Set Configuration Fields
476476
- ``false``, secondary members can replicate data only from the
477477
:term:`primary`.
478478

479-
Starting in MongoDB 5.0.2:
479+
Starting in MongoDB 5.0.2, 4.2.16, and 4.4.8:
480480

481481
- Replica set :term:`secondary` members can
482482
replicate data from other secondary members even if

source/release-notes/5.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ source.
458458
``enableOverrideClusterChainingSetting`` Server Parameter
459459
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
460460

461-
Starting in MongoDB 5.0.2, you can set the new
461+
Starting in MongoDB 5.0.2 (and 4.2.16 and 4.4.8), you can set the new
462462
:parameter:`enableOverrideClusterChainingSetting` server parameter to
463463
``true`` to allow :term:`secondary` members to replicate data from other
464464
secondary members even if :rsconf:`settings.chainingAllowed` is

0 commit comments

Comments
 (0)