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

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


    omit 67a94a6e17e HBASE-27405 Fix the replication hfile/log cleaner report 
that the replication table does not exist (#4811)
    omit 4359b578d3e HBASE-27392 Add a new procedure type for implementing some 
global operations such as migration (#4803)
    omit 6122fbb852f HBASE-27215 Add support for sync replication (#4762)
    omit de06cae990b HBASE-27214 Implement the new replication hfile/log 
cleaner (#4722)
    omit b3b96bd0748 HBASE-27213 Add support for claim queue operation (#4708)
    omit d2d26825762 HBASE-27212 Implement a new table based replication queue 
storage and make the minimum replication system work (#4672)
     add 0d260f5b227 HBASE-27421 Bump spotless plugin to 2.27.2 and reimplement 
the 'Remove unhelpful javadoc stubs' rule (#4824)
     add b68229c479f HBASE-27344 Update ref guide about the 2.5.x release line 
(#4831)
     add 77a21b93c51 HBASE-27426 - Fix ZKWatcher shutdown seqence to avoid 
InterruptExcept… (#4829)
     add 5cacece7908 HBASE-27159 Emit source metrics for 
BlockCacheExpressHitPercent (#4830)
     add de1c2fc7ed6 HBASE-27433 DefaultMobStoreCompactor should delete 
MobStoreFile cleanly when compaction is failed (#4834)
     add dffc8e0fbef HBASE-27406 Make /prometheus endpoint accessible from 
HBase UI (#4833)
     add c8e2d80036d HBASE-27425 run flaky test job once an hour. (#4828)
     add c881eb1ff04 HBASE-27363: Fix the config key name for 
PREFETCH_PERSISTENCE_PATH_KEY and spotbugs (#4774)
     add dad9a7da929 HBASE-27437 TestHeapSize is flaky (#4841)
     add 2fc879e863c HBASE-27434 Use ${revision} as placeholder for maven 
version to make it easier to control the version from command line (#4836)
     add d187f6908e9 HBASE-27440 fix table HistogramMetrics leak in table 
metrics map (#4838)
     add 2a3d5b160a8 HBASE-27438 Make release scripts can generate CHANGES.md 
and RELEASENOTES.md for 3.x (#4842)
     new 2d8ac0a1c56 HBASE-27212 Implement a new table based replication queue 
storage and make the minimum replication system work (#4672)
     new 6d5706a8679 HBASE-27213 Add support for claim queue operation (#4708)
     new fef64cc772d HBASE-27214 Implement the new replication hfile/log 
cleaner (#4722)
     new 78e74503c22 HBASE-27215 Add support for sync replication (#4762)
     new 0e2d6e816c2 HBASE-27392 Add a new procedure type for implementing some 
global operations such as migration (#4803)
     new 6d4e7fdfb73 HBASE-27405 Fix the replication hfile/log cleaner report 
that the replication table does not exist (#4811)

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   (67a94a6e17e)
            \
             N -- N -- N   refs/heads/HBASE-27109/table_based_rqs (6d4e7fdfb73)

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/create-release/do-release-docker.sh    |   1 +
 .../prepend_changes.py}                            |  34 +--
 .../prepend_releasenotes.py}                       |  34 +--
 dev-support/create-release/release-build.sh        |  24 +-
 dev-support/create-release/release-util.sh         |  39 ++--
 .../flaky-tests/run-flaky-tests.Jenkinsfile        |   2 +-
 hbase-annotations/pom.xml                          |   2 +-
 hbase-archetypes/hbase-archetype-builder/pom.xml   |   2 +-
 hbase-archetypes/hbase-client-project/pom.xml      |   2 +-
 .../hbase-shaded-client-project/pom.xml            |   2 +-
 hbase-archetypes/pom.xml                           |   2 +-
 hbase-assembly/pom.xml                             |   2 +-
 hbase-asyncfs/pom.xml                              |   2 +-
 hbase-backup/pom.xml                               |   2 +-
 hbase-balancer/pom.xml                             |   2 +-
 hbase-build-configuration/pom.xml                  |   2 +-
 hbase-checkstyle/pom.xml                           |   4 +-
 hbase-client/pom.xml                               |   2 +-
 hbase-common/pom.xml                               |   2 +-
 .../hbase-compression-aircompressor/pom.xml        |   2 +-
 hbase-compression/hbase-compression-brotli/pom.xml |   2 +-
 hbase-compression/hbase-compression-lz4/pom.xml    |   2 +-
 hbase-compression/hbase-compression-snappy/pom.xml |   2 +-
 hbase-compression/hbase-compression-xz/pom.xml     |   2 +-
 hbase-compression/hbase-compression-zstd/pom.xml   |   2 +-
 hbase-compression/pom.xml                          |   2 +-
 hbase-endpoint/pom.xml                             |   2 +-
 hbase-examples/pom.xml                             |   2 +-
 hbase-external-blockcache/pom.xml                  |   2 +-
 hbase-hadoop-compat/pom.xml                        |   2 +-
 .../regionserver/MetricsRegionServerSource.java    |   6 +
 .../MetricsRegionServerSourceImpl.java             |   5 +
 .../regionserver/MetricsRegionServerWrapper.java   |  10 +
 .../metrics2/lib/DynamicMetricsRegistry.java       |  10 +-
 hbase-hbtop/pom.xml                                |   2 +-
 hbase-http/pom.xml                                 |   2 +-
 hbase-it/pom.xml                                   |   2 +-
 hbase-logging/pom.xml                              |   2 +-
 hbase-mapreduce/pom.xml                            |   2 +-
 hbase-metrics-api/pom.xml                          |   2 +-
 hbase-metrics/pom.xml                              |   2 +-
 hbase-procedure/pom.xml                            |   2 +-
 hbase-protocol-shaded/pom.xml                      |   2 +-
 hbase-replication/pom.xml                          |   2 +-
 hbase-resource-bundle/pom.xml                      |   2 +-
 hbase-rest/pom.xml                                 |   2 +-
 .../src/main/resources/hbase-webapps/rest/rest.jsp |  12 +-
 hbase-server/pom.xml                               |   2 +-
 .../hbase/tmpl/master/MasterStatusTmpl.jamon       |  12 +-
 .../hbase/tmpl/regionserver/RSStatusTmpl.jamon     |  12 +-
 .../apache/hadoop/hbase/io/hfile/CacheConfig.java  |   2 +-
 .../hadoop/hbase/mob/DefaultMobStoreCompactor.java |  48 +++-
 .../MetricsRegionServerWrapperImpl.java            |  10 +
 .../main/resources/hbase-webapps/master/header.jsp |  12 +-
 .../hbase-webapps/regionserver/header.jsp          |  12 +-
 .../org/apache/hadoop/hbase/io/TestHeapSize.java   |  42 ++--
 .../hbase/mob/TestMobCompactionWithException.java  | 254 +++++++++++++++++++++
 .../MetricsRegionServerWrapperStub.java            |  10 +
 .../regionserver/TestMetricsRegionServer.java      |   2 +
 .../regionserver/TestMetricsTableMetricsMap.java   |  81 +++++++
 hbase-shaded/hbase-shaded-check-invariants/pom.xml |   2 +-
 .../hbase-shaded-client-byo-hadoop/pom.xml         |   2 +-
 hbase-shaded/hbase-shaded-client/pom.xml           |   2 +-
 hbase-shaded/hbase-shaded-mapreduce/pom.xml        |   2 +-
 .../hbase-shaded-testing-util-tester/pom.xml       |   2 +-
 hbase-shaded/hbase-shaded-testing-util/pom.xml     |   2 +-
 .../pom.xml                                        |   2 +-
 hbase-shaded/pom.xml                               |   2 +-
 hbase-shell/pom.xml                                |   2 +-
 hbase-testing-util/pom.xml                         |   2 +-
 hbase-thrift/pom.xml                               |   2 +-
 .../main/resources/hbase-webapps/thrift/thrift.jsp |  12 +-
 hbase-zookeeper/pom.xml                            |   2 +-
 .../apache/hadoop/hbase/zookeeper/ZKWatcher.java   |  12 +-
 pom.xml                                            |  24 +-
 src/main/asciidoc/_chapters/community.adoc         |   5 +
 src/main/asciidoc/_chapters/configuration.adoc     |  25 +-
 77 files changed, 711 insertions(+), 141 deletions(-)
 copy dev-support/{gen_redirect_html.py => create-release/prepend_changes.py} 
(57%)
 copy dev-support/{gen_redirect_html.py => 
create-release/prepend_releasenotes.py} (57%)
 create mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestMobCompactionWithException.java
 create mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMetricsTableMetricsMap.java

Reply via email to