File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 40
40
41
41
* - ``lagTimeSeconds ``
42
42
- integer
43
- - Time in seconds between the last applied event and time of the
44
- current latest event for this instance of ``mongosync ``.
43
+ - Time difference in seconds between the latest event timestamp that
44
+ ``mongosync `` applied to the destination cluster and the latest
45
+ timestamp on the source cluster for this instance of ``mongosync ``.
45
46
46
47
.. note ::
47
48
48
49
``mongosync `` performs periodic no-op writes on the source cluster,
49
50
which may prevent the value of the ``lagTimeSeconds `` field from
50
- reaching zero.
51
+ reaching zero until ``mongosync `` commits the migration.
52
+
53
+ Due to constant no-ops on the source cluster, the time difference
54
+ is often a few seconds above zero, even if there are no real
55
+ writes on the source cluster. The time difference becomes zero
56
+ when ``mongosync `` commits the migration.
51
57
52
58
* - ``collectionCopy ``
53
59
- object
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Request
28
28
Response
29
29
--------
30
30
31
- The ``progress`` endpoint returns etiher an updated status or an error.
31
+ The ``progress`` endpoint returns either an updated status or an error.
32
32
33
33
Successful Response
34
34
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments