Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 90409 invoked from network); 4 Jun 2008 18:49:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 18:49:07 -0000 Received: (qmail 7172 invoked by uid 500); 4 Jun 2008 18:49:08 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 7121 invoked by uid 500); 4 Jun 2008 18:49:08 -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 7096 invoked by uid 99); 4 Jun 2008 18:49:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 11:49:08 -0700 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; Wed, 04 Jun 2008 18:48:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F642234C13C for ; Wed, 4 Jun 2008 11:48:45 -0700 (PDT) Message-ID: <1227308652.1212605325193.JavaMail.jira@brutus> Date: Wed, 4 Jun 2008 11:48:45 -0700 (PDT) From: "Michael Bieniosek (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-665) server side scanner doesn't honor stop row MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org server side scanner doesn't honor stop row ------------------------------------------ Key: HBASE-665 URL: https://issues.apache.org/jira/browse/HBASE-665 Project: Hadoop HBase Issue Type: Bug Reporter: Michael Bieniosek I have a large table. If I create a scanner with a stop row near the beginning of the table, the last hasNext call hangs for a while. If I do the same with the stop row near the end of the table, the last hasNext call is pretty quick. I suspect that the server side scanner isn't terminating early, and is actually scanning through the whole table returning nothing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.