jerryshao opened a new pull request, #8090: URL: https://github.com/apache/gravitino/pull/8090
### What changes were proposed in this pull request? Current entity cache has issue with relation entity operations. As a temporary fix, we disable all the cache for relation entity operation except owner_rel. The reason to keep owner_rel is that it all uses relation entity operations, so it doesn't have consistent issue. Besides, it affects the performance of access control if there's no cache. ### Why are the changes needed? #7787 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Local verification. -- 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]
