[ 
https://issues.apache.org/jira/browse/HADOOP-18104?focusedWorklogId=756695&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-756695
 ]

ASF GitHub Bot logged work on HADOOP-18104:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Apr/22 20:59
            Start Date: 13/Apr/22 20:59
    Worklog Time Spent: 10m 
      Work Description: mukund-thakur commented on code in PR #3964:
URL: https://github.com/apache/hadoop/pull/3964#discussion_r849894430


##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java:
##########
@@ -1066,4 +1066,29 @@ private Constants() {
    * Require that all S3 access is made through Access Points.
    */
   public static final String AWS_S3_ACCESSPOINT_REQUIRED = 
"fs.s3a.accesspoint.required";
+
+  /**
+   * What is the smallest reasonable seek that we should group ranges
+   * together during vectored read operation.
+   * Value : {@value}.
+   */
+  public static final String AWS_S3_MIN_SEEK_VECTOR_READS = 
"fs.s3a.min.seek.vectored.read";
+
+  /**
+   * What is the largest size that we should group ranges
+   * together during vectored read?

Review Comment:
   we can say merged.size?





Issue Time Tracking
-------------------

    Worklog Id:     (was: 756695)
    Time Spent: 1h 40m  (was: 1.5h)

> Add configs to configure minSeekForVectorReads and maxReadSizeForVectorReads
> ----------------------------------------------------------------------------
>
>                 Key: HADOOP-18104
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18104
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: common, fs
>            Reporter: Mukund Thakur
>            Assignee: Mukund Thakur
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to