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


   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`.
   
   Pay mind only to the commit for this JIRA. This PR depends on 
[HBASE-24628](https://issues.apache.org/jira/browse/HBASE-24628)/#2454 and will 
need rebased once that one lands.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to