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

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

GitHub user csivaguru opened a pull request:

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

    STORM-1861 Fix storm script bug to not fork java process

    

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

    $ git pull https://github.com/csivaguru/storm bug_fix/storm_script

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

    https://github.com/apache/storm/pull/1448.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 #1448
    
----
commit 94000ce93fbec9723c5b334fd9f36727b40d9dfa
Author: Sivaguru Kannan <[email protected]>
Date:   2016-05-23T19:50:48Z

    STORM-1861 Fix storm script bug to not fork java process

commit f0f2e2b96739bf67b5aa5aab114ae9699226ff9a
Author: Sivaguru Kannan <[email protected]>
Date:   2016-05-26T20:13:43Z

    Fix script to return the proper return code from the Java process

----


> Storm submit command returns exit code of 0 even when it fails
> --------------------------------------------------------------
>
>                 Key: STORM-1861
>                 URL: https://issues.apache.org/jira/browse/STORM-1861
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 1.0.0
>            Reporter: Raghav Kumar Gautam
>            Priority: Blocker
>             Fix For: 1.0.2
>
>
> When we run the command twice:
> {code}
> /usr/hdp/current/storm-client/bin/storm jar 
> /usr/hdp/current/storm-client/contrib/storm-starter/storm-starter-topologies-1.0.1.2.5.0.0-415.jar
>  org.apache.storm.starter.ExclamationTopology mytopology
> {code}
> The second command failed but the exit code was 0 instead of 1. This is 
> regression.



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

Reply via email to