Commit 88a1b69
authored
[Test] Enable logging for AmazonHttpClient (elastic#116560) (elastic#116702)
If sending request fails locally without reaching the server, the
retryable exception is logged differently. This PR enables the logging
for this scenario.
Relates: elastic#88841 Relates: elastic#101608
(cherry picked from commit 5204902)
# Conflicts:
# modules/repository-s3/src/internalClusterTest/java/org/elasticsearch/repositories/s3/S3BlobStoreRepositoryTests.java1 parent 4ad1b5b commit 88a1b69
File tree
1 file changed
+8
-3
lines changed- modules/repository-s3/src/internalClusterTest/java/org/elasticsearch/repositories/s3
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
| |||
234 | 237 | | |
235 | 238 | | |
236 | 239 | | |
237 | | - | |
238 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
239 | 244 | | |
240 | 245 | | |
241 | 246 | | |
| |||
0 commit comments