GitHub user redsanket opened a pull request:
https://github.com/apache/storm/pull/933
[STORM-1376] Zk slowing down due to many connections
Apologies, uneccessary creation of client and closing of connections puts
load on zookeeper.
Having a single client connection to perform reads helps
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/redsanket/storm zk-slowing-down
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/933.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 #933
----
commit f27e5bce2c7fe2e06cef7746227a01099d7d32d3
Author: Sanket <schintap@untilservice-lm>
Date: 2015-12-08T22:58:28Z
zk slowing down due to many connections
commit c511a7e5581c2aff5c4ddd25c5507950fea08005
Author: Sanket <schintap@untilservice-lm>
Date: 2015-12-08T23:12:02Z
removing close method as shutdown does that
----
---
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.
---