GitHub user hummelm opened a pull request:
https://github.com/apache/storm/pull/2625
fix STORM-2979 (master branch)
Add in WorkerState an internal list of deserialized workerHooks and use it
to
start/stop
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hummelm/storm STORM-2979-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2625.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 #2625
----
commit ce7c716fc55c9af792998c2b3d512018cdbd8bec
Author: michelo <michelo@...>
Date: 2018-04-07T16:13:12Z
fix STORM-2979
Add in WorkerState an internal list of workerHooks and use it to
start/stop
----
---