busbey commented on a change in pull request #916: HBASE-23382: Clean up 
Logging for Some of hbase-server Module
URL: https://github.com/apache/hbase/pull/916#discussion_r356406787
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketAllocator.java
 ##########
 @@ -397,12 +397,12 @@ public BucketSizeInfo roundUpToBucketSizeInfo(int 
blockSize) {
     }
 
     if (sizeNotMatchedCount > 0) {
-      LOG.warn("There are " + sizeNotMatchedCount + " blocks which can't be 
rebuilt because " +
-        "there is no matching bucket size for these blocks");
+      LOG.warn("There are " + sizeNotMatchedCount + " blocks which failed to 
be rebuilt because "
+          + "there is no matching bucket size for these blocks");
     }
     if (insufficientCapacityCount > 0) {
-      LOG.warn("There are " + insufficientCapacityCount + " blocks which can't 
be rebuilt - "
-        + "did you shrink the cache?");
+      LOG.warn("There are " + insufficientCapacityCount + " blocks which 
failed to be rebuilt - "
 
 Review comment:
   use substitution

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