Skip to content

Commit 253f83d

Browse files
authored
DOCSP-42974-c2c-nested-components (#416) (#417)
* DOCSP-42974-c2c-nested-components * build errors
1 parent 1f56126 commit 253f83d

File tree

3 files changed

+18
-25
lines changed

3 files changed

+18
-25
lines changed

source/includes/api/tables/progress-response.rst

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@
4444
``mongosync`` applied to the destination cluster and the latest
4545
timestamp on the source cluster for this instance of ``mongosync``.
4646

47-
.. note::
48-
49-
``mongosync`` performs periodic no-op writes on the source cluster,
50-
which may prevent the value of the ``lagTimeSeconds`` field from
51-
reaching zero until ``mongosync`` commits the migration.
47+
``mongosync`` performs periodic no-op writes on the source cluster,
48+
which may prevent the value of the ``lagTimeSeconds`` field from
49+
reaching zero until ``mongosync`` commits the migration.
5250

5351
Due to constant no-ops on the source cluster, the time difference
5452
is often a few seconds above zero, even if there are no real
@@ -76,13 +74,12 @@
7674
``mongosync`` instances during the initial copying of
7775
collections.
7876

79-
.. note::
8077

81-
``mongosync`` approximates the estimated total number of bytes
82-
prior to migration and does not update this value during the
83-
synchronization process. This value does not reflect changes
84-
made to the source cluster during sync and is not an accurate
85-
indicator of migration progress.
78+
``mongosync`` approximates the estimated total number of bytes
79+
prior to migration and does not update this value during the
80+
synchronization process. This value does not reflect changes
81+
made to the source cluster during sync and is not an accurate
82+
indicator of migration progress.
8683

8784
* - ``collectionCopy``
8885
``.estimatedCopiedBytes``
@@ -96,13 +93,12 @@
9693
and divide the result by the value of the ``estimatedTotalBytes`` field
9794
. Then, multiply the result by 100.
9895

99-
.. note::
10096

101-
The value of ``estimatedCopiedBytes`` may be larger than the
102-
value of the ``estimatedTotalBytes`` due to retried operations.
103-
A comparison of ``estimatedTotalBytes`` and
104-
``estimatedCopiedBytes`` is not an accurate indicator of
105-
migration progress.
97+
The value of ``estimatedCopiedBytes`` may be larger than the
98+
value of the ``estimatedTotalBytes`` due to retried operations.
99+
A comparison of ``estimatedTotalBytes`` and
100+
``estimatedCopiedBytes`` is not an accurate indicator of
101+
migration progress.
106102

107103
* - ``directionMapping``
108104
- object

source/reference/api/commit.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,8 @@ characteristics that ``mongosync`` alters during the synchronization process.
171171
- On the destination cluster during sync.
172172
- On the source cluster when ``commit`` is received.
173173

174-
.. seealso::
175-
176-
:ref:`c2c-write-blocking`
174+
See also:
175+
:ref:`c2c-write-blocking`
177176

178177
* - Capped Collections
179178
- ``commit`` resets the required maximum size of capped collections

source/reference/api/start.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,9 @@ Request Body Parameters
9595
during sync. This can improve migration performance, especially with
9696
index heavy workloads.
9797

98-
.. warning::
99-
100-
Do **not** manually build indexes while ``mongosync`` is
101-
performing a migration. Wait until the migration is fully
102-
committed.
98+
:red:`WARNING:` Do **not** manually build indexes while ``mongosync`` is
99+
performing a migration. Wait until the migration is fully
100+
committed.
103101

104102
For more information on the indexes it does build, see
105103
:ref:`c2c-required-indexes`.

0 commit comments

Comments
 (0)