[
https://issues.apache.org/jira/browse/HBASE-12668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14244531#comment-14244531
]
Hudson commented on HBASE-12668:
--------------------------------
SUCCESS: Integrated in HBase-1.0 #577 (See
[https://builds.apache.org/job/HBase-1.0/577/])
HBASE-12668 Adapt PayloadCarryingRpcController so it can also be used in an
async way (stack: rev 54381aab11961ce876b3b56f75172b3f8fddb46d)
* hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcClientImpl.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/TimeLimitedRpcController.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientTimeouts.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AbstractRpcClient.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/PayloadCarryingRpcController.java
> Adapt PayloadCarryingRpcController so it can also be used in async way
> ----------------------------------------------------------------------
>
> Key: HBASE-12668
> URL: https://issues.apache.org/jira/browse/HBASE-12668
> Project: HBase
> Issue Type: Improvement
> Components: Client
> Reporter: Jurriaan Mous
> Assignee: Jurriaan Mous
> Fix For: 1.0.0, 2.0.0
>
> Attachments: HBASE-12668-V1.patch, HBASE-12668-V1.patch,
> HBASE-12668.patch
>
>
> With the changes in HBASE-12597 it is possible to create a new RPC client.
> But in all places the BlockingRpcChannel is called with a
> PayloadCarryingRpcController. This controller is not usable in Async context
> because some methods are not supported at the moment. (See
> TimeLimitedRpcController for the methods that throw
> UnsupportedOperationException)
> This issue is about implementing these methods so
> PayloadCarryingRpcController can also be used in an async context and work
> the same in a sync context.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)