[ 
https://issues.apache.org/jira/browse/HADOOP-19139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837564#comment-17837564
 ] 

ASF GitHub Bot commented on HADOOP-19139:
-----------------------------------------

anmolanmol1234 commented on code in PR #6699:
URL: https://github.com/apache/hadoop/pull/6699#discussion_r1566892429


##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsInputStreamStatistics.java:
##########
@@ -227,15 +227,23 @@ public void testReadStatistics() throws IOException {
        * readOps - Since each time read operation is performed OPERATIONS
        * times, total number of read operations would be equal to OPERATIONS.
        *
-       * remoteReadOps - Only a single remote read operation is done. Hence,
+       * remoteReadOps -
+       * In case of Head Optimization for InputStream, the first read operation
+       * would read only the asked range and would not be able to read the 
entire file
+       * ras it has no information on the contentLength of the file. The second

Review Comment:
   typo: as



##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsInputStreamStatistics.java:
##########
@@ -227,15 +227,23 @@ public void testReadStatistics() throws IOException {
        * readOps - Since each time read operation is performed OPERATIONS
        * times, total number of read operations would be equal to OPERATIONS.
        *
-       * remoteReadOps - Only a single remote read operation is done. Hence,
+       * remoteReadOps -
+       * In case of Head Optimization for InputStream, the first read operation
+       * would read only the asked range and would not be able to read the 
entire file
+       * ras it has no information on the contentLength of the file. The second

Review Comment:
   typo: as





> [ABFS]: No GetPathStatus call for opening AbfsInputStream
> ---------------------------------------------------------
>
>                 Key: HADOOP-19139
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19139
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Pranav Saxena
>            Assignee: Pranav Saxena
>            Priority: Major
>              Labels: pull-request-available
>
> Read API gives contentLen and etag of the path. This information would be 
> used in future calls on that inputStream. Prior information of eTag is of not 
> much importance.



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

Reply via email to