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

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

                Author: ASF GitHub Bot
            Created on: 25/Apr/22 08:20
            Start Date: 25/Apr/22 08:20
    Worklog Time Spent: 10m 
      Work Description: mehakmeet commented on code in PR #3964:
URL: https://github.com/apache/hadoop/pull/3964#discussion_r857370711


##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:
##########
@@ -564,6 +568,23 @@ public void initialize(URI name, Configuration 
originalConf)
     }
   }
 
+  /**
+   * Populates the configurations related to vectored IO operation
+   * in the context which has to passed down to input streams.
+   * @param conf configuration object.
+   * @return VectoredIOContext.
+   */
+  private VectoredIOContext populateVectoredIOContext(Configuration conf) {
+    final int minSeekVectored = conf.getInt(AWS_S3_VECTOR_READS_MIN_SEEK_SIZE,

Review Comment:
   shouldn't we make this getLongBytes()?





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

    Worklog Id:     (was: 761646)
    Time Spent: 3h  (was: 2h 50m)

> 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: 3h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
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