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 55358108B9 for ; Thu, 6 Feb 2014 17:10:30 +0000 (UTC) Received: (qmail 69435 invoked by uid 500); 6 Feb 2014 17:10:21 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 69132 invoked by uid 500); 6 Feb 2014 17:10:16 -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 69008 invoked by uid 99); 6 Feb 2014 17:10:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 17:10:12 +0000 Date: Thu, 6 Feb 2014 17:10:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10475) TestRegionServerCoprocessorExceptionWithAbort may timeout due to concurrent lease removal 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-10475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-10475: --------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > TestRegionServerCoprocessorExceptionWithAbort may timeout due to concurrent lease removal > ----------------------------------------------------------------------------------------- > > Key: HBASE-10475 > URL: https://issues.apache.org/jira/browse/HBASE-10475 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Minor > Fix For: 0.99.0 > > Attachments: 10475-v1.txt, 10475-v2.txt, org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort-output.txt > > > I got the following test failure: > {code} > testExceptionFromCoprocessorDuringPut(org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort) Time elapsed: 0.049 sec <<< ERROR! > java.lang.Exception: test timed out after 60000 milliseconds > at java.lang.Object.wait(Native Method) > at org.apache.hadoop.hbase.client.AsyncProcess.waitForNextTaskDone(AsyncProcess.java:837) > at org.apache.hadoop.hbase.client.AsyncProcess.waitForMaximumCurrentTasks(AsyncProcess.java:863) > at org.apache.hadoop.hbase.client.AsyncProcess.waitUntilDone(AsyncProcess.java:876) > at org.apache.hadoop.hbase.client.HTable.backgroundFlushCommits(HTable.java:945) > at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:1225) > at org.apache.hadoop.hbase.client.HTable.put(HTable.java:887) > at org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort.testExceptionFromCoprocessorDuringPut(TestRegionServerCoprocessorExceptionWithAbort.java:106) > {code} > This was due to unexpected LeaseException bringing down region server: > {code} > 2014-02-05 19:28:24,752 ERROR [RS_OPEN_REGION-kiyo:56349-1] coprocessor.CoprocessorHost(760): The coprocessor org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort$BuggyRegionObserver threw an unexpected exception > org.apache.hadoop.hbase.regionserver.LeaseException: lease 'x' does not exist > at org.apache.hadoop.hbase.regionserver.Leases.removeLease(Leases.java:221) > at org.apache.hadoop.hbase.regionserver.Leases.cancelLease(Leases.java:206) > at org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver.start(SimpleRegionObserver.java:140) > at org.apache.hadoop.hbase.coprocessor.CoprocessorHost$Environment.startup(CoprocessorHost.java:651) > at org.apache.hadoop.hbase.coprocessor.CoprocessorHost.loadInstance(CoprocessorHost.java:261) > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)