Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/includes/fact-applyOps.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
``mongosync`` does not replicate :dbcommand:`applyOps` operations made on
the source cluster during sync to the destination cluster.
4 changes: 4 additions & 0 deletions source/includes/fact-oplog-background.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ to the data on the destination cluster. When operations
that ``mongosync`` has not applied roll off the ``oplog``
on the source cluster, the sync fails and ``mongosync`` exits.

.. note::

.. include:: /includes/fact-applyOps.rst

Starting in version 1.5.0, ``mongosync`` enables Oplog Rollover
Resilience (ORR). With ORR, ``mongosync`` applies changes on the
source cluster to the destination cluster during the initial sync. ORR
Expand Down
3 changes: 1 addition & 2 deletions source/reference/limitations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ General Limitations
- If write blocking is disabled, the client must :ref:`prevent writes
<c2c-api-start>` to the source cluster before starting the commit
process.
- :dbcommand:`applyOps` operations from the source cluster aren't
supported.
- :ref:`system.* collections <metadata-system-collections>` aren't
replicated.
- Documents that have dollar (``$``) prefixed field names aren't
Expand All @@ -53,6 +51,7 @@ General Limitations
index defined on the same field(s).
- .. include:: /includes/fact-atlas-require-indexes-limitation.rst
- ``mongosync`` doesn't sync users or roles.
- .. include:: /includes/fact-applyOps.rst

MongoDB Community Edition
-------------------------
Expand Down
7 changes: 3 additions & 4 deletions source/reference/oplog-sizing.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _c2c-oplog-sizing:

================
============
oplog Sizing
================
============

.. default-domain:: mongodb

Expand All @@ -18,11 +18,10 @@ clusters. ``mongosync`` does not access the :term:`oplog` directly,
but when a change stream returns events from the past, the events must
be within the ``oplog`` time range.


.. include:: /includes/fact-oplog-background

Monitor oplog Size Needed for Initial Sync
-----------------------------------------------
------------------------------------------

.. procedure::
:style: normal
Expand Down