Yi Mei created HBASE-21019: ------------------------------ Summary: Use StealJobQueue to better utilize handlers in RpcScheduer Key: HBASE-21019 URL: https://issues.apache.org/jira/browse/HBASE-21019 Project: HBase Issue Type: Task Affects Versions: 3.0.0, 2.2.0 Reporter: Yi Mei
In HBASE-20965, we propose MasterFifoRpcScheduler to handle RSReport requests in independent handlers, other requests are handled in other handlers. To better utilize handlers, we can use StealJobQueue to allow other handlers to steal jobs from RSReport handlers when there is a few RSReport handlers. And it's the same for SimpleRpcScheduler. -- This message was sent by Atlassian JIRA (v7.6.3#76005)