[
https://issues.apache.org/jira/browse/HBASE-7478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell resolved HBASE-7478.
----------------------------------------
Resolution: Not A Problem
> Create a multi-threaded responder
> ---------------------------------
>
> Key: HBASE-7478
> URL: https://issues.apache.org/jira/browse/HBASE-7478
> Project: HBase
> Issue Type: Task
> Reporter: Karthik Ranganathan
> Priority: Major
>
> Currently, we have multi-threaded readers and handlers, but a single threaded
> responder which is a bottleneck.
> ipc.server.reader.count : number of reader threads to read data off the wire
> ipc.server.handler.count : number of handler threads that process the request
> We need to have the ability to specify a "ipc.server.responder.count" to be
> able to specify the number of responder threads.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)