File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -217,17 +217,16 @@ Commit
217
217
~~~~~~
218
218
219
219
To stop syncing, use the :ref:`commit <c2c-api-commit>` command on the
220
- destination cluster to convert indexes and finalize the changes. If you
221
- enable :ref:`write-blocking <c2c-write-blocking>`:
222
-
220
+ destination cluster to convert indexes and finalize the changes. By default,
221
+ ``commit`` operations have no effect on writes unless you enable
222
+ :ref:`write-blocking <c2c-write-blocking>`. If you enable write blocking:
223
223
224
224
- ``commit`` blocks writes on the source cluster.
225
225
- ``commit`` blocks writes on the destination cluster until
226
226
``mongosync`` begins index validation.
227
227
228
-
229
- To monitor the ``commit`` process, use the :ref:`progress
230
- <c2c-api-progress>` command:
228
+ The ``commit`` operation should take less than a few minutes. To monitor the
229
+ ``commit`` process, use the :ref:`progress <c2c-api-progress>` command:
231
230
232
231
- The destination cluster is writable when ``canWrite`` is true.
233
232
- Index conversion is complete when ``mongosync`` enters the
You can’t perform that action at this time.
0 commit comments