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 1D64110845 for ; Mon, 8 Apr 2013 21:07:52 +0000 (UTC) Received: (qmail 81812 invoked by uid 500); 8 Apr 2013 21:07:49 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 81649 invoked by uid 500); 8 Apr 2013 21:07:49 -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 81638 invoked by uid 99); 8 Apr 2013 21:07:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 21:07:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of randy.fox@connexity.com designates 206.225.166.166 as permitted sender) Received: from [206.225.166.166] (HELO hub026-NJ-3.exch026.serverdata.net) (206.225.166.166) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 21:07:42 +0000 Received: from Randys-MacBook-Pro.local (71.95.209.244) by east.exch026.serverdata.net (10.240.14.37) with Microsoft SMTP Server (TLS) id 14.2.318.1; Mon, 8 Apr 2013 14:07:20 -0700 Message-ID: <51633187.8050408@connexity.com> Date: Mon, 8 Apr 2013 14:07:19 -0700 From: Randy Fox User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: "user@hbase.apache.org" Subject: Scanner returning subset of data Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have a needle-in-the-haystack type scan. I have tried to read all the issues with ScannerTimeoutException and LeaseException, but do have not seen anyone report what I am seeing. Running 0.92.1-cdh4.1.1. All config wrt to timeouts and periods are default: 60s. When I run a scanner that will return few results and my cache setting is a bit too high for results to return in 60 seconds, i sometimes get a subset of results (the last few returnable rows) and no exception. it may take a while to get those results. Other times I get the LeaseException, the ScannerTimeoutException, or the RetriesExhaustedException. I can see throwExceptionIfCallerDisconnected in RS logs. The incorrect return set has me very concerned. I can easily reproduce this with my own code or hbase shell. Any help is greatly appreciated. Cheers, Randy Fox