-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Read timeout when trying to tranfer index #7
Comments
Hi again, EDIT: without |
@pitagoras3 I added an PR to make timeouts and read preference configurable. In my case, increasing the timeouts and reading from the secondary made the migration work smoothly until now. One thing that's still left to discuss would be the |
Hi @alxgrk, Firstly, thanks for trying out mongo-migration-stream :) I will answer your questions one by one:
Implications are such that migrator won't calculate hashes for source and destination collections, and will not compare those hashes (for extra certainty that migration went well). From what I can tell you, on production in Allegro we also have disabled
Thank you! I will take a look into it.
So, the intention is to answer the question "Are all documents migrated?" To answer that question, I've implemented 3
As you discovered, Have I answered all your questions, or can I clarify something more? |
Your answers are perfectly fine, thanks @pitagoras3 . |
Describe the bug
I'm trying to transfer a single collection to get started with the tool. Dump & restore of the data did work so far, however, when it comes to replicating the indexes the following error occurs:
To Reproduce
This is the config:
Expected behavior
Initial transfer should work.
Environment (please complete the following information):
Additional context
If I get it to work, this tool is really, really useful to me! Thanks for open-sourcing it!
The text was updated successfully, but these errors were encountered: