[
https://issues.apache.org/jira/browse/HBASE-15798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jurriaan Mous updated HBASE-15798:
----------------------------------
Attachment: HBASE-15798.patch
* Added (protobuf) RpcChannel and AsyncRpcChannel to RpcClient
* Added implementations in the sync RpcClientImpl
* Exposed EventExecutor on RpcClient so it can use event executor to run events
on top on Netty Promises
* Moved metrics code for AsyncRpcClient to AsyncCall so it will always be
filled even in complete async flows.
* Moved async tests to AbstractTestIPC because they are now also relevant for
sync impl.
* Added tests for AsyncRpcChannel to AbstractTestIPC
> Add Async RpcChannels to all RpcClients
> ---------------------------------------
>
> Key: HBASE-15798
> URL: https://issues.apache.org/jira/browse/HBASE-15798
> Project: HBase
> Issue Type: Bug
> Reporter: Jurriaan Mous
> Assignee: Jurriaan Mous
> Attachments: HBASE-15798.patch
>
>
> The RpcClients all need to expose an async protobuf RpcChannel and our own
> custom AsyncRpcChannel (without protobuf overhead) so an Async table
> implementation can be made.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)