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

ryan rawson commented on HBASE-2182:
------------------------------------

our RPC is already NIO based :-)  It's how you USE it that counts not if it's 
NIO or not.  For example the server RPC has 1 thread that sends replies to 
clients in a non-blocking manner if the handler was unable to send the entire 
response in the first non-blocking write.

> NIO based RPC
> -------------
>
>                 Key: HBASE-2182
>                 URL: https://issues.apache.org/jira/browse/HBASE-2182
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: ryan rawson
>             Fix For: 0.92.0
>
>
> Reimplement HBase RPC with an NIO framework. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to