-
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
Blob client crash due to aiohttp Exception (ClientPayloadError: Response payload is not completed) #17974
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. Issue Details
Describe the bug From time to time our job will crash with the following exception:
To Reproduce The failure does not happen consistently but it is quite sporadic (our job can download data for many hours without facing this problem) Expected behavior
Additional context We are using Full stack trace:
|
Thanks for the feedback, we’ll investigate asap. |
Hi @gdippolito, the client does in fact retry with 10 retries by default and you can observe that in the error trace. |
Hi @gdippolito Thanks for reporting this! This would be fixed by this pr while it still has some error we will try to merge it soon 57443b9 |
Hi @xiafu-msft, Thanks for the update. Let us know when you have a PR we can subscribe to. Thanks, |
Here is the PR #17909 |
THanks @tasherif-msft My error was while fetching data and not uploading them. Also, the size of the data is quite small. However, I can see that you are introducing the exception Do you think this PR will also fix my use case? |
Yes it should fix the issue for you! The PR I referenced is solving two issues including yours, the pr naming isn't the best haha |
Hi @gdippolito the fix has been merged and will be available in our next release which is happening by the end of this week! |
Thanks a lot for your support and quick turnaround! |
Review request for Microsoft.ContainerService to add version 2022-02-02-preview (Azure#18150) * Adds base for updating Microsoft.ContainerService from version preview/2022-01-02-preview to version 2022-02-02-preview * Updates readme * Updates API version in new specs and examples * Add key management service profile of a managed cluster for version 2022-02-02-preview (Azure#17955) * Add key management service profile of a managed cluster for version 2022-02-02-preview * add kmsProfile * update after api review * add more details in description * update for comments * add mc snapshot api (Azure#17974) * add mc snapshot api * fix format * add mc snapshot type * define type for enums * add properties for example * Update readmes for the 2022-02-02-preview dev branch of container service (Azure#17889) * update readme * remove useless -only tags * remove nested property in allOf for 2022-02-02-preview managedClusters (Azure#18063) * Fix credential format typo in 0102 preview (Azure#18117) * add missing type object (Azure#18116) * Update several common definitions according to arm feedback for container service 2022-02-02-preview (Azure#18206) * update definition of serveral parameters and system data * update definition of Resource and move property location to sub resources * add missing tags property for prev Resource * fix for compatibility * fix definition name Co-authored-by: Bin Xia <[email protected]> Co-authored-by: Qingqing <[email protected]> Co-authored-by: Tongyao Si <[email protected]>
Describe the bug
We are using the azure-blob-storage python client to download blobs using the async client implementation.
From time to time our job will crash with the following exception:
To Reproduce
The failure does not happen consistently but it is quite sporadic (our job can download data for many hours without facing this problem)
Expected behavior
azure-storage-blob
should be able to handle this exception and perform a retry?Additional context
We are using
aiohttp
version3.6.3
Full stack trace:
The text was updated successfully, but these errors were encountered: