desaikomal opened a new issue, #2066: URL: https://github.com/apache/helix/issues/2066
### Describe the bug Helix-Rest API uses Helix tools for creating cluster. ClusterSetup::addCluster doesn't check return status of addCluster() API and proceeds to create rest of the configuration which ultimately fails later. We should check the return status of addCluster() and fail fast. ### To Reproduce Create cluster with invalid configuration and validate this ### Expected behavior Create cluster should fail with clear message that it failed to create the cluster. -- 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]
