File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 53
53
writes on the source cluster. The time difference becomes zero
54
54
when ``mongosync `` commits the migration.
55
55
56
+ With the introduction of the :ref: `embdedded verfier<c2c-embedded-verifier> `
57
+ in version 1.9, there are three different ``lagTimeSeconds `` fields whenever
58
+ embedded verification is enabled:
59
+
60
+ - ``lagTimeSeconds `` for ``mongosync ``
61
+ - ``lagTimeSeconds `` for the source cluster for the verifier
62
+ - ``lagTimeSeconds `` for the destination cluster for the verifier
63
+
64
+ When embdedded verification is disabled, ``lagTimeSeconds `` only applies
65
+ to ``mongosync ``.
66
+
56
67
* - ``totalEventsApplied ``
57
68
- integer
58
69
- The approximate number of change events this instance of
Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ Before using the ``commit`` endpoint:
36
36
- Use the :ref:`progress <c2c-api-progress>` endpoint to confirm the
37
37
following values:
38
38
39
- - ``lagTimeSeconds`` is near ``0`` (*Recommended, but not required*)
39
+ - ``lagTimeSeconds`` for ``mongosync``, the source cluster
40
+ for the verifier, and the destination cluster for the
41
+ verifier are all near ``0`` (*Recommended, but not required*)
40
42
41
43
.. note:: lagTimeSeconds
42
44
@@ -49,6 +51,9 @@ Before using the ``commit`` endpoint:
49
51
When ``lagTimeSeconds`` is ``0``, the source and destination
50
52
clusters are in a consistent state.
51
53
54
+ For more information on the ``lagTimeSeconds`` fields, see
55
+ :ref:`c2c-api-progress`.
56
+
52
57
- ``state: "RUNNING"``
53
58
- ``canCommit: true``
54
59
You can’t perform that action at this time.
0 commit comments