You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2013/07/18 09:24:51 UTC

[jira] [Updated] (HBASE-8979) JVMClusterUtil will join forever on a stuck regionserver <--- zombie maker!!!

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

stack updated HBASE-8979:
-------------------------

    Attachment: 8979.txt

Fixes this:

1 -            t.join(maxTime);
 20 +            t.join(maxTime - now);

so we don't wait System.currenTimeMillis anymore and that we would cycle ten times though all threads were 'dead'.
                
> JVMClusterUtil will join forever on a stuck regionserver <--- zombie maker!!!
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-8979
>                 URL: https://issues.apache.org/jira/browse/HBASE-8979
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.95.2
>
>         Attachments: 8979.txt
>
>
> I noticed that we can join forever against a RS.  We probably don't want this.

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