mgao0 opened a new issue #996: URL: https://github.com/apache/helix/issues/996
With our currently logic, if participant somehow fails to read messages from ZooKeepr, it could retry the read. However, if there is a long period that ZooKeeper sever is not available, such as a long GC, retry reading doesn't help. With no other trigger for the participant to try to read Zk again, we could potentially miss some messages that are leftover in the Zk server. Therefore, we add a configurable periodic message full refresh to prevent this situation. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
