Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 83454 invoked from network); 14 Apr 2008 20:12:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 20:12:18 -0000 Received: (qmail 68888 invoked by uid 500); 14 Apr 2008 20:12:14 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 68844 invoked by uid 500); 14 Apr 2008 20:12:13 -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 68788 invoked by uid 99); 14 Apr 2008 20:12:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 13:12:13 -0700 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; Mon, 14 Apr 2008 20:11:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C2CEF234C0E7 for ; Mon, 14 Apr 2008 13:09:08 -0700 (PDT) Message-ID: <263613819.1208203748797.JavaMail.jira@brutus> Date: Mon, 14 Apr 2008 13:09:08 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-12) when hbase regionserver restarts, it says "impossible state for createLease()" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HBASE-12: ------------------------------- Status: Patch Available (was: Open) Ok. this is the patch for 12. > when hbase regionserver restarts, it says "impossible state for createLease()" > ------------------------------------------------------------------------------ > > Key: HBASE-12 > URL: https://issues.apache.org/jira/browse/HBASE-12 > Project: Hadoop HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.2.0 > Reporter: Michael Bieniosek > Assignee: Jim Kellerman > Priority: Minor > Fix For: 0.2.0 > > Attachments: patch.txt, patch.txt, patch.txt > > > I restarted a regionserver, and got this error in its logs: > org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.lang.AssertionError: Impossible state for createLease(): Lease -435227488/-435227488 is still held. > at org.apache.hadoop.hbase.Leases.createLease(Leases.java:145) > at org.apache.hadoop.hbase.HMaster.regionServerStartup(HMaster.java:1278 > ) > at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:379) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:596) > at org.apache.hadoop.ipc.Client.call(Client.java:482) > at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:184) > at $Proxy0.regionServerStartup(Unknown Source) > at org.apache.hadoop.hbase.HRegionServer.reportForDuty(HRegionServer.jav > a:1025) > at org.apache.hadoop.hbase.HRegionServer.run(HRegionServer.java:659) > at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.