charlesconnell commented on code in PR #4888: URL: https://github.com/apache/hbase/pull/4888#discussion_r1028344454
########## 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: Sure, I've moved the truncation into RegionNormalizerWorker -- 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