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 1228ae1  HBASE-23276 Add admin methods to get tables within a group 
(#1118)
 discard 75e2c7c  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
 discard f25b01d  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
 discard 2b49001  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
 discard 3e8ca30  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
 discard a6fdfa5  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
 discard 60fc985  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
 discard 3d5607e  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
 discard 9f890c6  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
 discard 0d37785  HBASE-22729 Start RSGroupInfoManager as default (#555)
 discard a96780f  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
 discard 19b6e6c  HBASE-22820 Do not need to persist default rs group now (#482)
 discard 12cb421  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
 discard c9817ff  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
 discard 2b677b2  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
 discard a238441  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
 discard 5f8065f  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     add 1295d05  Add Bharath Vissapragada to developers list. (#1139)
     add 93c5e76  HBASE-23775 Removed deprecated method 
createLocalHTU(Configuration) from HBaseTestingUtility
     new 567c6a5  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     new c6eb7bd  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
     new 3468e5d  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
     new 8cf13a5  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
     new 5df8085  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
     new 99964a3  HBASE-22820 Do not need to persist default rs group now (#482)
     new 23f95cc  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
     new 21b35a1  HBASE-22729 Start RSGroupInfoManager as default (#555)
     new 10251ba  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
     new 27dd9ad  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
     new 283aa01  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
     new 11ee0ef  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
     new a7d7213  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
     new fc04ff2  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
     new f4474ee  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
     new 6f362c0  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
     new 32805b1  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   (1228ae1)
            \
             N -- N -- N   refs/heads/HBASE-22514 (32805b1)

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:
 .../java/org/apache/hadoop/hbase/HBaseTestingUtility.java    | 12 ------------
 .../hadoop/hbase/regionserver/TestCompactingMemStore.java    |  2 +-
 .../hadoop/hbase/regionserver/TestDefaultMemStore.java       |  4 ++--
 .../hbase/regionserver/TestMemStoreSegmentsIterator.java     |  2 +-
 pom.xml                                                      |  6 ++++++
 5 files changed, 10 insertions(+), 16 deletions(-)

Reply via email to