Skip to content

Commit 810005e

Browse files
authored
Docsp 42974 c2c nested components v1.7 (#418)
* DOCSP-42974-c2c-nested-components (#416) * DOCSP-42974-c2c-nested-components * build errors * DOCSP-42974-c2c-nested-components (#416) * DOCSP-42974-c2c-nested-components * build errors
1 parent 86ced62 commit 810005e

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

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

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,17 @@
6161
``mongosync`` instances during the initial copying of
6262
collections.
6363

64-
.. note::
6564

66-
``mongosync`` approximates the estimated total number of bytes
67-
prior to migration and does not update this value during the
68-
synchronization process. This value does not reflect changes
69-
made to the source cluster during sync and is not an accurate
70-
indicator of migration progress.
65+
``mongosync`` approximates the estimated total number of bytes
66+
prior to migration and does not update this value during the
67+
synchronization process. This value does not reflect changes
68+
made to the source cluster during sync and is not an accurate
69+
indicator of migration progress.
70+
``mongosync`` approximates the estimated total number of bytes
71+
prior to migration and does not update this value during the
72+
synchronization process. This value does not reflect changes
73+
made to the source cluster during sync and is not an accurate
74+
indicator of migration progress.
7175

7276
* - ``collectionCopy``
7377
``.estimatedCopiedBytes``
@@ -81,13 +85,17 @@
8185
and divide the result by the value of the ``estimatedTotalBytes`` field
8286
. Then, multiply the result by 100.
8387

84-
.. note::
8588

86-
The value of ``estimatedCopiedBytes`` may be larger than the
87-
value of the ``estimatedTotalBytes`` due to retried operations.
88-
A comparison of ``estimatedTotalBytes`` and
89-
``estimatedCopiedBytes`` is not an accurate indicator of
90-
migration progress.
89+
The value of ``estimatedCopiedBytes`` may be larger than the
90+
value of the ``estimatedTotalBytes`` due to retried operations.
91+
A comparison of ``estimatedTotalBytes`` and
92+
``estimatedCopiedBytes`` is not an accurate indicator of
93+
migration progress.
94+
The value of ``estimatedCopiedBytes`` may be larger than the
95+
value of the ``estimatedTotalBytes`` due to retried operations.
96+
A comparison of ``estimatedTotalBytes`` and
97+
``estimatedCopiedBytes`` is not an accurate indicator of
98+
migration progress.
9199

92100
* - ``directionMapping``
93101
- 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
@@ -113,11 +113,9 @@ Request Body Parameters
113113
during sync. This can improve migration performance, especially with
114114
index heavy workloads.
115115

116-
.. warning::
117-
118-
Do **not** manually build indexes while ``mongosync`` is
119-
performing a migration. Wait until the migration is fully
120-
committed.
116+
:red:`WARNING:` Do **not** manually build indexes while ``mongosync`` is
117+
performing a migration. Wait until the migration is fully
118+
committed.
121119

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

0 commit comments

Comments
 (0)