symious commented on a change in pull request #2261:
URL: https://github.com/apache/ozone/pull/2261#discussion_r635200745
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java
##########
@@ -679,6 +679,10 @@ public OmKeyInfo lookupKey(OmKeyArgs args, String
clientAddress)
throw new OMException("Key not found", KEY_NOT_FOUND);
}
+ if (!args.getFullLocationVersion()) {
Review comment:
Since OM will always get the full location from rocksdb, the flag here
is for OM to decide whether to send the full version back to client.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]