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

stack commented on HBASE-5901:
------------------------------

@Todd you going to commit? I can otherwise.
                
> Use union type protobufs instead of class/byte pairs for multi requests
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5901
>                 URL: https://issues.apache.org/jira/browse/HBASE-5901
>             Project: HBase
>          Issue Type: Improvement
>          Components: ipc, performance
>    Affects Versions: 0.96.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>         Attachments: hbase-5901.txt, hbase-5901.txt
>
>
> The current implementation of multi actions uses repeated "NameBytesPair"s 
> for the contents of multi actions. Instead, we should introduce a union type 
> protobuf for the valid actions. This makes the RPCs smaller since they don't 
> need to carry class names, and makes deserialization faster since it can 
> avoid some copying and reflection.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to