zhangmeng916 opened a new issue #1341: URL: https://github.com/apache/helix/issues/1341
### Describe the bug The cluster config null check and instance validation check are tangled together right now. We would like to make them clear and return proper error message to users. Also there are two tests in helix-core and helix-rest with exactly name about instance validation. We want to distinguish them to avoid confusion. ### To Reproduce Run `TestInstanceValidationUtil` test in helix-core, and it'll show the confused exception. ### Expected behavior Each instance check does its own job and not to mix them together. ---------------------------------------------------------------- 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]
