pkuwm opened a new issue #1476: URL: https://github.com/apache/helix/issues/1476
### Description In Helix REST, when we call stoppable api, helix own custom health check is performed. And there is a warn log: `[WARN ] 2020-10-17 11:45:19,355 org.apache.helix.util.InstanceValidationUtil - The instance <instance> is not active` And then custom instance health is also checked by calling the external custom REST. So this is confusing: if the instance is checked to be inactive, why do we still call the custom instance health check? ### Analysis The check is actually in `hasErrorPartitions()`. If the instance doesn't have error partitions, the warn message is logged. This is inaccurate. We should remove this warn log. ---------------------------------------------------------------- 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]
