Skip to content

Commit e4001e1

Browse files
author
Dave Cuthbert
authored
DOCS-13830 BACKPORT (#1715)
1 parent 9c78931 commit e4001e1

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
@@ -108,6 +108,11 @@ oplog dynamically without restarting the :binary:`~bin.mongod` process.
108108

109109
.. include:: /includes/fact-oplog-size.rst
110110

111+
Oplog Window
112+
------------
113+
114+
.. include:: /includes/replication/fact-oplog-window-definition.rst
115+
111116
Workloads that Might Require a Larger Oplog Size
112117
------------------------------------------------
113118

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
@@ -628,6 +628,9 @@ Glossary
628628
basic mechanism enabling :term:`replication` in MongoDB.
629629
See :doc:`/core/replica-set-oplog`.
630630

631+
oplog window
632+
.. include:: /includes/replication/fact-oplog-window-definition.rst
633+
631634
optime
632635
.. versionchanged:: 3.2
633636

0 commit comments

Comments
 (0)