Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 316BCE156 for ; Sun, 6 Jan 2013 11:54:14 +0000 (UTC) Received: (qmail 59627 invoked by uid 500); 6 Jan 2013 11:54:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 59579 invoked by uid 500); 6 Jan 2013 11:54:13 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 59551 invoked by uid 99); 6 Jan 2013 11:54:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2013 11:54:12 +0000 Date: Sun, 6 Jan 2013 11:54:12 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7499) TestScannerTimeout timeout is too aggressive. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13545378#comment-13545378 ] Hudson commented on HBASE-7499: ------------------------------- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #332 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/332/]) HBASE-7499 TestScannerTimeout timeout is too aggressive. (Revision 1429459) Result = FAILURE larsh : Files : * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestScannerTimeout.java > 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 > Fix For: 0.96.0, 0.94.5 > > Attachments: 7499.txt > > > {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