[ 
https://issues.apache.org/jira/browse/HBASE-12210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172601#comment-14172601
 ] 

Anoop Sam John commented on HBASE-12210:
----------------------------------------

{code}
@Override
public String toString() {
  return KeyValueUtil.copyToNewKeyValue(this).toString();
}
{code}
Pls avoid copy to KV. See ClonedSeekerState#toString.

Pls make this new class implement HeapSize to get a correct heapSize value.

> Avoid KeyValue in Prefix Tree
> -----------------------------
>
>                 Key: HBASE-12210
>                 URL: https://issues.apache.org/jira/browse/HBASE-12210
>             Project: HBase
>          Issue Type: Sub-task
>          Components: regionserver
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>              Labels: Performance
>             Fix For: 2.0.0, 0.99.1
>
>         Attachments: HBASE-11871.java, HBASE-11871.patch, HBASE-12210.patch
>
>
> Avoid KeyValue recreate where all possible in the PrefixTree module.



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

Reply via email to