File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
source/includes/api/tables Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 24
24
- If ``true ``, indicates that writes are permitted on the
25
25
destination cluster. Do not write to the destination cluster
26
26
while ``canWrite `` is ``false ``.
27
-
27
+
28
28
Index validation continues until the :ref: `commit
29
- <c2c-api-commit>` is complete.
29
+ <c2c-api-commit>` is complete.
30
30
31
31
* - ``info ``
32
32
- string
43
43
- Time in seconds between the last applied event and time of the
44
44
current latest event for this instance of ``mongosync ``.
45
45
46
+ .. note ::
47
+
48
+ ``mongosync `` performs periodic no-op writes on the source cluster,
49
+ which may prevent the value of the ``lagTimeSeconds `` field from
50
+ reaching zero.
51
+
46
52
* - ``collectionCopy ``
47
53
- object
48
54
- Describes the total amount of data being copied and the
58
64
``.estimatedCopiedBytes ``
59
65
- integer
60
66
- Estimated number of bytes which have been copied to the
61
- destination cluster by this ``mongosync `` instance.
62
-
67
+ destination cluster by this ``mongosync `` instance.
68
+
63
69
To calculate the total estimated progress as a percentage, add the value
64
70
of the ``estimatedCopiedBytes `` field for each ``mongosync `` instance
65
71
and divide the result by the value of the ``estimatedTotalBytes `` field
88
94
89
95
* - ``coordinatorID ``
90
96
- string
91
- - The identifier string for the coordinator instance.
97
+ - The identifier string for the coordinator instance.
92
98
93
99
- When ``mongosync `` is coordinated by another instance, this field shows
94
100
the identifier string for the coordinator instance.
You can’t perform that action at this time.
0 commit comments