Skip to content

Commit 789b5d6

Browse files
authored
DOCS-15446 applyOps limitation (#274)
* DOCS-15446 applyOps limitation * DOCS-15446 applyOps limitation * DOCS-15446 applyOps limitation * DOCS-15446 applyOps limitation * DOCS-15446 applyOps limitation * DOCS-15446 tech edit * DOCS-15446 tech edit
1 parent b7440e5 commit 789b5d6

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

source/includes/fact-applyOps.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
``mongosync`` does not replicate :dbcommand:`applyOps` operations made on
2+
the source cluster during sync to the destination cluster.

source/includes/fact-oplog-background.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ to the data on the destination cluster. When operations
44
that ``mongosync`` has not applied roll off the ``oplog``
55
on the source cluster, the sync fails and ``mongosync`` exits.
66

7+
.. note::
8+
9+
.. include:: /includes/fact-applyOps.rst
10+
711
Starting in version 1.5.0, ``mongosync`` enables Oplog Rollover
812
Resilience (ORR). With ORR, ``mongosync`` applies changes on the
913
source cluster to the destination cluster during the initial sync. ORR

source/reference/limitations.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ General Limitations
3737
- If write blocking is disabled, the client must :ref:`prevent writes
3838
<c2c-api-start>` to the source cluster before starting the commit
3939
process.
40-
- :dbcommand:`applyOps` operations from the source cluster aren't
41-
supported.
4240
- :ref:`system.* collections <metadata-system-collections>` aren't
4341
replicated.
4442
- Documents that have dollar (``$``) prefixed field names aren't
@@ -53,6 +51,7 @@ General Limitations
5351
index defined on the same field(s).
5452
- .. include:: /includes/fact-atlas-require-indexes-limitation.rst
5553
- ``mongosync`` doesn't sync users or roles.
54+
- .. include:: /includes/fact-applyOps.rst
5655

5756
MongoDB Community Edition
5857
-------------------------

source/reference/oplog-sizing.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c2c-oplog-sizing:
22

3-
================
3+
============
44
oplog Sizing
5-
================
5+
============
66

77
.. default-domain:: mongodb
88

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

21-
2221
.. include:: /includes/fact-oplog-background
2322

2423
Monitor oplog Size Needed for Initial Sync
25-
-----------------------------------------------
24+
------------------------------------------
2625

2726
.. procedure::
2827
:style: normal

0 commit comments

Comments
 (0)