We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am facing the following problem: The migration is called twice!
Here is my code: http://pastebin.com/wAPHrW8j
Please help.
The text was updated successfully, but these errors were encountered:
If a doc is changed drastically, it can move around on disk and then be returned by a cursor a second time.
You can either write an idempotent migration or open your own cursor and use snapshotting: https://docs.mongodb.org/manual/core/read-isolation-consistency-recency/ (pay heed to the warnings listed)
On Thu, Mar 24, 2016 at 8:09 AM, EfstathiosChatzikyriakidis < [email protected]> wrote:
I am facing the following problem: The migration is called twice! Here is my code: http://pastebin.com/wAPHrW8j Please help. — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #19
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #19
Sorry, something went wrong.
No branches or pull requests
I am facing the following problem: The migration is called twice!
Here is my code: http://pastebin.com/wAPHrW8j
Please help.
The text was updated successfully, but these errors were encountered: