This is an automated email from the ASF dual-hosted git repository.
rmattingly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
from 8ac07b20dc7 HBASE-29157 Sorting not working in the Table Regions
section (#6739)
add 9c44aa2def9 HBASE-29075 Balancer conditionals should support system
table isolation (#6746)
No new revisions were added by this update.
Summary of changes:
.../master/balancer/BalancerConditionals.java | 14 ++++++++++
.../balancer/DistributeReplicasConditional.java | 6 +----
.../balancer/MetaTableIsolationConditional.java | 3 ++-
.../balancer/SlopFixingCandidateGenerator.java | 5 ++--
...=> SystemTableIsolationCandidateGenerator.java} | 13 ++++++---
...l.java => SystemTableIsolationConditional.java} | 22 +++++++++------
.../master/balancer/TableIsolationConditional.java | 9 +++----
.../balancer/CandidateGeneratorTestUtil.java | 9 ++++++-
...LargeClusterBalancingSystemTableIsolation.java} | 21 ++++++++-------
...ancingTableIsolationAndReplicaDistribution.java | 31 +++++++++++++---------
10 files changed, 84 insertions(+), 49 deletions(-)
copy
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/{MetaTableIsolationCandidateGenerator.java
=> SystemTableIsolationCandidateGenerator.java} (67%)
copy
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/{MetaTableIsolationConditional.java
=> SystemTableIsolationConditional.java} (59%)
copy
hbase-balancer/src/test/java/org/apache/hadoop/hbase/master/balancer/{TestLargeClusterBalancingMetaTableIsolation.java
=> TestLargeClusterBalancingSystemTableIsolation.java} (80%)