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 7c543d6  HBASE-23807 Make rsgroup related shell command to use the new 
admin methods (#1148)
    omit 870e9e0  HBASE-23276 Add admin methods to get tables within a group 
(#1118)
    omit b3f374d  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
    omit 641e153  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
    omit 9a2492f  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
    omit d5aaa66  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
    omit 505b220  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
    omit 687ca32  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
    omit 89b8b4e  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
    omit 3abb704  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
    omit 9158346  HBASE-22729 Start RSGroupInfoManager as default (#555)
    omit d102331  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
    omit f431ad0  HBASE-22820 Do not need to persist default rs group now (#482)
    omit cd98bae  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
    omit 63ccf22  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
    omit b3a24f7  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
    omit bd9a9a7  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
    omit d9e7ba5  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     add 348ee59  HBASE-23813 Get surefire version from parent pom rather than 
define it in hbase-archetypes (#1145)
     add 24823ec  HBASE-23682 Fix NPE when disable DeadServerMetricRegionChore 
(#1026)
     new f214b5f  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     new f3533c5  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
     new 4f970de  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
     new 9f1002f  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
     new 461b826  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
     new 0d2d6be  HBASE-22820 Do not need to persist default rs group now (#482)
     new ed6c740  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
     new fb0e524  HBASE-22729 Start RSGroupInfoManager as default (#555)
     new 9dd2c61  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
     new 2901519  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
     new fd9f7ca  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
     new 2ce89bf  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
     new 674c6f0  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
     new 0a4503c  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
     new 864c0ab  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
     new 9051e72  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
     new d794deb  HBASE-23276 Add admin methods to get tables within a group 
(#1118)
     new e0c2f20  HBASE-23807 Make rsgroup related shell command to use the new 
admin methods (#1148)

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   (7c543d6)
            \
             N -- N -- N   refs/heads/HBASE-22514 (e0c2f20)

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 18 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:
 hbase-archetypes/hbase-client-project/pom.xml      |  2 --
 .../hbase-shaded-client-project/pom.xml            |  2 --
 .../hadoop/hbase/procedure2/ProcedureExecutor.java | 11 +++++--
 .../TestDeadServerMetricRegionChore.java}          | 34 ++++++++++++----------
 4 files changed, 28 insertions(+), 21 deletions(-)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/{TestGetInfoPort.java 
=> assignment/TestDeadServerMetricRegionChore.java} (67%)

Reply via email to