Commit 7d1830b
authored
Add a workaround for connection acquire issue (#6808)
* Add a workaround for connection acquire issue
There appears to be an issue in rare circumstances where a connection
acquire fails so that no connection is leased from the pool, and
validation of the connection subsequently fails, causing the underlying
HTTP client to throw.
This adds a workaround for this issue by rethrowing the exception
wrapped in an IOException to at least give the upper layer an
opportunity to retry the request.
* Add changelog1 parent 9d89736 commit 7d1830b
File tree
2 files changed
+15
-0
lines changed- .changes/next-release
- http-clients/apache5-client/src/main/java/software/amazon/awssdk/http/apache5
2 files changed
+15
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
294 | 303 | | |
295 | 304 | | |
296 | 305 | | |
| |||
0 commit comments