File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,24 @@ Global Options
119
119
Behavior
120
120
--------
121
121
122
+ Commit
123
+ ~~~~~~
124
+
125
+ To stop synchronizing, use the :ref:`commit <c2c-api-commit>` command
126
+ on the destination cluster to convert indexes and finalize the changes.
127
+ While ``commit`` is running:
128
+
129
+ - Writes are blocked on the source cluster.
130
+ - Writes are blocked on the destination cluster until ``mongosync``
131
+ begins index validation.
132
+
133
+ To monitor the ``commit`` process, use the :ref:`progress
134
+ <c2c-api-progress>` command:
135
+
136
+ - The destination cluster is writable when ``canWrite`` is true.
137
+ - Index conversion is complete when ``mongosync`` enters the
138
+ ``COMMITTED`` state.
139
+
122
140
.. _c2c-mongosync-config:
123
141
124
142
Configuration File
You can’t perform that action at this time.
0 commit comments