-
Notifications
You must be signed in to change notification settings - Fork 975
Retry on UncheckedIOException. #3539
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
Conversation
|
Hi @jfz thank you for reaching out. Can you elaborate more on your use case? |
This happens at the end of s3 put, and retry doesn't seem to happen in this case: Retry config used: stack trace: |
|
@jfz I've approved the PR and will run integ tests. Thank you for your contribution! |
29f55bb to
dcbe88a
Compare
|
SonarCloud Quality Gate failed. |
…7035dea49 Pull request: release <- staging/1b271ed2-8e1c-4187-bef1-c1c7035dea49








Retry on UncheckedIOException.
Motivation and Context
In some cases IOException is converted to UncheckedIOException and that suppresses retry with default retry policy.
For example: in UrlConnectionHttpClient
Modifications
Added UncheckedIOException to retryable exception list.
Testing
Screenshots (if appropriate)
Types of changes
Checklist
mvn installsucceedsscripts/new-changescript and following the instructions. Commit the new file created by the script in.changes/next-releasewith your changes.License