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

Add error handing to fetching a chunk from file uploads. #396

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

thomasvl
Copy link
Member

@thomasvl thomasvl commented Jun 7, 2024

This is the same logic as what happens for non-file based uploaded, it if something happens to cause a failure to collect a subrange, then it will fail the upload instead of the current crash that has occasionally been seen.

For both cases (Data or file based), if we can get better repos, there might be some better checks to do in the future.

This is the same logic as what happens for non-file based uploaded, it if
something happens to cause a failure to collect a subrange, then it will fail
the upload instead of the current crash that has occasionally been seen.

For both cases (Data or file based), if we can get better repos, there might be
some better checks to do in the future.
@thomasvl thomasvl merged commit e336ec8 into google:main Jun 7, 2024
25 checks passed
@thomasvl thomasvl deleted the upload_file_catch branch June 7, 2024 16:22
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