You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "binlijin (JIRA)" <ji...@apache.org> on 2012/11/13 04:29:12 UTC

[jira] [Updated] (HBASE-7154) Move the call decode from Reader to Handler

     [ https://issues.apache.org/jira/browse/HBASE-7154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

binlijin updated HBASE-7154:
----------------------------

    Description: 
HBaseServer has a few kinds of thread:
  Listener accept connction, pick a Reader to read call in this connection.
  Reader (default 10 numbers), read call and decode call , put in callQueue.
  Handler take call from callQueue and process call write response.
  Responder sends responses of RPC back to clients.
We can move the call decode from Reader to Handler, so reader thread just read data for connection. 

    
> Move the call decode from Reader to Handler
> -------------------------------------------
>
>                 Key: HBASE-7154
>                 URL: https://issues.apache.org/jira/browse/HBASE-7154
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>         Environment: 0.89-fb has already do this.
>            Reporter: binlijin
>
> HBaseServer has a few kinds of thread:
>   Listener accept connction, pick a Reader to read call in this connection.
>   Reader (default 10 numbers), read call and decode call , put in callQueue.
>   Handler take call from callQueue and process call write response.
>   Responder sends responses of RPC back to clients.
> We can move the call decode from Reader to Handler, so reader thread just read data for connection. 

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