[ 
https://issues.apache.org/jira/browse/HBASE-7233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-7233:
-------------------------

    Description: 
Undo KeyValue being a Writable.

This issue wandered and became general discussion of KeyValue serialization, in 
particular, how to pass lots of KeyValues across rpc.  It was noticed that what 
we were passing over the wire for KeyValues was not protobuf'd KeyValues but 
the old serialization which assumes the KeyValue version 1 format.  After a 
bunch of good discussion working out rpc formats, was decided to close this 
issue in favor of more specific issues: see summary at 
/Users/stack/checkouts/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMultiColumnScanner.java

  was:
Undo KeyValue being a Writable.

This issue wandered and became general discussion of KeyValue serialization, in 
particular, how to pass lots of KeyValues across rpc.  It was noticed that what 
we were passing over the wire for KeyValues was not protobuf'd KeyValues but 
the old serialization which assumes the KeyValue version 1 format.

    
> Serializing KeyValues over RPC
> ------------------------------
>
>                 Key: HBASE-7233
>                 URL: https://issues.apache.org/jira/browse/HBASE-7233
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 7233sketch.txt, 7233.txt, 7233v10.txt, 7233-v2.txt, 
> 7233v3_encoders.txt, 7233v4_encoders.txt, 7233v5_encoders.txt, 
> 7233v6_encoder.txt, 7233v7.txt, 7233v9.txt
>
>
> Undo KeyValue being a Writable.
> This issue wandered and became general discussion of KeyValue serialization, 
> in particular, how to pass lots of KeyValues across rpc.  It was noticed that 
> what we were passing over the wire for KeyValues was not protobuf'd KeyValues 
> but the old serialization which assumes the KeyValue version 1 format.  After 
> a bunch of good discussion working out rpc formats, was decided to close this 
> issue in favor of more specific issues: see summary at 
> /Users/stack/checkouts/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMultiColumnScanner.java

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