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:
Steve Loughran 2024-03-05 10:10:27 +00:00 committed by GitHub
parent a6aa2925fb
commit 095229fefb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>