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

zhangduo pushed a change to branch HBASE-22514
in repository https://gitbox.apache.org/repos/asf/hbase.git.


 discard 32805b1  HBASE-23276 Add admin methods to get tables within a group 
(#1118)
 discard 6f362c0  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
 discard f4474ee  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
 discard fc04ff2  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
 discard a7d7213  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
 discard 11ee0ef  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
 discard 283aa01  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
 discard 27dd9ad  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
 discard 10251ba  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
 discard 21b35a1  HBASE-22729 Start RSGroupInfoManager as default (#555)
 discard 23f95cc  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
 discard 99964a3  HBASE-22820 Do not need to persist default rs group now (#482)
 discard 5df8085  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
 discard 8cf13a5  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
 discard 3468e5d  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
 discard c6eb7bd  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
 discard 567c6a5  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     add 8654597  HBASE-23805 [Flakey Test] TestRaceBetweenSCPAndDTP
     add ef380e0   HBASE-23779 Up the default fork count; make count relative 
to CPU count (#1108)  ADDENDUM: Refactor that comes of discussion up on 
https://github.com/apache/yetus/pull/86  because what I committed originally, 
and amended in a subsequent  ADDENDUM is not taking effect.
     add d554689   HBASE-23779 Up the default fork count; make count relative 
to CPU count (#1108)  FINAL ADDENDUM. Removes changes to 
dev-support/hbase-personality  leaving it as it was. All else about HBASE-23779 
change remains  changing surefire fork counts to be dependent on cpu count.
     add 5468286  HBASE-23809 The RSGroup shell test is missing (#1142)
     add 4479cb2  HBASE-23809 Addendum remove rs group code in AbstractTestShell
     new d9e7ba5  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     new bd9a9a7  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
     new b3a24f7  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
     new 63ccf22  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
     new cd98bae  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
     new f431ad0  HBASE-22820 Do not need to persist default rs group now (#482)
     new d102331  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
     new 9158346  HBASE-22729 Start RSGroupInfoManager as default (#555)
     new 3abb704  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
     new 89b8b4e  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
     new 687ca32  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
     new 505b220  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
     new d5aaa66  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
     new 9a2492f  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
     new 641e153  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
     new b3f374d  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
     new 870e9e0  HBASE-23276 Add admin methods to get tables within a group 
(#1118)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (32805b1)
            \
             N -- N -- N   refs/heads/HBASE-22514 (870e9e0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dev-support/hbase-personality.sh                   |  8 ----
 .../assignment/TestRaceBetweenSCPAndDTP.java       | 32 +++++++++++-----
 .../hadoop/hbase/client/AbstractTestShell.java     | 44 +++++++++++++---------
 ...{TestAdminShell2.java => TestRSGroupShell.java} | 27 +++++++++++--
 4 files changed, 73 insertions(+), 38 deletions(-)
 copy 
hbase-shell/src/test/java/org/apache/hadoop/hbase/client/{TestAdminShell2.java 
=> TestRSGroupShell.java} (60%)

Reply via email to