Skip to content

Commit dafc9ef

Browse files
o-shevchenkosteveloughran
authored andcommitted
HADOOP-18563. Misleading AWS SDK S3 timeout configuration comment (#5197)
Contributed by Oleksandr Shevchenko
1 parent 95890f3 commit dafc9ef

File tree

1 file changed

+2
-2
lines changed
  • hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a

1 file changed

+2
-2
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ private Constants() {
251251
public static final boolean EXPERIMENTAL_AWS_INTERNAL_THROTTLING_DEFAULT =
252252
true;
253253

254-
// seconds until we give up trying to establish a connection to s3
254+
// milliseconds until we give up trying to establish a connection to s3
255255
public static final String ESTABLISH_TIMEOUT =
256256
"fs.s3a.connection.establish.timeout";
257257
public static final int DEFAULT_ESTABLISH_TIMEOUT = 50000;
258258

259-
// seconds until we give up on a connection to s3
259+
// milliseconds until we give up on a connection to s3
260260
public static final String SOCKET_TIMEOUT = "fs.s3a.connection.timeout";
261261
public static final int DEFAULT_SOCKET_TIMEOUT = 200000;
262262

0 commit comments

Comments
 (0)