Skip to content

Commit 18b5e40

Browse files
authored
DOCSP-46282-destination-oplog-size (#536)
* DOCSP-46282-destination-oplog-size * * * typo * JP feedback * RS feedback
1 parent fed6e58 commit 18b5e40

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

source/includes/example-filter-collection-with-renaming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can rename any collection in the ``staff`` database.
6060
6161
You can only rename a collection within the ``students`` database if the
6262
new and old names are both in the filter. If either of the names is not
63-
in the filter, ``monogsync`` reports an error and exists.
63+
in the filter, ``monogsync`` reports an error and exits.
6464

6565
.. code-block:: javascript
6666

source/includes/fact-oplog-disk-storage.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ sync. For example, to migrate 10 GB of data, the destination cluster must have
44
at least 10 GB available for the data and another 10 GB for the insert oplog
55
entries from the initial sync.
66

7-
To reduce the overhead of the destination oplog entries, you can:
7+
.. important::
8+
9+
To use :ref:`embedded verification <c2c-embedded-verifier>`, you must have a
10+
larger oplog on the destination. If you enable the embedded verifier and
11+
reduce the size of the destination oplog, the embedded verifier might not be
12+
able to keep up, causing ``mongosync`` to error.
13+
14+
If you need to reduce the overhead of the destination oplog entries and the
15+
embedded verifier is disabled, you can:
816

917
- Use the :setting:`~replication.oplogSizeMB` setting to lower the destination
1018
cluster's oplog size.
1119

1220
- Use to :setting:`~storage.oplogMinRetentionHours` setting to lower or remove
13-
the destination cluster's minimum oplog retention period.
21+
the destination cluster's minimum oplog retention period.

0 commit comments

Comments
 (0)