[
https://issues.apache.org/jira/browse/STORM-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260546#comment-14260546
]
ASF GitHub Bot commented on STORM-611:
--------------------------------------
Github user harshach commented on the pull request:
https://github.com/apache/storm/pull/367#issuecomment-68315677
+1
> 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
>
> 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)