Skip to content
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

Write data too large fix #858

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

michaelAtCoalesce
Copy link

Fixes # .

Changes proposed in this pull request:

Tilman Schweitzer and others added 7 commits December 7, 2021 20:38
…osli#846

The objects returned from Firestore have a random key order.
This makes it hard to compare different backup files.
Therefore, the parameter --sortKeys uses a custom and key-sorted stringify function.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant