Skip to content

Commit eea942f

Browse files
authored
DOCSP 33265 Resilience of mongosync (#201)
* DOCSP-33265 mongosync resilience * DOCSP-33265 mongosync resilience * DOCSP-33265 rephrasing * DOCSP-33265 rephrasing * DOCSP-33265 rephrasing * DOCSP-33625 copy edits * DOCSP-33625 copy edits * DOCSP-33625 copy edits * DOCSP-33625 copy edits * DOCSP-33265 tech edits * DOCSP-33265 tech edits * DOCSP-33265 tech edits
1 parent 45b0932 commit eea942f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

source/faq.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,11 @@ If you see slow operation warnings, check CPU, memory, and network usage on the
115115
source and destination clusters. If the clusters are underprovisioned for your
116116
needs, consider upgrading the cluster hardware.
117117

118+
Should I stop a migration if the logs contain the word "error" or "failure"?
119+
--------------------------------------------------------------------------
120+
121+
No, logs that contain the word "error" or "failure" show non-fatal
122+
errors and do not signal that you need to stop ``mongosync`` early.
123+
These logs do not indicate that ``mongosync`` is failing or corrupting
124+
data. If a fatal error occurs, ``mongosync`` stops the sync and writes a
125+
fatal log entry.

source/reference/mongosync.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,16 @@ System Collections
259259

260260
.. include:: /includes/collections/behavior-system-collections.rst
261261

262+
Resilience
263+
~~~~~~~~~~
264+
265+
``mongosync`` is resilient and able to handle non-fatal errors. Logs
266+
that contain the word "error" or "failure" do not indicate that
267+
``mongosync`` is failing or corrupting data. For example, if a network
268+
error occurs, the ``mongosync`` log may contain the word "error' but
269+
``mongosync`` is still able to complete the sync. In the case that a
270+
sync does not complete, ``mongosync`` writes a fatal log entry.
271+
262272
.. _c2c-mongosync-examples:
263273

264274
Examples

0 commit comments

Comments
 (0)