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 47560c9  HBASE-23276 Add admin methods to get tables within a group 
(#1118)
    omit bcad278  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
    omit 0e42ce4  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
    omit 05b82d0  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
    omit 15568b9  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
    omit cb135ae  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
    omit ae6fd0b  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
    omit b1567f3  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
    omit 3f1cb10  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
    omit 86211cc  HBASE-22729 Start RSGroupInfoManager as default (#555)
    omit 571fa3d  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
    omit 6e44ce8  HBASE-22820 Do not need to persist default rs group now (#482)
    omit 8223c4c  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
    omit 17ecac9  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
    omit e984d37  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
    omit 7973803  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
    omit 85c546b  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     add 1cacf27  HBASE-23793 Increase maven heap allocation to 4G in Yetus 
personality (#1122)
     add 299b6be  HBASE-23783: Address tests writing and reading SSL/Security 
files in a common location. (#1116)
     add 6ba1df3  HBASE-23792 [Flakey Test] 
TestExportSnapshotNoCluster.testSnapshotWithRefsExportFileSystemState (#1124)
     add 9cc7a71  HBASE-23789 [Flakey Tests] ERROR [Time-limited test] 
balancer.HeterogeneousRegionCountCostFunction(199): cannot read rules file 
located at ' /tmp/hbase-balancer.rules '
     add 3a1a39d  HBASE-23789 [Flakey Tests] ERROR [Time-limited test] 
balancer.HeterogeneousRegionCountCostFunction(199): cannot read rules file 
located at ' /tmp/hbase-balancer.rules '; ADDENDUM Missed adding these files.
     add b49ec58  HBASE-23779 Up the default fork count; make count relative to 
CPU count (#1108)
     add 5b4545d  HBASE-23802 Remove unnecessary Configuration instantiation in 
LossyAccounting (#1127)
     add 867b1e9  HBASE-23779 Up the default fork count; make count relative to 
CPU count (#1108) ADDENDUM: Try this way of setting MAVEN_ARGS
     new 5f8065f  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     new a238441  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
     new 2b677b2  HBASE-22676 Move all the code in hbase-rsgroup to 
hbase-server and remove hbase-rsgroup module (#399)
     new c9817ff  HBASE-22695 Store the rsgroup of a table in table 
configuration (#426)
     new 12cb421  HBASE-22809 Allow creating table in group when rs group 
contains no live servers (#464)
     new 19b6e6c  HBASE-22820 Do not need to persist default rs group now (#482)
     new a96780f  HBASE-22819 Automatically migrate the rs group config for 
table after HBASE-22695 (#498)
     new 0d37785  HBASE-22729 Start RSGroupInfoManager as default (#555)
     new 9f890c6  HBASE-22987 Calculate the region servers in default group in 
foreground (#599)
     new 3d5607e  HBASE-22971 Deprecated RSGroupAdminEndpoint and make RSGroup 
feature always enabled (#595)
     new 60fc985  HBASE-23081 Add an option to enable/disable rs group feature 
(#691)
     new a6fdfa5  HBASE-23232 Remove rsgroup profile from pom.xml of 
hbase-assembly (#779)
     new 3e8ca30  HBASE-23050 Use RSGroupInfoManager to get rsgroups in master 
UI's rsgroup part (#776)
     new 2b49001  HBASE-22932 Add rs group management methods in Admin and 
AsyncAdmin (#657)
     new f25b01d  HBASE-23253 Rewrite rsgroup related UTs with the new methods 
introduced in HBASE-22932 (#813)
     new 75e2c7c  HBASE-23235 Re-enable 
TestRSGroupsKillRS.testLowerMetaGroupVersion (#1117)
     new 1228ae1  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   (47560c9)
            \
             N -- N -- N   refs/heads/HBASE-22514 (1228ae1)

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                   |  10 +-
 .../hadoop/hbase/HBaseCommonTestingUtility.java    |  16 +-
 .../hadoop/hbase/http/TestSSLHttpServer.java       |  61 +++----
 .../hadoop/hbase/http/TestSpnegoHttpServer.java    |  17 +-
 .../apache/hadoop/hbase/http/log/TestLogLevel.java |  56 +++----
 .../hadoop/hbase/http/ssl/KeyStoreTestUtil.java    |  38 +++--
 .../snapshot/TestExportSnapshotNoCluster.java      |  43 +++--
 .../hadoop/hbase/coprocessor/MetaTableMetrics.java |  53 +++---
 .../HeterogeneousRegionCountCostFunction.java      |   2 +-
 .../regionserver/MetricsUserAggregateImpl.java     |  15 +-
 .../apache/hadoop/hbase/util/LossyCounting.java    |  32 ++--
 .../apache/hadoop/hbase/HBaseTestingUtility.java   |   4 +-
 .../hadoop/hbase/TestHBaseTestingUtility.java      |  14 +-
 ...estStochasticLoadBalancerHeterogeneousCost.java |  32 ++--
 ...ochasticLoadBalancerHeterogeneousCostRules.java | 181 +++++++++++++--------
 .../hadoop/hbase/util/TestLossyCounting.java       |  41 +++--
 pom.xml                                            |  16 +-
 src/main/asciidoc/_chapters/developer.adoc         |  23 ++-
 18 files changed, 361 insertions(+), 293 deletions(-)

Reply via email to