[ 
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

Reply via email to