From 095229fefb4d3aed2aa3104c93cccd6a64fd1041 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 5 Mar 2024 10:10:27 +0000 Subject: [PATCH] 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/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 00533e362b..075c7e02e8 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 @@ fs.s3a.connection.establish.timeout - 5s + 30s Socket connection setup timeout in milliseconds; this will be retried more than once.