You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/12/11 05:51:06 UTC

[GitHub] [hadoop-ozone] avijayanhwx commented on a change in pull request #331: HDDS-2188. Implement LocatedFileStatus & getFileBlockLocations to pro…

avijayanhwx commented on a change in pull request #331: HDDS-2188. Implement LocatedFileStatus & getFileBlockLocations to pro…
URL: https://github.com/apache/hadoop-ozone/pull/331#discussion_r356413364
 
 

 ##########
 File path: hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/protocolPB/OzoneManagerRequestHandler.java
 ##########
 @@ -1077,6 +1077,7 @@ private GetFileStatusResponse getOzoneFileStatus(
         .setVolumeName(keyArgs.getVolumeName())
         .setBucketName(keyArgs.getBucketName())
         .setKeyName(keyArgs.getKeyName())
+        .setRefreshPipeline(keyArgs.getRefreshPipeline())
 
 Review comment:
   @bharatviswa504 Yes, FS listStatus API is invoked by MapReduce jobs to get the located file blocks. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org