Skip to content

Commit 67230b6

Browse files
committed
update README
1 parent 6fe3ba6 commit 67230b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@ Any collection metadata mismatches will occur in a task with the type '`verifyCo
257257
258258
In this case, '`failed_docs`' contains all the meta data mismatches, in this case an index named '`x_1`'.
259259
260+
# Resumability
261+
262+
The migration-verifier persists its change stream’s resume token periodically so that, in the event of a catastrophic failure (e.g., memory exhaustion), when restarted the verifier will receive any change events that happened while the verifier was down.
263+
264+
**CAVEAT:** This doesn’t work properly during partitionining. If the verifier ends prior to partitioning, you should restart the verification.
265+
260266
# Performance
261267
262268
The migration-verifier optimizes for the case where a migration’s initial sync is completed **and** change events are relatively infrequent. If you start verification before initial sync finishes, or if the source cluster is too busy, the verification may freeze.

0 commit comments

Comments
 (0)