hdygxsj opened a new pull request, #8553: URL: https://github.com/apache/gravitino/pull/8553
### What changes were proposed in this pull request? Avoid duplicate authorization checks in list operations The time complexity of Jcasbin's enforce method is O(n). Further caching of authorization results can reduce the time spent on authorization. Meanwhile, optimized CaffeineEntityCache using segmented locks and added support for concurrent metadata authorization. ### Why are the changes needed? Fix: #8089 #8099 ### Does this PR introduce _any_ user-facing change? None ### How was this patch tested? Existing IT test cases in org.apache.gravitino.client.integration.test.authorization -- 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]
