File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -248,44 +248,6 @@ enable :ref:`write-blocking <c2c-write-blocking>`:
248248To monitor the ``commit`` process, use the :ref:`progress
249249<c2c-api-progress>` command:
250250
251- - The destination cluster is writable when ``canWrite`` is true.
252- - Index conversion is complete when ``mongosync`` enters the
253- ``COMMITTED`` state.
254-
255- User Permissions
256- ````````````````
257-
258- .. include:: /includes/fact-write-blocking-requirement.rst
259-
260- Permissible Reads
261- `````````````````
262-
263- .. include:: /includes/fact-read-operations-source.rst
264-
265- .. include:: /includes/fact-read-operations-check.rst
266-
267- Permissible Writes
268- ``````````````````
269-
270- .. include:: /includes/fact-write-blocking-check.rst
271-
272- .. include:: /includes/fact-write-blocking-when.rst
273-
274- Commit
275- ~~~~~~
276-
277- To stop syncing, use the :ref:`commit <c2c-api-commit>` command on the
278- destination cluster to convert indexes and finalize the changes. By default,
279- ``commit`` operations have no effect on writes unless you enable
280- :ref:`write-blocking <c2c-write-blocking>`. If you enable write blocking:
281-
282- - ``commit`` blocks writes on the source cluster.
283- - ``commit`` blocks writes on the destination cluster until
284- ``mongosync`` begins index validation.
285-
286- The ``commit`` operation should take less than a few minutes. To monitor the
287- ``commit`` process, use the :ref:`progress <c2c-api-progress>` command:
288-
289251- The destination cluster is writable when ``canWrite`` is true.
290252- Index conversion is complete when ``mongosync`` enters the
291253 ``COMMITTED`` state.
You can’t perform that action at this time.
0 commit comments