You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by re...@apache.org on 2020/03/24 05:33:16 UTC

[hbase] branch master updated (bdcfd6a -> c3a704e)

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

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


    from bdcfd6a  [RSGroup] Forward-port HBASE-22658 to master branch and branch-2.x (#1326)
     add c3a704e  HBASE-24032 [RSGroup] Assign created tables to respective rsgroup automatically instead of manual operations (#1319)

No new revisions were added by this update.

Summary of changes:
 .../hbase/rsgroup/DisabledRSGroupInfoManager.java  |   6 +
 .../hadoop/hbase/rsgroup/RSGroupInfoManager.java   |   8 ++
 .../hbase/rsgroup/RSGroupInfoManagerImpl.java      |  48 ++++++++
 .../apache/hadoop/hbase/rsgroup/RSGroupUtil.java   |   8 ++
 .../hbase/rsgroup/TestRSGroupMappingScript.java    | 129 +++++++++++++++++++++
 5 files changed, 199 insertions(+)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupMappingScript.java