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 2014/09/01 08:06:20 UTC

[jira] [Created] (HBASE-11871) Avoid usage of KeyValueUtil#ensureKeyValue

Anoop Sam John created HBASE-11871:
--------------------------------------

             Summary: Avoid usage of KeyValueUtil#ensureKeyValue
                 Key: HBASE-11871
                 URL: https://issues.apache.org/jira/browse/HBASE-11871
             Project: HBase
          Issue Type: Improvement
          Components: regionserver
            Reporter: Anoop Sam John
            Assignee: Anoop Sam John


Now we try to use diff impls of Cells (other than KV) in server side for optimizations. (HBASE-11870  is one like this) Having code  KeyValueUtil#ensureKeyValue can be dangerous as it recreate the Cell and do buffer copy. This is an umbrella issue.  Will raise small sub tasks in specific areas and tackle this.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)