[
https://issues.apache.org/jira/browse/HBASE-5901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266283#comment-13266283
]
Hudson commented on HBASE-5901:
-------------------------------
Integrated in HBase-TRUNK #2835 (See
[https://builds.apache.org/job/HBase-TRUNK/2835/])
HBASE-5901. Use union type protobufs instead of class/byte pairs for multi
requests. (Revision 1332882)
Result = SUCCESS
todd :
Files :
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClientProtos.java
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServer.java
* /hbase/trunk/src/main/protobuf/Client.proto
> 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
> Fix For: 0.96.0
>
> Attachments: hbase-5901.txt, 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