Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9C9E1063E for ; Thu, 10 Apr 2014 09:37:00 +0000 (UTC) Received: (qmail 65088 invoked by uid 500); 10 Apr 2014 09:36:56 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 64926 invoked by uid 500); 10 Apr 2014 09:36:55 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 64916 invoked by uid 99); 10 Apr 2014 09:36:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2014 09:36:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gortiz@pragsis.com designates 80.26.83.175 as permitted sender) Received: from [80.26.83.175] (HELO srvmailrelay01.pragsis.local) (80.26.83.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2014 09:36:48 +0000 Received: from pragsis.com (srvcorreo01.pragsis.local [192.168.2.130]) by srvmailrelay01.pragsis.local (Postfix) with ESMTPS id 7C3164764A for ; Thu, 10 Apr 2014 11:36:27 +0200 (CEST) Received: (qmail 11214 invoked by uid 117); 10 Apr 2014 09:43:27 -0000 Received: from 192.168.10.17 by prglx06 (envelope-from , uid 111) with qmail-scanner-1.25st ( Clear:RC:1(192.168.10.17):. Processed in 0.014492 secs); 10 Apr 2014 09:43:27 -0000 Received: from pctyrion17.pragsis.local (HELO [192.168.10.17]) (gortiz@[192.168.10.17]) (envelope-sender ) by pragsis.com (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 10 Apr 2014 09:43:27 -0000 Message-ID: <53466618.7070404@pragsis.com> Date: Thu, 10 Apr 2014 11:36:24 +0200 From: gortiz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: user@hbase.apache.org Subject: Lease exception when I execute large scan with filters. References: <53465252.3000807@roo.ee> <534661F6.1050603@roo.ee> In-Reply-To: <534661F6.1050603@roo.ee> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I got this error when I execute a full scan with filters about a table. Caused by: java.lang.RuntimeException: org.apache.hadoop.hbase.regionserver.LeaseException: org.apache.hadoop.hbase.regionserver.LeaseException: lease '-4165751462641113359' does not exist at org.apache.hadoop.hbase.regionserver.Leases.removeLease(Leases.java:231) at org.apache.hadoop.hbase.regionserver.HRegionServer.next(HRegionServer.java:2482) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.hbase.ipc.WritableRpcEngine$Server.call(WritableRpcEngine.java:320) at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1428) I have read about increase the lease time and rpc time, but it's not working.. what else could I try?? The table isn't too big. I have been checking the logs from GC, HMaster and some RegionServers and I didn't see anything weird. I tried as well to try with a couple of caching values.