ramkrish86 commented on a change in pull request #1681:
URL: https://github.com/apache/hbase/pull/1681#discussion_r427472369



##########
File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionUtils.java
##########
@@ -532,7 +533,7 @@ static int calcPriority(int priority, TableName tableName) {
   }
 
   static int getPriority(TableName tableName) {
-    if (tableName.isSystemTable()) {
+    if (tableName.isSystemTable() && 
!tableName.equals(SlowLogTableAccessor.SLOW_LOG_TABLE_NAME)) {

Review comment:
       Good. This is where we set the priority. 




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to