-
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
Download stream interrupted #24636
Comments
Thank you for your feedback. This has been routed to the support team for assistance. |
Thanks for reporting this @cheryl-catalog! We'll investigate asap. |
Same here. azure-core==1.22.1 |
Hi @cheryl-catalog Cheryl / @jasonoberme, apologies for the delay in response. Connection reset errors come from the Storage service and there is not much we can do on the client-side except retry. The client should be automatically retrying these errors and that usually will lead to a successful request, but we recently identified an issue with our retry logic, specifically when streaming large downloads and we have a fix coming in our next release, 12.14.0. (The preview should be released this month with the full release sometime in September). It is difficult to tell if this fix will help in your scenario but download streaming is the targeted feature. If you are still experiencing the issue, could you include a full stack trace of the error if possible? That will help us identify if the upcoming fix will help. Additionally, if you are seeing these pretty consistently, I would also recommend opening a support ticket so the service team can take a look. There can sometimes be issues on the backend that could cause these types of errors if they are happening consistently. |
Thank you Jacob. It was seen consistently in a test scenario that is not often run. I will try it out in your next release and let you know if it fixes the problem.
All the best,
Cheryl
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
From: Jacob ***@***.***>
Sent: Tuesday, August 9, 2022 7:30 PM
To: ***@***.***>
Cc: Cheryl ***@***.***>; ***@***.***>
Subject: Re: [Azure/azure-sdk-for-python] Download stream interrupted (Issue #24636)
Hi @cheryl-catalog<https://github.com/cheryl-catalog> Cheryl / @jasonoberme<https://github.com/jasonoberme>, apologies for the delay in response.
Connection reset errors come from the Storage service and there is not much we can do on the client-side except retry. The client should be automatically retrying these errors and that usually will lead to a successful request, but we recently identified an issue with our retry logic, specifically when streaming large downloads and we have a fix coming in our next release, 12.14.0. (The preview should be released this month with the full release sometime in September). It is difficult to tell if this fix will help in your scenario but download streaming is the targeted feature.
If you are still experiencing the issue, could you include a full stack trace of the error if possible? That will help us identify if the upcoming fix will help.
Additionally, if you are seeing these pretty consistently, I would also recommend opening a support ticket so the service team can take a look. There can sometimes be issues on the backend that could cause these types of errors if they are happening consistently.
—
Reply to this email directly, view it on GitHub<#24636 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASR733YJTQS5VFTHC434ZNDVYLSTLANCNFSM5XFTLWSQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi @cheryl-catalog Cheryl, |
Hi @cheryl-catalog. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Hi @cheryl-catalog, since you haven’t asked that we “ |
/unresolved
I am seeing this error as well:
2022-05-27T21:51:42+0000 next():186 Unable to stream download: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))
2022-05-27T21:51:42+0000 wrapped():79 Download stream interrupted.
pip3 freeze | grep azure
azure-common==1.1.28
azure-core==1.24.0
azure-storage-blob==12.12.0
azure-storage-common==2.1.0
azure-storage-file==2.1.0
azure-storage-file-share==12.8.0
I will try the suggested tweaks in (#19753) and see how it goes. I just started seeing this error this week
Originally posted by @cheryl-catalog in #19753 (comment)
The text was updated successfully, but these errors were encountered: