[
https://issues.apache.org/jira/browse/HBASE-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15218326#comment-15218326
]
Anoop Sam John commented on HBASE-14920:
----------------------------------------
{code}
// The scanner is doing all the elimination logic
516 // now we just copy it to the new segment
517 KeyValue kv = KeyValueUtil.ensureKeyValue(c);
518 Cell newKV = result.maybeCloneWithAllocator(kv);
{code}
No more calls to ensureKV pls. We have removed all these with many sub tasks.
:-)
Is the patch up in RB?
> Compacting Memstore
> -------------------
>
> Key: HBASE-14920
> URL: https://issues.apache.org/jira/browse/HBASE-14920
> Project: HBase
> Issue Type: Sub-task
> Reporter: Eshcar Hillel
> Assignee: Eshcar Hillel
> Attachments: HBASE-14920-V01.patch, HBASE-14920-V02.patch,
> move.to.junit4.patch
>
>
> Implementation of a new compacting memstore with non-optimized immutable
> segment representation
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)