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

 ##########
 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:
   Ouch, haven't realized that prefix. Will revert this piece. I believe it 
exists this way for appropriate capitalization, so don't want to break it.

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