[
https://issues.apache.org/jira/browse/HBASE-8471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13664894#comment-13664894
]
Hudson commented on HBASE-8471:
-------------------------------
Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #539 (See
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/539/])
HBASE-8471 Server-side, remove convertion from pb type to client type
before we call method (Revision 1485396)
Result = FAILURE
stack :
Files :
*
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
*
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java
*
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ResponseConverter.java
*
/hbase/trunk/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClientProtos.java
* /hbase/trunk/hbase-protocol/src/main/protobuf/Client.proto
*
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
*
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/catalog/TestMetaReaderEditorNoCluster.java
*
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/master/MockRegionServer.java
*
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java
*
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestEndToEndSplitTransaction.java
> Server-side, remove convertion from pb type to client type before we call
> method
> --------------------------------------------------------------------------------
>
> Key: HBASE-8471
> URL: https://issues.apache.org/jira/browse/HBASE-8471
> Project: HBase
> Issue Type: Improvement
> Components: IPC/RPC, regionserver
> Affects Versions: 0.95.0
> Reporter: stack
> Assignee: Anoop Sam John
> Priority: Critical
> Fix For: 0.98.0, 0.95.1
>
> Attachments: HBASE-8471.patch, HBASE-8471.patch,
> HBASE-8471_Trunk_V2.patch, HBASE-8471_Trunk_V3.patch
>
>
> In the regionserver, when the rpc receives a call, the call is described
> using protobufs. Before we make the server-side invocation, we do a
> transform on the pb param objects to make a native pojo -- e.g. from a pb
> Puts into an hbase o.a.h.h.client.Put -- and only then do we make the call
> against the server.
> On the way out, similar, before putting the result on the wire, we will do a
> convertion from o.a.h.h.client.Result into pb Result.
> This issue is about our first INVESTIGATING if it is possible to do away w/
> this marshalling/unmarshalling serverside especially given the pb objects
> themselves are rich in accessor and getters, etc. If it is possible to do w/
> pbs alone serverside, then we should go ahead and rip out all the serverside
> convertions.
--
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