saintstack commented on a change in pull request #3046:
URL: https://github.com/apache/hbase/pull/3046#discussion_r594676159



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java
##########
@@ -284,7 +284,7 @@ private double getAverageRegionSizeMb(final 
List<RegionInfo> tableRegions,
     double avgRegionSize;
     int targetRegionCount = tableDescriptor.getNormalizerTargetRegionCount();
     long targetRegionSize = tableDescriptor.getNormalizerTargetRegionSize();
-    LOG.debug("Table {} configured with target region count {}, target region 
size {}", table,
+    LOG.debug("Table {} configured with target region count {}, target region 
size {} MB", table,

Review comment:
       For sure these are MB values? I tried looking at code but it doesn't say 
explicitly...




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


Reply via email to