GitHub user marvingreenberg opened a pull request:

    https://github.com/apache/zookeeper/pull/20

    Exit status from backgrounded process not available to shell

    This results in 'STARTED' message being displayed even when java
    command fails immediately.  Write "$_ZOO_ERR" file in background
    on failure, allowing **immediate** failures to be detected by zkServer.sh 
script

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

    $ git pull https://github.com/marvingreenberg/zookeeper trunk

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

    https://github.com/apache/zookeeper/pull/20.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 #20
    
----
commit bb584c679d7845e12562d7d1303b565354c05dd5
Author: Marvin Greenberg <[email protected]>
Date:   2014-09-30T13:45:15Z

    Exit status from backgrounded process not available to shell
    so 'STARTED' message displayed when java command fails immediately.
    Write "_ZOO_ERR" file in background on failure, allowing immediate
    failures to be detected by zkServer.sh script

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to