GitHub user mkozioro opened a pull request:
https://github.com/apache/storm/pull/2846
STORM-3233 Update zookeeper client to version 3.4.13
Updated zookeeper client to version 3.4.13 which fixes various issues
including ZOOKEEPER-2184 that prevents ZooKeeper Java clients working in
dynamic IP (container / cloud) environment.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkozioro/storm STORM-3233-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2846.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 #2846
----
commit b187971e0da0238c6beba200b01fb738a6f848d8
Author: Michal Koziorowski <michal.koziorowski@...>
Date: 2018-09-24T14:12:47Z
[STORM-3233] Updated zookeeper client to version 3.4.13 which fixes various
issues including ZOOKEEPER-2184 that prevents ZooKeeper Java clients working in
dynamic IP (container / cloud) environment.
----
---