You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bb...@apache.org on 2022/11/22 18:23:18 UTC

[hbase] branch branch-2.5 updated (060ca843745 -> 2c7776e9799)

This is an automated email from the ASF dual-hosted git repository.

bbeaudreault pushed a change to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


    from 060ca843745 HBASE-27408 Improve BucketAllocatorException log to always include HFile name (#4886)
     add 2c7776e9799 HBASE-27496 Optionally limit the amount of plans executed in the Normalizer (#4888)

No new revisions were added by this update.

Summary of changes:
 .../master/normalizer/MergeNormalizationPlan.java  |  9 ++++
 .../hbase/master/normalizer/NormalizationPlan.java |  2 +
 .../master/normalizer/RegionNormalizerWorker.java  | 51 +++++++++++++++++++++-
 .../master/normalizer/SimpleRegionNormalizer.java  | 26 +++++++++++
 .../master/normalizer/SplitNormalizationPlan.java  |  5 +++
 .../normalizer/TestRegionNormalizerWorker.java     | 30 +++++++++++++
 .../normalizer/TestSimpleRegionNormalizer.java     | 23 ++++++++++
 7 files changed, 145 insertions(+), 1 deletion(-)