mcvsubbu commented on PR #9011: URL: https://github.com/apache/pinot/pull/9011#issuecomment-1180960390
> > Helix provides a history of all tasks queued. I believe there is a way to configure the retention time of the history before deleting it. Does that not work for you? cc: @jackjlli , @snleee > > Also, can we do better than a Utils class with static methods? (Hard to unit test). > > This PR is for Generator side errors I believe, not for the task errors Hmm.. so we are using zk like a log? Why not just add a metric and set alerts on it? You can also pipe logs into log processors. We don't want to pollute ZK with information that can be got from other means. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
