Gargi-jais11 commented on code in PR #9774: URL: https://github.com/apache/ozone/pull/9774#discussion_r2816198910
########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeySetTimesRequest.java: ########## Review Comment: @art9440 This is not related to your changes, found this will understanding your changes. As per my understanding `SetTimes` updates the key’s modification time (which is metadata update) only. It does not modify ACLs, so don't you think the ACL check should use **WRITE**, not **WRITE_ACL**? -- 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]
