jojochuang commented on code in PR #10859:
URL: https://github.com/apache/ozone/pull/10859#discussion_r3647087063


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -3078,6 +3080,18 @@ private OmBucketInfo getResolvedSourceBucket(
         return cachedSource;
       }
     }
+    if (getAclsEnabled()) {

Review Comment:
   Looks like we didn't verify ACL of the target bucket even before HDDS-15624.
   
   Linux symlink does verify the target permission, so it makes sense to check 
it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to