File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,18 @@ Write Blocking
213
213
You must enable write-blocking when you start ``mongosync`` if you want
214
214
to use :ref:`reverse synchronization <c2c-api-reverse>` later.
215
215
216
+ User Permissions
217
+ ````````````````
218
+
219
+ .. include:: /includes/fact-write-blocking-requirement.rst
220
+
221
+ Permissible Writes
222
+ ``````````````````
223
+
224
+ .. include:: /includes/fact-write-blocking-check.rst
225
+
226
+ .. include:: /includes/fact-write-blocking-when.rst
227
+
216
228
Commit
217
229
~~~~~~
218
230
@@ -232,18 +244,16 @@ The ``commit`` operation should take less than a few minutes. To monitor the
232
244
- Index conversion is complete when ``mongosync`` enters the
233
245
``COMMITTED`` state.
234
246
235
- User Permissions
236
- ````````````````
237
-
238
- .. include:: /includes/fact-write-blocking-requirement.rst
247
+ Read and Write Concern
248
+ ~~~~~~~~~~~~~~~~~~~~~~
239
249
240
- Permissible Writes
241
- ``````````````````
242
-
243
- .. include:: /includes/fact-write-blocking-check.rst
244
-
245
- .. include:: /includes/fact-write-blocking-when.rst
250
+ By default, ``mongosync`` sets the read concern level to
251
+ :readconcern:`"majority"` for reads on the source cluster. For writes on
252
+ the destination cluster, ``mongosync`` sets the write concern level to
253
+ :writeconcern:`"majority"` with :ref:`j: true <wc-j>`.
246
254
255
+ For more information on read and write concern configuration and
256
+ behavior, see :ref:`read-concern` and :ref:`write-concern`.
247
257
248
258
.. _c2c-capped-collections:
249
259
You can’t perform that action at this time.
0 commit comments