[
https://issues.apache.org/jira/browse/HBASE-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977120#action_12977120
]
stack commented on HBASE-3401:
------------------------------
I don't think I've seen this construct before:
{code}
+ private @interface QosPriority {
+ int priority() default 0;
+ }
{code}
No curlies around the default 0? This how annotations do 'interfaces'?
Will this all work if someone subclasses and overrides HRS methods?
Otherwise, +1 on commit. Looks good to me.
> Region IPC operations should be high priority
> ---------------------------------------------
>
> Key: HBASE-3401
> URL: https://issues.apache.org/jira/browse/HBASE-3401
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 0.90.1
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Fix For: 0.90.1
>
> Attachments: hbase-3401.txt, hbase-3401.txt
>
>
> I manufactured an imbalanced cluster so one region server had 300 regions and
> the others had very few. I then ran balancer while hitting the high-load
> region server with YCSB. I observed that the rate of load shedding was VERY
> slow since the closeRegion IPCs were getting stuck at the back of the IPC
> queue.
> All of these important master->RS RPC calls should be set to high priority.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.