kaisun2000 opened a new issue #1486: URL: https://github.com/apache/helix/issues/1486
Currently Helix (Participant) sends error logging to ZK and Helix controller would aggregate and remove these logs. Some failing path of this process can result in repeated sending error messages to ZK, which brings down ZK. For example, HelixTaskExecutor.OnMessage(), if failing to create messageHandler, would result in logging error to ZK and remove messages. Next Controller would send another messages and repeat this process. So on and so forth. We should give an option to enable logging and by default disable these loggings, as Zookeeper is meta data store, should not be used as database or datastore. ---------------------------------------------------------------- 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]
