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

Jean-Daniel Cryans updated HBASE-8800:
--------------------------------------

    Attachment: HBASE-8800.patch

Adding the same sort of mechanism that is used in HMasterCommandLine to get the 
state of the RS. If it aborts, we return 1.

I also changed all the -1 to 1.

Let's see if I break any unit test...
                
> Return non-zero exit codes when a region server aborts
> ------------------------------------------------------
>
>                 Key: HBASE-8800
>                 URL: https://issues.apache.org/jira/browse/HBASE-8800
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.95.2
>
>         Attachments: HBASE-8800.patch
>
>
> There's a few exit code-related jiras flying around, but it seems that at 
> least for the region server we have a bigger problem: it always returns 0 
> when exiting once it's started.
> I also saw that we have a couple -1 as exit codes, AFAIK this should be 1 (or 
> at least a positive number).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to