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.