[
https://issues.apache.org/jira/browse/HBASE-15756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15270209#comment-15270209
]
binlijin commented on HBASE-15756:
----------------------------------
@stack,i test with some quick implements, and test it with ycsb:
1 Server machine start with hdfs, and hbase.
1 Client, 200 thread, value=128B.
First create a test table and write 1w record, and random read the 1w record.
With 4 connection(hbase.client.ipc.pool.size=4), i can see the throughput is
the best, with the current RpcServer the result is almost 25W QPS But with
NettyRpcServer, it is has 35W QPS.
> Pluggable RpcServer
> -------------------
>
> Key: HBASE-15756
> URL: https://issues.apache.org/jira/browse/HBASE-15756
> Project: HBase
> Issue Type: Improvement
> Reporter: binlijin
> Assignee: binlijin
>
> Current we use a simple RpcServer, and can not configure and use other
> implementation.This issue is to make the RpcServer pluggable, so we can make
> other implementation for example netty rpc server. Patch will upload laterly
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)