-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Storage] No exception about connection error during blob download #16980
Comments
Thanks for the report @kekatahi! |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. Issue Details
Describe the bug To Reproduce
sample code
Expected behavior
|
@annatisch Thank you for your response. Do you have the ETA of #16783 ? |
Hi @kekatahi we are incorporating this fix in our next release while also ensuring that we retry on an interrupted download. |
The fix has been merged here 7e74cb3 it will be available in the release happening in the next couple of days! |
Describe the bug
the data downloaded using download_blob method seems small size compare to source blob. This issue happen when the NetworkError occurred . And there are no exception when NetworkError occurred.
To Reproduce
Steps to reproduce the behavior:
Before that we should enable the storage analytics logs to check the NetworkError.
2.0;2021-02-25T07:00:08.9500298Z;GetBlob;NetworkError;206;
sample code
Expected behavior
it should return the exception for NetworkError if the blob download incomplete.
The text was updated successfully, but these errors were encountered: