virajjasani commented on a change in pull request #687: HBASE-23116: Fix a 
couple of load balancer logging nits.
URL: https://github.com/apache/hbase/pull/687#discussion_r331356550
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
 ##########
 @@ -1746,7 +1746,7 @@ public boolean balance(boolean force) throws IOException 
{
           toPrint = regionsInTransition.subList(0, max);
           truncated = true;
         }
-        LOG.info(prefix + "unning balancer because " + 
regionsInTransition.size() +
+        LOG.info(prefix + "Running balancer because " + 
regionsInTransition.size() +
 
 Review comment:
   Ideally, this change is not required since prefix takes care of it. 
   However, to improve text searching, we can make this change:
   ```
   String prefix = force && !metaInTransition ? "" : "Not ";
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to