GitHub user tbouron opened a pull request:

    https://github.com/apache/brooklyn-library/pull/69

    Update default Zookeeper version and fix NPE

    This updates the Zookeeper version to use (version 3.4.5 not available 
anymore).
    It also fixes a NPE on customize phase, caused by:
    - the `ZookeeperNode.MY_ID` not set for a single `ZookeeperNode`
    - getZookeeperServers() expecting the parent to be and entity of type 
`ZookeeperEnsemble`, which is not the case for a single `ZookeeperNode`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tbouron/brooklyn-library fix/zookeeper-version

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-library/pull/69.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 #69
    
----
commit bea36b1ee81a31e2f49e7998c35ce684a5b1e662
Author: Thomas Bouron <[email protected]>
Date:   2016-10-28T08:18:45Z

    Update default Zookeeper version and fix NPE on customize phase, caused by 
the ZookeeperNode.MY_ID and getZookeeperServers() when used to deploy only one 
node

----


---
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.
---

Reply via email to