|
44 | 44 | ``mongosync`` applied to the destination cluster and the latest
|
45 | 45 | timestamp on the source cluster for this instance of ``mongosync``.
|
46 | 46 |
|
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. |
52 | 50 |
|
53 | 51 | Due to constant no-ops on the source cluster, the time difference
|
54 | 52 | is often a few seconds above zero, even if there are no real
|
|
76 | 74 | ``mongosync`` instances during the initial copying of
|
77 | 75 | collections.
|
78 | 76 |
|
79 |
| - .. note:: |
80 | 77 |
|
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. |
86 | 83 |
|
87 | 84 | * - ``collectionCopy``
|
88 | 85 | ``.estimatedCopiedBytes``
|
|
96 | 93 | and divide the result by the value of the ``estimatedTotalBytes`` field
|
97 | 94 | . Then, multiply the result by 100.
|
98 | 95 |
|
99 |
| - .. note:: |
100 | 96 |
|
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. |
106 | 102 |
|
107 | 103 | * - ``directionMapping``
|
108 | 104 | - object
|
|
0 commit comments