Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E41C3994A for ; Wed, 15 Aug 2012 17:33:39 +0000 (UTC) Received: (qmail 65882 invoked by uid 500); 15 Aug 2012 17:33:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 65810 invoked by uid 500); 15 Aug 2012 17:33:39 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 65561 invoked by uid 99); 15 Aug 2012 17:33:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 17:33:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 58D9A2C5BF9 for ; Wed, 15 Aug 2012 17:33:38 +0000 (UTC) Date: Thu, 16 Aug 2012 04:33:38 +1100 (NCT) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <1094327548.14763.1345052018364.JavaMail.jiratomcat@arcas> In-Reply-To: <353618561.5187.1344903098189.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (HBASE-6577) RegionScannerImpl.nextRow() should seek to next row MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-6577. ---------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Committed to 0.94 and 0.96. Thanks for checking Ram! > RegionScannerImpl.nextRow() should seek to next row > --------------------------------------------------- > > Key: HBASE-6577 > URL: https://issues.apache.org/jira/browse/HBASE-6577 > Project: HBase > Issue Type: Bug > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Fix For: 0.96.0, 0.94.2 > > Attachments: 6577-0.94.txt, 6577.txt, 6577-v2.txt > > > RegionScannerImpl.nextRow() is called when a filter filters the entire row. In that case we should seek to the next row rather then iterating over all versions of all columns to get there. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira