-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[BUG] Connection reset by peer is not handled well by retry policy #21091
Comments
@kasobol-msft A similar issue seen here #15215 |
Thanks for submitting this issue @kasobol-msft. Just finished a rough investigation on this. It appears that when the expected response body of a request is |
There seems to be few missing cases that we should cover:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=900469&view=ms.vss-test-web.build-test-results-tab&runId=19372912&resultId=103744&paneView=debug |
@kasobol-msft, has this happened recently or has this issue been fixed by #22647 |
This has happened recently, most likely because we exhausted retry count (though we're not 100% sure). We should follow up with aggregated exception and logs from retry policy. |
Closing as this hasn't been a reported issue for a while and if this is seen again a new issue should be opened. |
S360 swagger correctness - added missing property totalCount (Azure#21091) Co-authored-by: Umang Shah <umangshah@microsoft.com>
We observe Connection reset by peer being propagated as an error in tests and reported by customers.
Looking for holistic solution for this problem in the core.
References:
Customer reported: #21066
The text was updated successfully, but these errors were encountered: