Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 1192 invoked from network); 6 Mar 2008 19:28:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 19:28:15 -0000 Received: (qmail 57010 invoked by uid 500); 6 Mar 2008 19:28:11 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 56996 invoked by uid 500); 6 Mar 2008 19:28:11 -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 56987 invoked by uid 99); 6 Mar 2008 19:28:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 11:28:11 -0800 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, 06 Mar 2008 19:27:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 382F2234C09A for ; Thu, 6 Mar 2008 11:26:58 -0800 (PST) Message-ID: <670317677.1204831618220.JavaMail.jira@brutus> Date: Thu, 6 Mar 2008 11:26:58 -0800 (PST) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-496) impossible state for createLease over and over again for hours MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org impossible state for createLease over and over again for hours -------------------------------------------------------------- Key: HBASE-496 URL: https://issues.apache.org/jira/browse/HBASE-496 Project: Hadoop HBase Issue Type: Bug Affects Versions: 0.16.0 Reporter: stack Attachments: 12-0.16.0.patch Saw this in 0.16.0: {code} 2008-03-06 01:12:03,861 INFO org.apache.hadoop.ipc.Server: IPC Server handler 5 on 60000, call regionServerStartup(address: XX.XX.XX.221:60020, startcode: 1204765922029, load: (requests: 0 regions: 0)) from XX.XX.XX.221:41140: error: java.io.IOException: java.lang.AssertionError: Impossible state for createLease(): Lease 277528057/277528057 is still held. java.io.IOException: java.lang.AssertionError: Impossible state for createLease(): Lease 277528057/277528057 is still held. at org.apache.hadoop.hbase.Leases.createLease(Leases.java:145) at org.apache.hadoop.hbase.HMaster.regionServerStartup(HMaster.java:1307) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.hadoop.hbase.ipc.HbaseRPC$Server.call(HbaseRPC.java:413) at org.apache.hadoop.ipc.Server$Handler.run(Server.java:910) {code} ... over and over for hours. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.