You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bi...@apache.org on 2019/12/10 11:28:56 UTC

[hbase] branch master updated (82e155e -> f87428e)

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

binlijin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 82e155e  HBASE-18382 add transport type info into Thrift UI (#880)
     add f87428e  HBASE-23377 Balancer should skip disabled tables's regions (#908)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/master/HMaster.java    |   3 +-
 .../hbase/master/assignment/AssignmentManager.java |   3 +-
 .../hbase/master/assignment/RegionStates.java      |  17 +++-
 .../master/TestBalancerWithDisabledTable.java      | 104 +++++++++++++++++++++
 4 files changed, 122 insertions(+), 5 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestBalancerWithDisabledTable.java