vogievetsky opened a new issue #8584: Update metadata cache in sys.tables immediately upon relevant change URL: https://github.com/apache/incubator-druid/issues/8584 Right now the system tables have a lot of flags the `sys.segments` tables has a `is_published` and `is_available` etc. These are updated on different cadences due to caching that make it confusing the the user. It also makes a poor experience in the web console (which is a system table user). It would be really cool have a write through cache or something fancy like that so that the systems tables would both be fast and able to reflect the current up-to-date status of the 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
