File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ source and destination clusters. If the clusters are underprovisioned for your
116116needs, consider upgrading the cluster hardware.
117117
118118Should I stop a migration if the logs contain the word "error" or "failure"?
119- ----------------------------------------------------------------------------
119+ --------------------------------------------------------------------------
120120
121121No, logs that contain the word "error" or "failure" show non-fatal
122122errors and do not signal that you need to stop ``mongosync`` early.
Original file line number Diff line number Diff 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
264274Examples
You can’t perform that action at this time.
0 commit comments