Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 77892 invoked from network); 7 May 2009 18:13:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 May 2009 18:13:08 -0000 Received: (qmail 27788 invoked by uid 500); 7 May 2009 18:13:08 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 27747 invoked by uid 500); 7 May 2009 18:13:08 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 27737 invoked by uid 99); 7 May 2009 18:13:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 18:13:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 18:13:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B487B234C041 for ; Thu, 7 May 2009 11:12:45 -0700 (PDT) Message-ID: <685983602.1241719965721.JavaMail.jira@brutus> Date: Thu, 7 May 2009 11:12:45 -0700 (PDT) From: "Hbase Build Acct (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1389) Regionserver stuck in infinite loop In-Reply-To: <478437239.1241716050586.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707020#action_12707020 ] Hbase Build Acct commented on HBASE-1389: ----------------------------------------- Thanks Andrew for resolving as duplicate. St.Ack > Regionserver stuck in infinite loop > ----------------------------------- > > Key: HBASE-1389 > URL: https://issues.apache.org/jira/browse/HBASE-1389 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > > {code} > 2009-05-07 17:00:21,498 [regionserver/0:0:0:0:0:0:0:0:60021] WARN org.apache.hadoop.hbase.regionserver.HRegionServer: unable to report to master for 33638673 milliseconds - retrying > 2009-05-07 17:00:21,501 [regionserver/0:0:0:0:0:0:0:0:60021] ERROR org.apache.hadoop.hbase.regionserver.HRegionServer: Exceeded max retries: 10 > org.apache.hadoop.hbase.Leases$LeaseStillHeldException > at sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at org.apache.hadoop.hbase.RemoteExceptionHandler.decodeRemoteException(RemoteExceptionHandler.java:94) > at org.apache.hadoop.hbase.RemoteExceptionHandler.checkThrowable(RemoteExceptionHandler.java:48) > at org.apache.hadoop.hbase.RemoteExceptionHandler.checkIOException(RemoteExceptionHandler.java:66) > at org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:500) > at java.lang.Thread.run(Thread.java:619) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.