[GitHub] storm pull request #2786: STORM-3168 prevent AsyncLocalizer cleanup from cra...

2018-08-03 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/2786


---


[GitHub] storm pull request #2786: STORM-3168 prevent AsyncLocalizer cleanup from cra...

2018-08-01 Thread agresch
GitHub user agresch opened a pull request:

https://github.com/apache/storm/pull/2786

STORM-3168 prevent AsyncLocalizer cleanup from crashing

Just catching and logging any error that may be occurring.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/agresch/storm agresch_localizercleanup

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/storm/pull/2786.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 #2786


commit 15b7238368827562b9b9102836c5745c6a62bbb7
Author: Aaron Gresch 
Date:   2018-08-01T19:53:53Z

STORM-3168 prevent AsyncLocalizer cleanup from crashing




---