From 73ee859112f7f0537b297d64237cf56b26058328 Mon Sep 17 00:00:00 2001 From: jason-price-mongodb Date: Fri, 24 Sep 2021 09:40:51 -0700 Subject: [PATCH] DOCSP-17736 cluster chaining parameter --- source/reference/replica-configuration.txt | 4 ++-- source/release-notes/5.0.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/replica-configuration.txt b/source/reference/replica-configuration.txt index a6e4bd705e5..04f349fcc73 100644 --- a/source/reference/replica-configuration.txt +++ b/source/reference/replica-configuration.txt @@ -467,7 +467,7 @@ Replica Set Configuration Fields *Default*: true - In MongoDB 5.0.1 and earlier, if + In MongoDB 5.0.1, 4.2.15, 4.4.7, and earlier, if :rsconf:`settings.chainingAllowed` is: - ``true``, replica set :term:`secondary` members can @@ -476,7 +476,7 @@ Replica Set Configuration Fields - ``false``, secondary members can replicate data only from the :term:`primary`. - Starting in MongoDB 5.0.2: + Starting in MongoDB 5.0.2, 4.2.16, and 4.4.8: - Replica set :term:`secondary` members can replicate data from other secondary members even if diff --git a/source/release-notes/5.0.txt b/source/release-notes/5.0.txt index 8714cc58bb3..9cc94889e60 100644 --- a/source/release-notes/5.0.txt +++ b/source/release-notes/5.0.txt @@ -458,7 +458,7 @@ source. ``enableOverrideClusterChainingSetting`` Server Parameter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Starting in MongoDB 5.0.2, you can set the new +Starting in MongoDB 5.0.2 (and 4.2.16 and 4.4.8), you can set the new :parameter:`enableOverrideClusterChainingSetting` server parameter to ``true`` to allow :term:`secondary` members to replicate data from other secondary members even if :rsconf:`settings.chainingAllowed` is