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

stack commented on HBASE-7233:
------------------------------

Looking at DataBlockEncoder, it has KeyValue and mvcc pollution.  Its hfile 
origins are showing through.  I'd think that we'd want a more basic Interface 
than this, a DataBlockEncoder that does Cells.  Looking at pulling out the more 
basic Interface, it is a bit of work.  I'm thinking that we try and get 
something going w/ DBE as it is and then come along later to do clean up after. 
 It'll help us figure what in the current DBE is needed putting Cells on the 
wire.
                
> Serializing KeyValues
> ---------------------
>
>                 Key: HBASE-7233
>                 URL: https://issues.apache.org/jira/browse/HBASE-7233
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Blocker
>         Attachments: 7233.txt, 7233-v2.txt
>
>
> Undo KeyValue being a Writable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to