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

Update go-singleflight-streams to handle weird EOF behaviour from minio #507

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

turt2live
Copy link
Member

Fixes #504

In short, minio was returning EOF on the last read, but sfstreams wasn't monitoring for that. When the next read happened, sfstreams proxied it to minio, which then promptly tried to send the range request, which fails.

By having sfstreams track the EOF on the read, we can bypass the second range request.

@turt2live turt2live marked this pull request as ready for review November 24, 2023 02:56
@turt2live turt2live merged commit b2f3c30 into master Nov 24, 2023
3 checks passed
@turt2live turt2live deleted the travis/fix-export-range branch November 24, 2023 03:08
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.

Export aborts with "The requested range is not satisfiable"
1 participant