steveloughran commented on a change in pull request #1795: HADOOP-16792: Make
S3 client request timeout configurable
URL: https://github.com/apache/hadoop/pull/1795#discussion_r363771314
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
##########
@@ -187,6 +187,10 @@ private Constants() {
public static final String SOCKET_TIMEOUT = "fs.s3a.connection.timeout";
public static final int DEFAULT_SOCKET_TIMEOUT = 200000;
+ // milliseconds until a request is timed-out
+ public static final String REQUEST_TIMEOUT =
"fs.s3a.connection.request.timeout";
+ public static final int DEFAULT_REQUEST_TIMEOUT = 0;
Review comment:
what would a good default be here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]