You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2015/05/13 14:08:59 UTC

[jira] [Created] (HBASE-13679) Change ColumnTracker and SQM to deal with Cell instead of byte[], int, int

Anoop Sam John created HBASE-13679:
--------------------------------------

             Summary: 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
            Reporter: Anoop Sam John
            Assignee: Anoop Sam John


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)