Umeshkumar9414 commented on code in PR #7652:
URL: https://github.com/apache/hbase/pull/7652#discussion_r2708404050


##########
hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java:
##########
@@ -1270,6 +1270,8 @@ public enum OperationStatusCode {
   public static final int ADMIN_QOS = 100;
   public static final int HIGH_QOS = 200;
   public static final int SYSTEMTABLE_QOS = HIGH_QOS;
+  // QOS for internal meta read requests
+  public static final int INTERNAL_READ_QOS = 250;

Review Comment:
   I also thought of another approch where we can define INTERNAL_READ_QOS in 
AnnotationReadingPriorityFunction (hbase-server module) and then let the master 
pass the priority while requesting to MetaTableAccessor, but that way we would 
end up doing many changes. 



-- 
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]

Reply via email to