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

Lars Hofhansl commented on HBASE-7438:
--------------------------------------

That's what I want to find out. :)
There are various places where the code will wait forever for
* a region server to shut down
* a znode to be created
* daughter regions to come online
* region to to go in or out of transition
* tables to come online
* splits or split rollbacks to happen
* etc

These timeouts are not to make the test faster, but to guard against it never 
terminating.

                
> TestSplitTransactionOnCluster has too many infinite loops
> ---------------------------------------------------------
>
>                 Key: HBASE-7438
>                 URL: https://issues.apache.org/jira/browse/HBASE-7438
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>             Fix For: 0.96.0, 0.94.4
>
>         Attachments: 7438-0.94.txt, 7438-0.96.txt
>
>
> There are many cases in these test where we loop until a condition happens. 
> If that condition never occurs we'll wait forever, and the test will time out 
> instead of failing.

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