Skip to content

Commit

Permalink
HADOOP-19097. S3A: Set fs.s3a.connection.establish.timeout to 30s (#6601
Browse files Browse the repository at this point in the history
)


This is consistent with the value in the hadoop-aws source code

Contributed by Steve Loughran
  • Loading branch information
steveloughran committed Mar 5, 2024
1 parent a6aa292 commit 095229f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 095229f

Please sign in to comment.