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

stack commented on HBASE-15756:
-------------------------------

I forgot to say, yeah, justify why we should do netty instead of what we 
currently have. It seems like you've started in on that.

I've been doing some perf work trying to get our random read throughput up. 
Currently I've been focused on the handoff from Socket/Listener to Readers and 
then via scheduling Queues to Handlers. If I have the Handler doing the read of 
the request, I can double throughput (IIRC). How you think Netty improves stuff 
in here [~aoxiang]? Thanks.

> 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)

Reply via email to