Jackie-Jiang opened a new pull request, #16942: URL: https://github.com/apache/pinot/pull/16942
There is a race condition between `StaleInstancesCleanupTask` removing instance and instance of the same name joining the cluster, which could end up leaving a live instance without `InstanceConfig`, and breaks Helix controller. In order to fix it, we need to do a version check when removing InstanceConfig, which requires Helix 1.4.0+. For now, disable the task by default. -- 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]
