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

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

{code}
/**
   * TODO: Replace this with CellOutputStream when StoreFile.Writer uses cells.
   */
  public interface CellSink {
    void append(KeyValue kv) throws IOException;
  }
{code}
We refer to getBuffer() getKeyOffset/Length() in HFileWriter.  All those should 
be cleaned so as to make this work.  I have some ideas and working on a patch. 
Will update soon.

> Avoid usage of KeyValueUtil#ensureKeyValue from Compactor
> ---------------------------------------------------------
>
>                 Key: HBASE-11872
>                 URL: https://issues.apache.org/jira/browse/HBASE-11872
>             Project: HBase
>          Issue Type: Sub-task
>          Components: regionserver
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>




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

Reply via email to