This is an automated email from the ASF dual-hosted git repository.

stack pushed a change to branch HBASE-18070
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    omit ceebc64  HBASE-25291 Document how to enable the meta replica load 
balance mode for the client and clean up around hbase:meta read replicas
    omit 1774dbc  HBASE-25126 Add load balance logic in hbase-client to 
distribute read load over meta replica regions (addendum)
    omit d1a509e  HBASE-25126 Add load balance logic in hbase-client to 
distribute read load over meta replica regions
    omit 08351b6  HBASE-25151 warmupRegion frustrates registering WALs on the 
catalog replicationsource
    omit ed5ed7b  HBASE-25055 Add ReplicationSource for meta WALs; add 
enable/disable w… (#2451)
    omit 51a935d  HBASE-25068 Pass WALFactory to Replication so it knows of all 
WALProviders, not just default/user-space
     add 300b0a6  HBASE-25026 Create a metric to track full region scans RPCs
     add 322435d  HBASE-25296 [Documentation] fix duplicate conf entry about 
upgrading (#2666)
     add 6a529d3  HBASE-25261 Upgrade Bootstrap to 3.4.1
     add ca129e9  HBASE-25083 further HBase 1.y releases should have Hadoop 
2.10 as a minimum version. (#2656)
     add 9419c78  HBASE-25289 [testing] Clean up resources after tests in 
rsgroup_shell_test.rb (#2659)
     add 2b61b99  HBASE-25300 'Unknown table hbase:quota' happens when desc 
table in shell if quota disabled (#2673)
     add 8c1e476  HBASE-25298 hbase.rsgroup.fallback.enable should support 
dynamic configuration (#2668)
     add 30ef3aa  HBASE-25306 The log in 
SimpleLoadBalancer#onConfigurationChange is wrong
     new 4d0ab6e  HBASE-25068 Pass WALFactory to Replication so it knows of all 
WALProviders, not just default/user-space
     new 42d08d6  HBASE-25055 Add ReplicationSource for meta WALs; add 
enable/disable w… (#2451)
     new 140ae16  HBASE-25151 warmupRegion frustrates registering WALs on the 
catalog replicationsource
     new 698515f  HBASE-25126 Add load balance logic in hbase-client to 
distribute read load over meta replica regions
     new 1188382  HBASE-25126 Add load balance logic in hbase-client to 
distribute read load over meta replica regions (addendum)
     new 380e2e6  HBASE-25291 Document how to enable the meta replica load 
balance mode for the client and clean up around hbase:meta read replicas

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   (ceebc64)
            \
             N -- N -- N   refs/heads/HBASE-18070 (380e2e6)

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 6 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                   |   4 +-
 .../regionserver/MetricsRegionServerSource.java    |   3 +
 .../MetricsRegionServerSourceImpl.java             |   2 +
 .../regionserver/MetricsRegionServerWrapper.java   |   5 +
 .../hbase/master/balancer/SimpleLoadBalancer.java  |   6 +-
 .../hadoop/hbase/regionserver/HRegionServer.java   |   1 +
 .../MetricsRegionServerWrapperImpl.java            |   5 +
 .../hadoop/hbase/regionserver/RSRpcServices.java   |  38 ++++-
 .../hbase/regionserver/RegionServerServices.java   |   2 +-
 .../hbase/rsgroup/RSGroupBasedLoadBalancer.java    |  12 +-
 .../static/css/bootstrap-theme.min.css             |   6 +-
 .../hbase-webapps/static/css/bootstrap.min.css     |   6 +-
 .../hbase-webapps/static/js/bootstrap.min.js       |   7 +-
 .../balancer/TestRSGroupBasedLoadBalancer.java     |  18 +++
 .../MetricsRegionServerWrapperStub.java            |   5 +
 .../regionserver/TestScannerRPCScanMetrics.java    | 158 +++++++++++++++++++++
 .../src/main/ruby/shell/commands/describe.rb       |  18 ++-
 .../src/test/ruby/shell/rsgroup_shell_test.rb      |  65 +++++++--
 .../static/css/bootstrap-theme.min.css             |   6 +-
 .../hbase-webapps/static/css/bootstrap.min.css     |   6 +-
 .../hbase-webapps/static/js/bootstrap.min.js       |   7 +-
 src/main/asciidoc/_chapters/configuration.adoc     |  27 ++--
 src/main/asciidoc/_chapters/upgrading.adoc         |   2 +-
 23 files changed, 342 insertions(+), 67 deletions(-)
 create mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScannerRPCScanMetrics.java

Reply via email to