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 9D7BC1800F for ; Wed, 13 May 2015 12:10:06 +0000 (UTC) Received: (qmail 79985 invoked by uid 500); 13 May 2015 12:10:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79925 invoked by uid 500); 13 May 2015 12:10:06 -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 79686 invoked by uid 99); 13 May 2015 12:10:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2015 12:10:06 +0000 Date: Wed, 13 May 2015 12:10:06 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13679) Change ColumnTracker and SQM to deal with Cell instead of byte[], int, int 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-13679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-13679: ----------------------------------- Status: Patch Available (was: Open) > Change ColumnTracker and SQM to deal with Cell instead of byte[], int, int > -------------------------------------------------------------------------- > > Key: HBASE-13679 > URL: https://issues.apache.org/jira/browse/HBASE-13679 > Project: HBase > Issue Type: Sub-task > Components: regionserver, Scanners > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Attachments: HBASE-13679.patch > > > We deal with rowArray and qualifierArray in these classes. Instead keep ref to current/previous cells and use Cell based compares/matching. > Again this will increase the number of calls to getXXXOffset/Length. HBASE-13448 has to go in before this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)