This is an automated email from the ASF dual-hosted git repository.
wchevreuil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
from b625bda1b2a HBASE-28754 verify the first argument passed to
compaction_switch (#6119)
add d98c63a2eef HBASE-29168 Add configurable throttling of region moves in
CacheAwareLoadBalancer. (#6763)
No new revisions were added by this update.
Summary of changes:
.../apache/hadoop/hbase/master/LoadBalancer.java | 17 +++
.../master/balancer/CacheAwareLoadBalancer.java | 59 ++++++++
.../hadoop/hbase/io/hfile/bucket/BucketCache.java | 1 +
.../org/apache/hadoop/hbase/master/HMaster.java | 4 +
.../hfile/TestBlockEvictionOnRegionMovement.java | 4 +-
.../hbase/io/hfile/bucket/TestBucketCache.java | 3 +-
.../balancer/TestCacheAwareLoadBalancer.java | 154 +++++++++++++++++++++
7 files changed, 240 insertions(+), 2 deletions(-)