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.


    omit 4e72432  HBASE-23818 Cleanup the remaining RSGroupInfo.getTables call 
in the code base (#1152)
    omit e7641a7  HBASE-23807 Make rsgroup related shell command to use the new 
admin methods (#1148)
    omit 85df98b  HBASE-23276 Add admin methods to get tables within a group 
(#1118)
    omit 19cf68e  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
    omit abb7376  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
    omit d4b0579  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
    omit 503aa5b  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
    omit 83b60cd  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
    omit 0825505  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
    omit 871e5d9  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
    omit aaa6283  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
    omit c8902c4  HBASE-22729 Start RSGroupInfoManager as default (#555)
    omit 72ecdce  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
    omit 2666f60  HBASE-22820 Do not need to persist default rs group now (#482)
    omit eaa05f8  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
    omit 60cd72b  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
    omit c51f64d  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
    omit a2f3b48  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
    omit ad79f12  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     add 4182343  HBASE-23864 No need to submit 
SplitTableRegionProcedure/MergeTableRegionsProcedure when split/merge is 
disabled (addendum)
     add a5916c8  HBASE-23874 Move Jira-attached file precommit definition from 
script in Jenkins config to dev-support (#1191)
     add 69d683a  HBASE-23755. [OpenTracing] Declare HTrace is unusable in the 
user doc (#1196)
     add 3e21dc7  HBASE-23874 Move Jira-attached file precommit definition from 
script in Jenkins config to dev-support (#1191) (ADDENDUM)
     new 1e796cb  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     new 95e2c38  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
     new 003e215  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
     new 9af0bf1  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
     new 9b5818f  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
     new 261ddd0  HBASE-22820 Do not need to persist default rs group now (#482)
     new 0924d69  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
     new 8304496  HBASE-22729 Start RSGroupInfoManager as default (#555)
     new 6757ad7  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
     new 4ec357f  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
     new a7fb36e  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
     new 9f98164  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
     new 668e8a3  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
     new 1c304ea  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
     new cdff98f  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
     new d9370e3  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
     new 1c5e741  HBASE-23276 Add admin methods to get tables within a group 
(#1118)
     new a788233  HBASE-23807 Make rsgroup related shell command to use the new 
admin methods (#1148)
     new 77b24fd  HBASE-23818 Cleanup the remaining RSGroupInfo.getTables call 
in the code base (#1152)

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   (4e72432)
            \
             N -- N -- N   refs/heads/HBASE-22514 (77b24fd)

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 19 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/jenkins_precommit_jira_yetus.sh        | 182 +++++++++++++++++++++
 .../org/apache/hadoop/hbase/master/HMaster.java    |   5 +-
 .../hbase/master/assignment/AssignmentManager.java |   4 +-
 .../hbase/rsgroup/TestMigrateRSGroupInfo.java      |   2 +
 src/main/asciidoc/_chapters/tracing.adoc           | 181 --------------------
 src/main/asciidoc/_chapters/upgrading.adoc         |   2 +
 src/main/asciidoc/book.adoc                        |   1 -
 7 files changed, 191 insertions(+), 186 deletions(-)
 create mode 100755 dev-support/jenkins_precommit_jira_yetus.sh
 delete mode 100644 src/main/asciidoc/_chapters/tracing.adoc

Reply via email to