You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2013/01/11 23:26:14 UTC

[jira] [Resolved] (HBASE-7502) TestScannerTimeout fails on snapshot branch

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

Lars Hofhansl resolved HBASE-7502.
----------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

Committed to 0.94 as well.
                
> TestScannerTimeout fails on snapshot branch
> -------------------------------------------
>
>                 Key: HBASE-7502
>                 URL: https://issues.apache.org/jira/browse/HBASE-7502
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: hbase-7290
>            Reporter: Himanshu Vashishtha
>            Assignee: Himanshu Vashishtha
>             Fix For: 0.96.0, 0.94.5, hbase-7290
>
>         Attachments: HBASE-7502-v1.patch, HBASE-7502-v2.patch
>
>
> TestScannerTimeout#test3686a fails consistently on snapshot branch. This is because there is an increase in the number of watches on the rs znode and its deletion takes more time now. The repercussion is that when test3686a starts, it ensures that there are two regionservers and it counts the aborted regionserver as a live one. While processing, it kills one of its server, and also the znode of the previously aborted server expires. Overall effect is there are no regionservers now, and client hangs.
> {code}
> Error Message
> test timed out after 300000 milliseconds
> Stacktrace
> java.lang.Exception: test timed out after 300000 milliseconds
> at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.close(HConnectionManager.java:1769)
> at org.apache.hadoop.hbase.client.HTable.close(HTable.java:961)
> at org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:180)
> at org.apache.hadoop.hbase.client.MetaScanner.access$000(MetaScanner.java:54)
> at org.apache.hadoop.hbase.client.MetaScanner$1.connect(MetaScanner.java:133)
> at org.apache.hadoop.hbase.client.MetaScanner$1.connect(MetaScanner.java:130)
> at org.apache.hadoop.hbase.client.HConnectionManager.execute(HConnectionManager.java:360)
> {code}

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