You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "James Xu (JIRA)" <ji...@apache.org> on 2013/12/14 09:07:06 UTC

[jira] [Created] (STORM-87) ShellBolt shoud fail fast on subprocess error

James Xu created STORM-87:
-----------------------------

             Summary: 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.1.4#6159)