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

Lars Hofhansl commented on HBASE-7578:
--------------------------------------

Another approach is to just time limit the wait in 
CatalogTracker.waitForMeta(long timeout).
If we limit the wait time in {{metaAvailable.wait(waitTime)}} to say 1000ms, 
we'll recheck the condition after at most 1000ms.
This this is not entirely time critical (I think) that would be a good approach 
too.
                
> TestCatalogTracker hangs occasionally
> -------------------------------------
>
>                 Key: HBASE-7578
>                 URL: https://issues.apache.org/jira/browse/HBASE-7578
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>             Fix For: 0.94.5
>
>         Attachments: 7578-jstack.txt
>
>


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