[
https://issues.apache.org/jira/browse/HBASE-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977431#action_12977431
]
Todd Lipcon commented on HBASE-3401:
------------------------------------
Stack: yea, the syntax for defining an annotation is wacky. I had to look it up
mysefl.
bq. Will this all work if someone subclasses and overrides HRS methods?
Yes, it should - getAnnotation() will return inherited annotations as well.
Though perhaps it should be made a protected @interface instead of private for
subclassers?
Though, I thought we were discouraging subclassing these days in favor of CPs?
> 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.