You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/12/29 06:44:13 UTC

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

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

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

GitHub user mnogu opened a pull request:

    https://github.com/apache/storm/pull/367

    [STORM-611] Remove extra "break"s

    

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

    $ git pull https://github.com/mnogu/storm remove-extra-breaks

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

    https://github.com/apache/storm/pull/367.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 #367
    
----
commit 10f529efbb1d47f37cc3ccbe06859c3e9fb151bf
Author: Muneyuki Noguchi <no...@gmail.com>
Date:   2014-12-29T05:26:28Z

    Remove extra "break"s

----


> 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)