You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/08/12 17:17:28 UTC

[GitHub] [hbase] ndimiduk opened a new pull request #2252: Backport "HBASE-24583 Normalizer can't actually merge empty regions..." to branch-2.3

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


   when neighbor is larger than average size
   
   * add `testMergeEmptyRegions` to explicitly cover different
     interleaving of 0-sized regions.
   * fix bug where merging a 0-size region is skipped due to large
     neighbor.
   * remove unused `splitPoint` from `SplitNormalizationPlan`.
   * generate `toString`, `hashCode`, and `equals` methods from Apache
     Commons Lang3 template on `SplitNormalizationPlan` and
     `MergeNormalizationPlan`.
   * simplify test to use equality matching over `*NormalizationPlan`
     instances as plain pojos.
   * test make use of this handy `TableNameTestRule`.
   * fix line-length issues in `TestSimpleRegionNormalizer`
   
   Signed-off-by: Wellington Chevreuil <wc...@apache.org>
   Signed-off-by: Viraj Jasani <vj...@apache.org>
   Signed-off-by: huaxiangsun <hu...@apache.org>
   Signed-off-by: Aman Poonia <am...@gmail.com>


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



[GitHub] [hbase] ndimiduk merged pull request #2252: Backport "HBASE-24583 Normalizer can't actually merge empty regions..." to branch-2.3

Posted by GitBox <gi...@apache.org>.
ndimiduk merged pull request #2252:
URL: https://github.com/apache/hbase/pull/2252


   


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