[ https://issues.apache.org/jira/browse/HADOOP-18915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790686#comment-17790686 ]
ASF GitHub Bot commented on HADOOP-18915: ----------------------------------------- steveloughran commented on code in PR #6180: URL: https://github.com/apache/hadoop/pull/6180#discussion_r1408124183 ########## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java: ########## @@ -144,14 +152,29 @@ private Constants() { SimpleAWSCredentialsProvider.NAME; - // the maximum number of tasks cached if all threads are already uploading + /** + * The maximum number of tasks queued (other than prefetcher tasks) if all threads are + * busy: {@value}. + */ public static final String MAX_TOTAL_TASKS = "fs.s3a.max.total.tasks"; + /** + * Default value for {@link #MAX_TOTAL_TASKS}: {@value}. + */ public static final int DEFAULT_MAX_TOTAL_TASKS = 32; - // number of simultaneous connections to s3 + /** + * Number of simultaneous connections to S3: {@value}. + */ public static final String MAXIMUM_CONNECTIONS = "fs.s3a.connection.maximum"; - public static final int DEFAULT_MAXIMUM_CONNECTIONS = 96; + + /** + * Default value for {@link #MAXIMUM_CONNECTIONS}: {@value}. + * Note this value gets increased over time as more connections are used Review Comment: "future releases are likely to increase this default value" > Extend S3A http client connection timeouts > ------------------------------------------ > > Key: HADOOP-18915 > URL: https://issues.apache.org/jira/browse/HADOOP-18915 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Affects Versions: 3.4.0 > Reporter: Ahmar Suhail > Assignee: Steve Loughran > Priority: Major > Labels: pull-request-available > > * Add ability to configure *all* timeouts, especially acquisition time > * recognise ApiCallTimeout and map tp a retryable exception > * use getDuration so suffixes can be used -so remove all ambiguity about time > unit > * use units in core-default.xml so warnings aren't printed -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org