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

Matt Corgan commented on HBASE-7320:
------------------------------------

{quote}Another tricky part is serialization and deserialization. We do not want 
to change the HFile storage format (I think).{quote}Could you implement a 
NoopDataBlockEncoder that writes the same format as unencoded blocks?  (might 
need a trick to get the block header correct).  This may allow you to delete 
the original unencoded serialization path and treat everything as encoded.  It 
might delete a lot of the code that otherwise would have to be converted to 
cells.

> Remove KeyValue.getBuffer()
> ---------------------------
>
>                 Key: HBASE-7320
>                 URL: https://issues.apache.org/jira/browse/HBASE-7320
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: stack
>             Fix For: 0.99.0
>
>         Attachments: 7320-simple.txt
>
>
> In many places this is simple task of just replacing the method name.
> There, however, quite a few places where we assume that:
> # the entire KV is backed by a single byte array
> # the KVs key portion is backed by a single byte array
> Some of those can easily be fixed, others will need their own jiras.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to