Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ If you write to a synced namespace before issuing a :ref:`commit
undefined. To ensure that you don't write to any synced namespaces, enable
:ref:`write blocking <c2c-write-blocking>`.

.. note::

Index builds on the destination cluster are treated as writes
while ``mongosync`` is syncing.

To check the value of ``canWrite``, call the :ref:`progress <c2c-api-progress>`
API endpoint.

Expand Down