File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -344,6 +344,8 @@ the event of a network partition.
344
344
Chained Replication
345
345
~~~~~~~~~~~~~~~~~~~
346
346
347
+ .. versionadded:: 2.0
348
+
347
349
Chained replication occurs when a :term:`secondary` member replicates
348
350
from another secondary member instead of from the :term:`primary`. This
349
351
might be the case, for example, if a secondary selects its replication
@@ -352,9 +354,7 @@ target based on ping time and if the closest member is another secondary.
352
354
Chained replication can reduce load on the primary. But depending on the network
353
355
topology, chained replication can also result in increased replication lag.
354
356
355
- .. versionadded:: 2.2.2
356
-
357
- You can use the
357
+ Beginning with version 2.2.2, you can use the
358
358
:data:`chainingAllowed <local.system.replset.settings.chainingAllowed>`
359
359
setting in
360
360
:doc:`/reference/replica-configuration` to disable chained replication
@@ -664,7 +664,7 @@ You can use the following sequence of commands:
664
664
665
665
.. note:: If chained replication is disabled, you still can use
666
666
:dbcommand:`replSetSyncFrom` to specify that a secondary replicates
667
- from the primary . But that configuration will last only until the
667
+ from another secondary . But that configuration will last only until the
668
668
secondary recalculates which member to sync from.
669
669
670
670
.. _replica-set-procedure-change-oplog-size:
Original file line number Diff line number Diff line change @@ -228,6 +228,8 @@ Configuration Variables
228
228
229
229
**Default**: true
230
230
231
+ .. versionadded:: 2.2.2
232
+
231
233
When this value is ``true``, the replica set allows :term:`secondary`
232
234
members to replicate from other secondary members. When this value is
233
235
``false``, secondaries can replicate only from the :term:`primary`.
You can’t perform that action at this time.
0 commit comments