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


   Simplify our Normalizer story to have just a single, configurable
   implementation.
   
   * fold the features of `MergeNormalizer` into
     `SimpleRegionNormalizer`, removing the intermediate abstract class.
   * configuration keys for merge-only features now share a common
     structure.
   * add configuration to selectively disable normalizer split/merge
     operations.
   * `RegionNormalizer` now extends `Configurable` instead of creating a
     new instance of `HBaseConfiguration` or snooping one off of other
     fields.
   * avoid the extra RPCs by using `MasterServices` instead of
     `MasterRpcServices`.
   * boost test coverage of all the various flags and feature
     combinations.
   
   Signed-off-by: Michael Stack <st...@apache.org>
   Signed-off-by: Viraj Jasani <vjas...@apache.org>
   Signed-off-by: huaxiangsun <huaxiang...@apache.org>


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