Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 99720 invoked from network); 15 Apr 2008 03:40:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2008 03:40:06 -0000 Received: (qmail 6005 invoked by uid 500); 15 Apr 2008 03:40:06 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 5983 invoked by uid 500); 15 Apr 2008 03:40:06 -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 5974 invoked by uid 99); 15 Apr 2008 03:40:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 20:40:06 -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; Tue, 15 Apr 2008 03:39:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CC4A2234C0D5 for ; Mon, 14 Apr 2008 20:37:04 -0700 (PDT) Message-ID: <1555219542.1208230624835.JavaMail.jira@brutus> Date: Mon, 14 Apr 2008 20:37:04 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Assigned: (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 ] stack reassigned HBASE-12: -------------------------- Assignee: stack (was: Jim Kellerman) > 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: stack > Priority: Minor > Fix For: 0.2.0, 0.1.2 > > Attachments: 12-0.1.patch, patch.txt, 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.