xichen01 commented on code in PR #4188: URL: https://github.com/apache/ozone/pull/4188#discussion_r1559277107
########## hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java: ########## @@ -1195,7 +1196,8 @@ public OzoneOutputStream createKey( .setReplicationConfig(replicationConfig) .addAllMetadata(metadata) .setAcls(getAclList()) - .setLatestVersionLocation(getLatestVersionLocation); + .setLatestVersionLocation(getLatestVersionLocation) + .setOwnerName(ownerName); Review Comment: > The current PR hasn't changed the ACL part yet. Thus it doesn't really use the new key owner field (yet) during ACL checks. Right, this PR does not change the ACL check and does not affect the results of the current ACL check because the current ACL check does not even know the key owner existing. > In this PR, the sole purpose of key owner field as of now is to be able to write and read the owner field. Right. -- 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. To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org