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

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

Also {{long waitTime = Math.min(50, timeout);}} in 
CatalogTracker.waitForMeta(long timeout) is weird.
This means we'll never wait for more than 50 ms, unless timeout is set to 0, in 
which case we'll wait forever, I don't think that was the intended behavior.

                
> 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-bandaid.txt, 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