-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Bandwidth Exhausted #411
Comments
I'm also facing this issue |
I had the same issue |
anyone able to resolve this? |
I'm also facing same. Please please please help... |
Same please help |
I think this issue can be fixed by limiting the concurrency. If a limitation is necessary seems to depend on the content (depth, collection size etc). I'll open a PR later. |
Depending on the content different load errors like 'Bandwidth exhausted' or 'Received RST_STREAM with code 2' occur and cause the import to be incomplete. Limiting the concurrent imported batches seems to prevents issues. The default behaviour is still without any limit. see jloosli#411
Just wondering if this issue has been resolved. |
Expected behavior
firestore-import working correctly - i.e. importing contents of json file created by firestore-export back into firestore.
Actual behavior
The import works partially - a few seconds after starting I get these errors
Some data is imported into the firestore database, but other data is not imported.
Steps to reproduce the behavior
Using version 1.1.0
Running command
/home/ec2-user/.nvm/versions/node/v13.3.0/bin/firestore-import -a ~/pc-test-firebase-adminsdk-5relp-daf7fa32cf.json -b backup-202005251534.json
The Firestore project is using the Blaze plan
The text was updated successfully, but these errors were encountered: