This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 095229fefb4d HADOOP-19097. S3A: Set fs.s3a.connection.establish.timeout to 30s (#6601) 095229fefb4d is described below commit 095229fefb4d3aed2aa3104c93cccd6a64fd1041 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