[
https://issues.apache.org/jira/browse/HBASE-5901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon updated HBASE-5901:
-------------------------------
Attachment: hbase-5901.txt
Patch rebased against trunk (something else conflicted with it)
> 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