You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2015/01/06 21:44:34 UTC

[jira] [Resolved] (STORM-611) worker-launcher.c contains extra "break"s

     [ https://issues.apache.org/jira/browse/STORM-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans resolved STORM-611.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.0
         Assignee: Muneyuki Noguchi

Thanks [~Muneyuki Noguchi]

I merged this into master.  Good catch thanks for cleaning up after me :).

> worker-launcher.c contains extra "break"s
> -----------------------------------------
>
>                 Key: STORM-611
>                 URL: https://issues.apache.org/jira/browse/STORM-611
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: Muneyuki Noguchi
>            Assignee: Muneyuki Noguchi
>             Fix For: 0.10.0
>
>
> worker-launcher.c contains extra "break"s.
> And one of the extra "break"s prevents worker-launcher from setting an exit code to -1.
> {code}
>          fprintf(LOGFILE, "Unexpected...\n"); break;
>          exit_code = -1;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)