GitHub user petevg opened a pull request:
https://github.com/apache/bigtop/pull/116
BIGTOP-2467 Zookeeper Puppet script does not setup Zookeeper node ids
correctly
Zookeeper wants its peer ids to be consistent across nodes, but the
current puppet script auto-generates ids for nodes, based on their index
in a list. This breaks Zookeeper quorum.
We fix the issue by requiring that puppet take a list comprising
explicit ids and ip addresses, rather than just a list of ip addresses.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/juju-solutions/bigtop BIGTOP-2467
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/116.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #116
----
commit 6dd1e673ca5577fa8e4c41dfc8542301c591af36
Author: Pete Vander Giessen <[email protected]>
Date: 2016-06-08T20:02:15Z
BIGTOP-2467 Zookeeper Puppet script does not setup Zookeeper node ids
correctly
Zookeeper wants its peer ids to be consistent across nodes, but the
current puppet script auto-generates ids for nodes, based on their index
in a list. This breaks Zookeeper quorum.
We fix the issue by requiring that puppet take a list comprising
explicit ids and ip addresses, rather than just a list of ip addresses.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---