[ 
https://issues.apache.org/jira/browse/STORM-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930511#comment-13930511
 ] 

ASF GitHub Bot commented on STORM-87:
-------------------------------------

GitHub user xiaokang opened a pull request:

    https://github.com/apache/incubator-storm/pull/46

    STORM-87 fail fast on ShellBolt exception

    for jira issue https://issues.apache.org/jira/browse/STORM-87.

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

    $ git pull https://github.com/xiaokang/incubator-storm STORM-87

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

    https://github.com/apache/incubator-storm/pull/46.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 #46
    
----
commit b1ccc153d924a971d2f1303023b969f8c975b238
Author: Kang Xiao <[email protected]>
Date:   2014-03-11T16:17:58Z

    STORM-87 fail fast on ShellBolt exception

----


> ShellBolt shoud fail fast on subprocess error
> ---------------------------------------------
>
>                 Key: STORM-87
>                 URL: https://issues.apache.org/jira/browse/STORM-87
>             Project: Apache Storm (Incubating)
>          Issue Type: Bug
>            Reporter: James Xu
>            Priority: Minor
>
> https://github.com/nathanmarz/storm/issues/542
> Now ShellBolt.die() just save the catched exception and throw it in next 
> execute() call. If a tuple cause subprocess fail and next tuple received 
> after some time, the ShellBolt will fail until next tuple. It maybe more 
> useful to exit immediately in die().



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to