GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2483
(1.x) STORM-2870 Properly shutdown ExecutorService in FileBasedEventLogger
* extract local variable 'scheduler' to one of fields
* gracefully shutdown the scheduler
PR for master branch: #2482
I think this can be easily cherry-picked to 1.1.x-branch and 1.0.x-branch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2870-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2483.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 #2483
----
commit 8597da777d59bff8bc5706e6b649547197859e4b
Author: Jungtaek Lim <kabhwan@...>
Date: 2017-12-27T02:52:19Z
STORM-2870 Properly shutdown ExecutorService in FileBasedEventLogger
* extract local variable 'scheduler' to one of fields
* gracefully shutdown the scheduler
----
---