GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2341
[STORM-2754] Not killing on exceptions in other threads
[JIRA-STORM-2754](https://issues.apache.org/jira/browse/STORM-2754)
We probably don't want to kill the process if the exceptions are from other
threads
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2754
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2341.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 #2341
----
commit 91960a79437a036a9922102653c1c6fb0fd8f41a
Author: Ethan Li <[email protected]>
Date: 2017-09-21T22:19:30Z
[STORM-2754] Not killing on exceptions in other threads
----
---