File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
source/includes/api/tables Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 5858 ``.estimatedTotalBytes ``
5959 - integer
6060 - Estimated total number of bytes to be copied globally by all
61- ``mongosync `` instances during the initial copying of collections.
61+ ``mongosync `` instances during the initial copying of
62+ collections.
63+
64+ .. note ::
65+
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.
6271
6372 * - ``collectionCopy ``
6473 ``.estimatedCopiedBytes ``
7281 and divide the result by the value of the ``estimatedTotalBytes `` field
7382 . Then, multiply the result by 100.
7483
84+ .. note ::
85+
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.
91+
7592 * - ``directionMapping ``
7693 - object
7794 - Describes the mapping direction for the synchronization, namely
You can’t perform that action at this time.
0 commit comments