Skip to content

Commit c1e2daa

Browse files
author
Bob Grabar
committed
DOCS-941 review edits II
1 parent 6fa4111 commit c1e2daa

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

source/administration/replica-sets.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ the event of a network partition.
344344
Chained Replication
345345
~~~~~~~~~~~~~~~~~~~
346346

347+
.. versionadded:: 2.0
348+
347349
Chained replication occurs when a :term:`secondary` member replicates
348350
from another secondary member instead of from the :term:`primary`. This
349351
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.
352354
Chained replication can reduce load on the primary. But depending on the network
353355
topology, chained replication can also result in increased replication lag.
354356

355-
.. versionadded:: 2.2.2
356-
357-
You can use the
357+
Beginning with version 2.2.2, you can use the
358358
:data:`chainingAllowed <local.system.replset.settings.chainingAllowed>`
359359
setting in
360360
:doc:`/reference/replica-configuration` to disable chained replication
@@ -664,7 +664,7 @@ You can use the following sequence of commands:
664664

665665
.. note:: If chained replication is disabled, you still can use
666666
: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
668668
secondary recalculates which member to sync from.
669669

670670
.. _replica-set-procedure-change-oplog-size:

source/reference/replica-configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ Configuration Variables
228228

229229
**Default**: true
230230

231+
.. versionadded:: 2.2.2
232+
231233
When this value is ``true``, the replica set allows :term:`secondary`
232234
members to replicate from other secondary members. When this value is
233235
``false``, secondaries can replicate only from the :term:`primary`.

0 commit comments

Comments
 (0)