zhangmeng916 opened a new issue #942: Resolve customized view cache and ZK inconsistency issue URL: https://github.com/apache/helix/issues/942 In current Helix customized view implementation, the refresh of customized view cache happens in routing table provider, therefore, there can be a period that the cache and zk data are inconsistent. In this case, the cache data is actually stale and cannot be used. It's preferable to move the cache refresh in the aggregation stage, together with zk update.
---------------------------------------------------------------- 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]
