mcvsubbu commented on issue #6302: URL: https://github.com/apache/pinot/issues/6302#issuecomment-899619561
@Aka-shi Pinot automatically recovers from Kafka failures. How much time did you allow to recover? There is a periodic task (you can adjust the frequency to run every X minutes) that recreates failed segments and restarts consumption. We use that in production, and things just auto-recover. https://docs.pinot.apache.org/configuration-reference/controller#periodic-tasks-configuration The one you want is `controller.realtime.segment.validation.frequencyPeriod` If that does not work right, then we have a bug that needs to be fixed nevertheless. -- 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]
