charlesconnell commented on code in PR #4888:
URL: https://github.com/apache/hbase/pull/4888#discussion_r1027132193


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java:
##########
@@ -229,6 +231,8 @@ public List<NormalizationPlan> computePlansForTable(final 
TableDescriptor tableD
       plans.addAll(mergePlans);
     }
 
+    plans = truncateForSize(plans);

Review Comment:
   The difference there is that the new setting would apply to HBase clusters 
using alternate `RegionNormalizer` implementations. I really don't know if 
that's a pro or a con.



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

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

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

Reply via email to