Apache9 commented on code in PR #7692:
URL: https://github.com/apache/hbase/pull/7692#discussion_r2797643910


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionUtils.java:
##########
@@ -205,7 +205,7 @@ static void resetController(HBaseRpcController controller, 
long timeoutNs, int p
       controller.setCallTimeout(
         (int) Math.min(Integer.MAX_VALUE, 
TimeUnit.NANOSECONDS.toMillis(timeoutNs)));
     }
-    controller.setPriority(priority);
+    controller.setPriority(priority, tableName);

Review Comment:
   With this change in place, Phoenix does not need any change, since the 
default method of setPriority(int, TableName) is to call setPriority(int) and 
then setPriority(TableName).



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