ss77892 opened a new pull request, #9045: URL: https://github.com/apache/ozone/pull/9045
## What changes were proposed in this pull request? HDDS-13635 Move ACL check in OMVolumeCreateRequest and OMBucketCreate request to pre execute Please describe your PR in detail: Moved the ACL check to the preExecute methods. That reduces the number of ACL checks across the cluster, as well as avoids the case when ACL has been changed in the middle of the request, and one peer would suddenly fail. Drawback: the rejection would appear only in the access log on the current leader. ## What is the link to the Apache JIRA (https://issues.apache.org/jira/browse/HDDS-13635) ## How was this patch tested? UT/manually with HA cluster -- 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]
