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

Enis Soztutar commented on HBASE-8167:
--------------------------------------

I think FB guys were talking about the same thing in 
http://hadoopstack.com/improving-hbase-read-performance/. +1 to the idea. 
                
> make RPC select ops multi-threaded
> ----------------------------------
>
>                 Key: HBASE-8167
>                 URL: https://issues.apache.org/jira/browse/HBASE-8167
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>    Affects Versions: 0.98.0
>            Reporter: Liang Xie
>            Assignee: Liang Xie
>
> Current RPC framework is single listener thread with multiple Reader thread, 
> this is pretty similar with thrift's THsHaServer design. And from thrift0.8, 
> TThreadedSelectorServer was introduced to meet network-io-bound scenario 
> better. There's a benchmark report on it: 
> https://github.com/m1ch1/mapkeeper/wiki/Thrift-Java-Servers-Compared
> I think we could make HBaseServer's listener multi-thread as well.  Just a 
> raw thought now, no patch available yet.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to