You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Elliott Clark (JIRA)" <ji...@apache.org> on 2013/08/16 19:16:49 UTC

[jira] [Created] (HBASE-9250) Lease sleep time can throw an exception

Elliott Clark created HBASE-9250:
------------------------------------

             Summary: Lease sleep time can throw an exception
                 Key: HBASE-9250
                 URL: https://issues.apache.org/jira/browse/HBASE-9250
             Project: HBase
          Issue Type: Bug
            Reporter: Elliott Clark
            Assignee: Elliott Clark
         Attachments: HBASE-9250-0.patch

{code}
2013-08-16 09:33:56,742 FATAL [regionserver60020.leaseChecker] regionserver.Leases: Unexpected exception killed leases thread
java.lang.IllegalArgumentException: timeout value is negative
	at java.lang.Thread.sleep(Native Method)
	at org.apache.hadoop.hbase.regionserver.Leases.run(Leases.java:91)
	at java.lang.Thread.run(Thread.java:722){code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira