Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some issues #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fixed some issues #4

wants to merge 4 commits into from

Conversation

charles-crain
Copy link

Made a few changes and bug fixes:

  • If you try to bring a container into a cluster that already has 2 or more nodes, Zookeeper would fail to start. This was because the output from zkCli was getting concatenated on to a single line. Fixed by piping output directly to zoo.cfg
  • Simplified configuration by taking advantage of the fact that Zookeeper 3.5.1 will automatically split a single zoo.cfg configuration file into static and dynamic portions on startup
  • Use our own config file instead of copying the sample
  • Up Zookeeper version to 3.5.1 release.
  • Updated README to reflect changes

@stupied4ever
Copy link

I could not find where Up Zookeeper version to 3.5.1 release. is done.

@charles-crain
Copy link
Author

You are correct; that somehow got omitted from my pull request. I will attempt to update it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants