[
https://issues.apache.org/jira/browse/HBASE-7154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell resolved HBASE-7154.
----------------------------------------
Resolution: Invalid
> 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: Lijin Bin
> Priority: Major
>
> HBaseServer has a few kinds of thread:
> {code}
> 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.
> {code}
> We can move the call decode from Reader to Handler, so reader thread just
> read data for connection.
> Reader number also can be availableProcessors+1
--
This message was sent by Atlassian Jira
(v8.20.7#820007)