github-actions[bot] opened a new pull request, #8454: URL: https://github.com/apache/gravitino/pull/8454
### What changes were proposed in this pull request? This PR fixes metadata cache data consistency errors by implementing reverse indexing for cache invalidation and changing the default cache setting to disabled. The changes ensure that when cached entities are invalidated, all dependent cached relationships are properly cleaned up. Key changes: - Added reverse indexing mechanism to track entity relationships in cache - Refactored cache key hierarchy with new `EntityCacheRelationKey` class - Changed default cache setting from enabled to disabled ### Why are the changes needed? Fix: #7804 Fix: #7797 Fix: #8155 Fix: #8181 Fix: #8182 Fix: #7787 ### Does this PR introduce _any_ user-facing change? NA ### How was this patch tested? CI -- 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]
