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 77b24fd  HBASE-23818 Cleanup the remaining RSGroupInfo.getTables call 
in the code base (#1152)
    omit a788233  HBASE-23807 Make rsgroup related shell command to use the new 
admin methods (#1148)
    omit 1c5e741  HBASE-23276 Add admin methods to get tables within a group 
(#1118)
    omit d9370e3  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
    omit cdff98f  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
    omit 1c304ea  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
    omit 668e8a3  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
    omit 9f98164  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
    omit a7fb36e  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
    omit 4ec357f  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
    omit 6757ad7  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
    omit 8304496  HBASE-22729 Start RSGroupInfoManager as default (#555)
    omit 0924d69  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
    omit 261ddd0  HBASE-22820 Do not need to persist default rs group now (#482)
    omit 9b5818f  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
    omit 9af0bf1  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
    omit 003e215  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
    omit 95e2c38  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
    omit 1e796cb  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     add 9f223c2  HBASE-23781 Removed deprecated createTableDescriptor(String) 
from HBaseTestingUtility
     add ecbed33  HBASE-23146 Support CheckAndMutate with multiple conditions 
(#1114)
     new 4335ada  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     new dbc1235  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
     new a67c384  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
     new 50dc4da  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
     new e47e85a  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
     new 11d3d84  HBASE-22820 Do not need to persist default rs group now (#482)
     new 34d3983  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
     new 86a3e0d  HBASE-22729 Start RSGroupInfoManager as default (#555)
     new 80b0084  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
     new 953b14e  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
     new 512ee06  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
     new 42c9d27  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
     new 00adb1c  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
     new 3cd4f9c  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
     new 96c0821  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
     new d47c29a  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
     new c43b116  HBASE-23276 Add admin methods to get tables within a group 
(#1118)
     new 7c2fa0c  HBASE-23807 Make rsgroup related shell command to use the new 
admin methods (#1148)
     new 1d8e3b7  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   (77b24fd)
            \
             N -- N -- N   refs/heads/HBASE-22514 (1d8e3b7)

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:
 .../org/apache/hadoop/hbase/client/AsyncTable.java |  55 ++++++
 .../apache/hadoop/hbase/client/AsyncTableImpl.java |  31 ++++
 .../hadoop/hbase/client/RawAsyncTableImpl.java     |  87 +++++++--
 .../java/org/apache/hadoop/hbase/client/Table.java |  48 +++++
 .../hadoop/hbase/client/TableOverAsyncTable.java   | 105 ++++++-----
 .../hbase/shaded/protobuf/RequestConverter.java    |  89 ++++-----
 .../hadoop/hbase/IntegrationTestMobCompaction.java |   2 +-
 .../src/main/protobuf/Client.proto                 |   9 +-
 hbase-protocol/src/main/protobuf/Client.proto      |   9 +-
 .../hadoop/hbase/rest/client/RemoteHTable.java     |   7 +
 .../hadoop/hbase/coprocessor/RegionObserver.java   | 137 +++++++++++++-
 .../apache/hadoop/hbase/regionserver/HRegion.java  |  81 +++++---
 .../hadoop/hbase/regionserver/RSRpcServices.java   | 111 +++++++----
 .../apache/hadoop/hbase/regionserver/Region.java   |  53 ++++++
 .../hbase/regionserver/RegionCoprocessorHost.java  | 151 ++++++++++++++-
 .../apache/hadoop/hbase/HBaseTestingUtility.java   |  15 --
 .../hadoop/hbase/client/DummyAsyncTable.java       |   6 +
 .../apache/hadoop/hbase/client/TestAsyncTable.java | 203 +++++++++++++++++++++
 .../hadoop/hbase/client/TestCheckAndMutate.java    | 190 +++++++++++++++++++
 .../hadoop/hbase/client/TestFromClientSide.java    |   4 +-
 .../hbase/client/TestMalformedCellFromClient.java  |   5 +-
 .../hbase/client/TestReplicaWithCluster.java       |  25 ++-
 .../hadoop/hbase/client/TestReplicasClient.java    |   6 +-
 .../hbase/coprocessor/SimpleRegionObserver.java    |  97 ++++++++--
 .../coprocessor/TestRegionObserverInterface.java   |  51 +++++-
 .../hadoop/hbase/mob/TestMobCompactionBase.java    |   2 +-
 .../apache/hadoop/hbase/mob/TestMobFileCache.java  |   6 +-
 .../hadoop/hbase/mob/TestMobFileCleanerChore.java  |   2 +-
 .../hadoop/hbase/mob/TestMobStoreCompaction.java   |   5 +-
 .../hadoop/hbase/regionserver/RegionAsTable.java   |   6 +
 .../hadoop/hbase/regionserver/TestCompaction.java  |   5 +-
 .../hadoop/hbase/regionserver/TestHRegion.java     | 123 +++++++++++++
 .../hbase/regionserver/TestMajorCompaction.java    |   7 +-
 .../hbase/regionserver/TestMinorCompaction.java    |   6 +-
 .../regionserver/TestRegionReplicaFailover.java    |   9 +-
 .../hadoop/hbase/regionserver/TestScanner.java     |   4 +-
 .../TestSplitTransactionOnCluster.java             |   5 +-
 .../TestRegionReplicaReplicationEndpoint.java      |  23 ++-
 ...stRegionReplicaReplicationEndpointNoMaster.java |   5 +-
 .../hadoop/hbase/rsgroup/TestRSGroupsBasics.java   |   4 -
 .../hadoop/hbase/thrift2/client/ThriftTable.java   |   6 +
 41 files changed, 1543 insertions(+), 252 deletions(-)

Reply via email to