bfreuden opened a new issue #1516: URL: https://github.com/apache/helix/issues/1516
### Describe the bug Source code provided on the following pages: https://helix.apache.org/0.9.8-docs/Tutorial.html https://helix.apache.org/1.0.1-docs/Tutorial.html Has the following problems: - does not compile because of ports arrays not being a String array - fails to run because the DROPPED state is not declared - is a bit misleading for beginners because of MASTER, SLAVE and OFFLINE variables that look like predefined variables having a special meaning to Helix but (as far as I understand) they are just opaque String to Helix. So I propose to replace them with actual strings. I will issue a pull request shortly. ---------------------------------------------------------------- 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]
