lw-yang opened a new issue, #4246: URL: https://github.com/apache/gravitino/issues/4246
### What would you like to be improved? In production environments, multiple Gravitino instances are typically deployed, which can lead to data inconsistency issues with local caching. If data is deleted in one instance and then retrieved from another instance, the cache in the second instance may still contain the data. In our scenario, we encountered an inconsistency issue, after deleting a role and then attempting to retrieve it, found the data still exists Therefore, local caching should be disabled by default, allowing users to evaluate and choose whether to enable it. Alternatively, a caching framework can be provided, allowing users to select the caching implementation, such as local caching or distributed caching. ### How should we improve? _No response_ -- 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]
