HADOOP-19097. S3A: Set fs.s3a.connection.establish.timeout to 30s (#6601)
This is consistent with the value in the hadoop-aws source code Contributed by Steve Loughran
This commit is contained in:
parent
a6aa2925fb
commit
095229fefb
@ -1609,7 +1609,7 @@
|
||||
|
||||
<property>
|
||||
<name>fs.s3a.connection.establish.timeout</name>
|
||||
<value>5s</value>
|
||||
<value>30s</value>
|
||||
<description>Socket connection setup timeout in milliseconds; this will be retried
|
||||
more than once.</description>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user