GitHub user revans2 opened a pull request:
https://github.com/apache/storm/pull/2694
STORM-3061: Upgrade version of hdrhistogram
not too much is using hdrhistogram.
storm-metrics,
storm-loadgen,
storm-starter,
storm-elasticsearch,
storm-elasticsearch-examples
The ES code is not running because of what appear to be issues with the
version of guava. when we shade guava it should take care of that, and I will
be able to test these changes better.
I think I am going to change focus for a while and put in shading so we can
fix some of these issues and actually test these things. I manually tested the
others and the code works.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-3061-hdrhisto
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2694.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 #2694
----
commit 5e11cb99e94b6157b1aa7b97f0eaa57faa2d5df5
Author: Robert (Bobby) Evans <evans@...>
Date: 2018-05-25T20:02:16Z
STORM-3061: Upgrade version of hdrhistogram
----
---