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 1BFBAD8E8 for ; Fri, 31 Aug 2012 18:17:08 +0000 (UTC) Received: (qmail 17894 invoked by uid 500); 31 Aug 2012 18:17:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 17843 invoked by uid 500); 31 Aug 2012 18:17:07 -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 17767 invoked by uid 99); 31 Aug 2012 18:17:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 18:17:07 +0000 Date: Sat, 1 Sep 2012 05:17:07 +1100 (NCT) From: "Ramkumar Vadali (JIRA)" To: issues@hbase.apache.org Message-ID: <196830891.23766.1346437027853.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HBASE-6704) StoreScanner KV usage improvement MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ramkumar Vadali created HBASE-6704: -------------------------------------- Summary: StoreScanner KV usage improvement Key: HBASE-6704 URL: https://issues.apache.org/jira/browse/HBASE-6704 Project: HBase Issue Type: Improvement Components: regionserver Environment: 89-fb Reporter: Ramkumar Vadali Priority: Trivial StoreScanner#next tries to ensure that the KVs are pulled from the heap in-order. The prevKV is used for this and is compared with the latest KV pulled from the heap. Since copyKV can be modified by ScanQueryMatcher, prevKV should track the KV pulled from the heap, and not copyKV. This is a one-line fix. -- 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