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/10 21:06:11 UTC

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

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

 ##########
 File path: hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto
 ##########
 @@ -677,6 +677,7 @@ message KeyArgs {
     // request type.
     optional uint64 modificationTime = 13;
     optional bool sortDatanodes = 14;
+    optional bool refreshPipeline = 15;
 
 Review comment:
   Do we need this flag at all? As from the code it looks like we always want to return with the latest block information or are there any case we want to send it to false?. So, in OzoneManagerRequestHandler, we can just set omKeyArgs.set(true) right?
   
   Similar is done for other requests like lookupFile. 

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