Skip to content

Commit a7a1aac

Browse files
committed
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
1 parent 65a2bde commit a7a1aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@
16091609

16101610
<property>
16111611
<name>fs.s3a.connection.establish.timeout</name>
1612-
<value>5s</value>
1612+
<value>30s</value>
16131613
<description>Socket connection setup timeout in milliseconds; this will be retried
16141614
more than once.</description>
16151615
</property>

0 commit comments

Comments
 (0)