Skip to content

Commit 3e47106

Browse files
author
Dave Cuthbert
authored
DOCS-13830 BACKPORT (#1714)
1 parent a8708aa commit 3e47106

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

source/core/replica-set-oplog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ the value of the corresponding configuration file setting or
151151
command line option to persist those changes through a server
152152
restart.
153153

154+
Oplog Window
155+
~~~~~~~~~~~~
156+
157+
.. include:: /includes/replication/fact-oplog-window-definition.rst
158+
154159
Workloads that Might Require a Larger Oplog Size
155160
------------------------------------------------
156161

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:term:`oplog` entries are time-stamped. The oplog window is the time
2+
difference between the newest and the oldest timestamps in the
3+
``oplog``. If a secondary node loses connection with the primary, it
4+
can only use :ref:`replication <replication>` to sync up again if the
5+
connection is restored within the oplog window.

source/reference/glossary.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,9 @@ Glossary
648648
basic mechanism enabling :term:`replication` in MongoDB.
649649
See :doc:`/core/replica-set-oplog`.
650650

651+
oplog window
652+
.. include:: /includes/replication/fact-oplog-window-definition.rst
653+
651654
optime
652655
.. versionchanged:: 3.2
653656

0 commit comments

Comments
 (0)