This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit a7a1aac6c6fd39fbad92096becb0fd42df24bd69 Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Tue Mar 5 10:10:27 2024 +0000 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 --- hadoop-common-project/hadoop-common/src/main/resources/core-default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index 00533e362b99..075c7e02e811 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org