File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,8 @@ queries in normal operations.
225
225
226
226
.. seealso:: :data:`members[n].slaveDelay`, :ref:`Replica Set Reconfiguration
227
227
<replica-set-reconfiguration-usage>`, :ref:`replica-set-oplog-sizing`,
228
- and :doc:`/tutorial/change-oplog-size`.
228
+ :ref:`replica-set-procedure-change-oplog-size` in this document,
229
+ and the :doc:`/tutorial/change-oplog-size` tutorial.
229
230
230
231
.. index:: replica set members; arbiters
231
232
.. _replica-set-arbiters:
@@ -487,6 +488,8 @@ of the member with the highest :data:`members[n].priority` setting.
487
488
<replica-set-reconfiguration-usage>` example revolves around
488
489
changing the priorities of the :data:`members` of a replica set.
489
490
491
+ .. _replica-set-procedure-change-oplog-size:
492
+
490
493
Changing Oplog Size
491
494
~~~~~~~~~~~~~~~~~~~
492
495
@@ -639,6 +642,7 @@ Possible causes of replication lag include:
639
642
- :ref:`replica-set-write-concern`.
640
643
- The :ref:`replica-set-oplog-sizing` topic in the :doc:`/core/replication` document.
641
644
- The :ref:`replica-set-oplog` topic in the :doc:`/core/replication-internals` document.
645
+ - The :ref:`replica-set-procedure-change-oplog-size` topic this document.
642
646
- The :doc:`/tutorial/change-oplog-size` tutorial.
643
647
644
648
.. index:: pair: replica set; failover
You can’t perform that action at this time.
0 commit comments