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

Gregory Chanan updated HBASE-6477:
----------------------------------

    Attachment: HBASE-6477-addendum.patch

Attached addendum, which fixes TestAggregateProtocol.  I haven't run it through 
the whole suite yet.

Does the following:
* Serializes Scans using Protobuf rather than (attempting) Writable
* Fixes the deserialization of scans with a familyMap entry with no values.  
Using Writable this was being created as an empty (non-null) set, whereas the 
protobuf deserialization was creating it as a null set.  Some code was not 
expecting a null set.
                
> Use PB filter definitions in RPC
> --------------------------------
>
>                 Key: HBASE-6477
>                 URL: https://issues.apache.org/jira/browse/HBASE-6477
>             Project: HBase
>          Issue Type: Task
>          Components: ipc, migration
>            Reporter: Gregory Chanan
>            Assignee: Gregory Chanan
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6477-addendum.patch, HBASE-6477-nonrb.patch, 
> HBASE-6477-nonrb-v3.patch, HBASE-6477-nonrb-v4.patch
>
>
> Use the filters introduced in HBASE-6454 in the rpc so they are extensible

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