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

Jurriaan Mous commented on HBASE-15793:
---------------------------------------

Ah did not know. Will do that on my next patches!

The next patch lined up is to enable the RpcClients to return an async 
RpcChannel besides of BlockingRpcChannel. (I will post that one tomorrow) After 
that it is either refactor the scans to work async internally or do a first 
AsyncTable without the scans yet.

> Port over AsyncCall improvements 
> ---------------------------------
>
>                 Key: HBASE-15793
>                 URL: https://issues.apache.org/jira/browse/HBASE-15793
>             Project: HBase
>          Issue Type: Improvement
>          Components: rpc
>            Reporter: Jurriaan Mous
>            Assignee: Jurriaan Mous
>             Fix For: 2.0.0
>
>         Attachments: HBASE-15793-v1.patch, HBASE-15793.patch
>
>
> Again a part of HBASE-13784 patch. 
> This issue is about porting over the improvements in AsyncCall so it is a 
> more flexible for usage in true async calls. It will not depend anymore on 
> PayloadCarryingRpcController which is not needed in the async implementation. 
> Furthermore it introduces the MessageConverter and IOExceptionConverter so 
> the responses of future async calls can be converted in an easy async way.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to