Umeshkumar9414 commented on code in PR #6994: URL: https://github.com/apache/hbase/pull/6994#discussion_r2094114667
########## hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java: ########## @@ -2558,6 +2558,7 @@ public ClearDeadServersResponse clearDeadServers(RpcController controller, } @Override + @QosPriority(priority = HConstants.HIGH_QOS) Review Comment: In MasterAnnotationReadingPriorityFunction we are using HIGH_QOS for ReportRegionStateTransition rpc. Taking a example of that I used the same priority here as well. > And it seems SimpleRpcScheduler doesn't distinguish between the two. Yeah, SimpleRpcScheduler doesn't distinguish between both, apart from META_TRANSITION_QOS, it just check if priority is greater that QOS_THRESHOLD(10). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
