-
Notifications
You must be signed in to change notification settings - Fork 181
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
EOFError when calling S3.list_objects_v2 #903
Comments
Thanks for the report; this sounds familiar to JuliaLang/MbedTLS.jl#247. We just made new releases for MbedTLS.jl and HTTP.jl (v1.1.3 & v1.2.1, respectively, in the last day or so), so it would be great to know if those new releases, which included fixes hopefully for these kinds of things, help. |
Ok, will upgrade those dependencies and keep an eye out for the issue, thanks. |
@arnaudh any update from your end here? |
Haven't seen the issue since upgrading the dependencies, though haven't tested extensively. I'll close the issue for now, and re-open if it comes up again. Thank you! |
We (at Invenia) have bumped a few times recently into
EOFError
errors when callingS3.list_objects_v2
which uses HTTP.jl under the hood:Stacktrace:
This happens only very intermittently (hundreds of requests otherwise seem to go through without errors).
Let me know if there is anything I can do to help nail down / reproduce better.
Versions used:
Seems like it could be related to this recent work? issue #875 and fix #885
The text was updated successfully, but these errors were encountered: