Skip to content

Commit d664389

Browse files
committed
HADOOP-19045. CreateSession Timeout - followup
update docs Change-Id: I389941ff93ea81fe78a9662bc31eacd7c706efda
1 parent 8a6815a commit d664389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The choice is yours. Generally recovery is better, but sometimes fail-fast is mo
231231
| `fs.s3a.connection.acquisition.timeout` | `60s` | `*` | Timeout for waiting for a connection from the pool. |
232232
| `fs.s3a.connection.establish.timeout` | `30s` | | Time to establish the TCP/TLS connection |
233233
| `fs.s3a.connection.idle.time` | `60s` | `*` | Maximum time for idle HTTP connections in the pool |
234-
| `fs.s3a.connection.request.timeout` | `0` | | If greater than zero, maximum duration of any request |
234+
| `fs.s3a.connection.request.timeout` | `60s` | | If greater than zero, maximum time for a response |
235235
| `fs.s3a.connection.timeout` | `200s` | | Timeout for socket problems on a TCP channel |
236236
| `fs.s3a.connection.ttl` | `5m` | | Lifetime of HTTP connections from the pool |
237237

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/troubleshooting_s3a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ It is possible to configure a global timeout for AWS service calls using followi
15101510
```xml
15111511
<property>
15121512
<name>fs.s3a.connection.request.timeout</name>
1513-
<value>0</value>
1513+
<value>5m</value>
15141514
<description>
15151515
Time out on HTTP requests to the AWS service; 0 means no timeout.
15161516
Measured in seconds; the usual time suffixes are all supported

0 commit comments

Comments
 (0)