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

Mikhail Antonov commented on HBASE-13351:
-----------------------------------------

So, both this patch and the one for HBASE-13375 could be fixed by setting 
hbase.regionserver.metahandler.count to 10 (not 2, as it is not in beforeClass 
call), I tried both patches with this fix. As stop-gap, probably that would 
make sense to do. What do you guys think?

What's interesting, with this patch as well as HBASE-13375 for this particular 
test we route most of calls thru high-priority pool in SimpleRpcScheduler, but 
things work just fine without this patch. Suggests that high performance pool 
with same amount of handlers is less performand, than standard one.

> Annotate internal MasterRpcServices methods with admin priority
> ---------------------------------------------------------------
>
>                 Key: HBASE-13351
>                 URL: https://issues.apache.org/jira/browse/HBASE-13351
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 2.0.0, 1.1.0
>
>         Attachments: HBASE-13351-v1.patch, HBASE-13351.patch
>
>
> HBASE-12071, among other things, introduced annotating RPC methods to give 
> certain methods priority over others. Namely, this helps ensure that client 
> requests cannot starve out internal RPC between master and regionserver.
> Similarly, we can do the same thing for Master RPC methods that are invoked 
> by RS's.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to