You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2014/09/01 10:00:35 UTC

[jira] [Commented] (HBASE-11872) Avoid usage of KeyValueUtil#ensureKeyValue from Compactor

    [ 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)