GitHub user caofangkun opened a pull request:
https://github.com/apache/storm/pull/1046
[STORM-1501] launch worker process exception will cause supervisor process
exited
[util.clj/async-loop](https://github.com/apache/storm/blob/master/storm-core/src/clj/org/apache/storm/util.clj#L474)
default kill-fn will kill current process
when supervisor use
[util.clj/launch-process](https://github.com/apache/storm/blob/master/storm-core/src/clj/org/apache/storm/util.clj#L546)
to launch worker process , if exeception occurs , supervisor process will exit.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caofangkun/apache-storm storm-1501-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1046.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 #1046
----
commit 21ef59cadbe4204a0152cef5cf58dffcd928a469
Author: caofangkun <[email protected]>
Date: 2016-01-26T08:04:53Z
[STORM-1501] launch worker process exception will cause supervisor process
exited
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---