MarkGaox opened a new issue, #2992: URL: https://github.com/apache/helix/issues/2992
**Is your feature request related to a problem? Please describe.** In the stoppable check API, if an instance is not alive, Helix still attempts to run the custom instance and partition checks. However, because the instance’s health endpoint is unavailable, these checks always fail. This creates a maintenance issue, as a successful stoppable check is required before we can safely restart the host. **Describe the solution you'd like** Ideally, if the user chooses to skip the Helix-level “INSTANCE_NOT_ALIVE” check, the instance’s aliveness becomes irrelevant, and the custom checks do not need to be performed. This would allow the stoppable check to pass, enabling the host to be restarted without unnecessary failures. **Additional context** N/A -- 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]
