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

Lars Hofhansl commented on HBASE-7499:
--------------------------------------

I can either increase the scanner timeout slightly (from 10s to maybe 15s - not 
too much because another waits for the TO to pass), or the test can make sure 
that the table's first region is not located on the same RS that also hosts 
.META. Looking at TestSplitTransactionOnCluster it seem the latter approach can 
have its own set of problems.
                
> TestScannerTimeout timeout is too aggressive.
> ---------------------------------------------
>
>                 Key: HBASE-7499
>                 URL: https://issues.apache.org/jira/browse/HBASE-7499
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>
> {code}
> Error Message
> 10514ms passed since the last invocation, timeout is currently set to 10000
> Stacktrace
> org.apache.hadoop.hbase.client.ScannerTimeoutException: 10514ms passed since 
> the last invocation, timeout is currently set to 10000
>       at 
> org.apache.hadoop.hbase.client.ClientScanner.next(ClientScanner.java:283)
>       at 
> org.apache.hadoop.hbase.client.TestScannerTimeout.test3686a(TestScannerTimeout.java:178)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:597)
>       at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
>       at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>       at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
>       at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>       at 
> org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:62)
> Caused by: org.apache.hadoop.hbase.UnknownScannerException: 
> org.apache.hadoop.hbase.UnknownScannerException: Name: 6671318529659813565
>       at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.next(HRegionServer.java:2429)
> {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

Reply via email to