You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/12/14 15:59:15 UTC

[hbase] branch HBASE-26233 updated (818ef17 -> 5c18b67)

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

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


 discard 818ef17  HBASE-26539 The default rpc timeout 200ms is too small for replicating meta edits (#3919)
 discard 88695bd  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
 discard 6c07f32  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
 discard 8af167c  HBASE-26478 Update ref guide about the new region replication framework (#3885)
 discard 8ad3b29  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
 discard d9be8a4  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
 discard cc8795a  HBASE-26456 Limit the size for one replicating (#3873)
 discard 9a3fba2  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
 discard 685b64d  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
 discard 3e82a1e  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
 discard 6988c60  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
 discard 8174343  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
 discard bd7c9b1  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
 discard 865f629  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add 1004e43  HBASE-26529 Document HBASE-26524 to section of Dynamic Unloading (#3909)
     add bdbb4fa  HBASE-26525 Use unique thread name for group WALs (#3903)
     add ca3ba49  HBASE-26526 Introduce a timeout to shutdown of WAL (#3297)
     add b5cf3cd  HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX
     add 02c0444  HBASE-26557 log4j2 has a critical RCE vulnerability (#3933)
     add 8bca21b  HBASE-26558 Set version as 3.0.0-alpha-2 in master in prep for first RC of 3.0.0-alpha-2 (#3935)
     add a3ff8e4  HBASE-26557 Correct export to set log4j2.formatMsgNoLookups in HBASE_OPTS (#3941)
     add 136b1ea  HBASE-26554 Introduce a new parameter in jmx servlet to exclude the specific mbean (#3930)
     add 96c971f  HBASE-26549 hbaseprotoc plugin should initialize maven (#3927)
     add 13f3b17  HBASE-26550 Make sure the master is running normally before accepting a balance command (#3928)
     add 150889e  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add c9004d4  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
     add ee1604b  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
     add 5eaea68  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
     add bda617f  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
     add 99f9c55  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
     add 4e56220  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
     add 7c2827b  HBASE-26456 Limit the size for one replicating (#3873)
     add 269fa7b  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
     add 41c0608  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
     add 102511e  HBASE-26478 Update ref guide about the new region replication framework (#3885)
     add 998fc08  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
     add df2e913  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
     add 5c18b67  HBASE-26539 The default rpc timeout 200ms is too small for replicating meta edits (#3919)

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   (818ef17)
            \
             N -- N -- N   refs/heads/HBASE-26233 (5c18b67)

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.

No new revisions were added by this update.

Summary of changes:
 bin/hbase-config.cmd                               |  4 ++
 bin/hbase-config.sh                                |  4 ++
 dev-support/hbase-personality.sh                   |  8 +++
 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-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                             |  4 +-
 hbase-external-blockcache/pom.xml                  |  2 +-
 hbase-hadoop-compat/pom.xml                        |  2 +-
 hbase-hbtop/pom.xml                                |  2 +-
 hbase-http/pom.xml                                 |  2 +-
 .../hadoop/hbase/http/jmx/JMXJsonServlet.java      |  6 ++-
 .../org/apache/hadoop/hbase/util/JSONBean.java     | 18 +++++--
 .../hadoop/hbase/http/jmx/TestJMXJsonServlet.java  |  6 +++
 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                      |  4 +-
 hbase-replication/pom.xml                          |  2 +-
 hbase-resource-bundle/pom.xml                      |  2 +-
 hbase-rest/pom.xml                                 |  2 +-
 hbase-server/pom.xml                               |  2 +-
 .../org/apache/hadoop/hbase/master/HMaster.java    |  2 +
 .../hbase/regionserver/wal/AbstractFSWAL.java      | 61 +++++++++++++++++-----
 .../hadoop/hbase/regionserver/wal/AsyncFSWAL.java  |  5 +-
 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 +-
 hbase-zookeeper/pom.xml                            |  2 +-
 pom.xml                                            |  4 +-
 src/main/asciidoc/_chapters/cp.adoc                | 13 ++++-
 59 files changed, 158 insertions(+), 75 deletions(-)