ndimiduk opened a new pull request #2596:
URL: https://github.com/apache/hbase/pull/2596


   …s when possible
   
   The core change here is to the loop in
   `SimpleRegionNormalizer#computeMergeNormalizationPlans`. It's a nested
   loop that walks the table's region chain once, looking for contiguous
   sequences of regions that meet the criteria for merge. The outer loop
   tracks the starting point of the next sequence, the inner loop looks
   for the end of that sequence. A single sequence becomes an instance of
   `MergeNormalizationPlan`.
   
   Signed-off-by: Huaxiang Sun <[email protected]>


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