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/27 04:14:42 UTC

[hbase] branch HBASE-26233 updated (f919774 -> d338204)

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 f919774  HBASE-26540 Implement a tool to verify the lag of region replication (#3950)
 discard bb35a87  HBASE-26539 The default rpc timeout 200ms is too small for replicating meta edits (#3919)
 discard b54aaf5  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
 discard d38195f  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
 discard 3c2b4c8  HBASE-26478 Update ref guide about the new region replication framework (#3885)
 discard 02f514b  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
 discard e42b906  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
 discard 1d9c339  HBASE-26456 Limit the size for one replicating (#3873)
 discard 21ed55f  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
 discard 8c810b3  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
 discard 5651572  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
 discard e75b3a6  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
 discard b24c2e8  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
 discard aec952e  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
 discard 8309f86  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add a67490a  HBASE-26615 Snapshot referenced data files are deleted when delete a table with merge regions (#3971)
     add 70703ca  HBASE-26620 Add 3.0.0-alpha-2 to download page (#3977)
     add 3f59f21  HBASE-26621 Set version as 3.0.0-alpha-3-SNAPSHOT in master (#3978)
     add 1f44b3d  HBASE-26628 Update downloads.xml for release 2.4.9
     add 92ff404  HBASE-26626 Update download page for HBase Operator Tools to 1.2.0 (#3982)
     add 0628985  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add 6084588  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
     add b9af471  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
     add 47aa48a  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
     add ced75c8  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
     add ba2fa86  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
     add 77e1ac0  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
     add ec4b479  HBASE-26456 Limit the size for one replicating (#3873)
     add 6085852  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
     add 39e8cbe  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
     add 333407b  HBASE-26478 Update ref guide about the new region replication framework (#3885)
     add 93d6ade  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
     add 9873466  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
     add 4db7039  HBASE-26539 The default rpc timeout 200ms is too small for replicating meta edits (#3919)
     add d338204  HBASE-26540 Implement a tool to verify the lag of region replication (#3950)

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   (f919774)
            \
             N -- N -- N   refs/heads/HBASE-26233 (d338204)

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:
 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                             |  2 +-
 hbase-external-blockcache/pom.xml                  |  2 +-
 hbase-hadoop-compat/pom.xml                        |  2 +-
 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 +-
 hbase-server/pom.xml                               |  2 +-
 .../master/procedure/DeleteTableProcedure.java     | 16 ++++++--
 .../hbase/client/TestTableSnapshotScanner.java     | 42 +++++++++++++++++++++
 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                                            |  2 +-
 src/site/xdoc/downloads.xml                        | 44 +++++++++++-----------
 52 files changed, 127 insertions(+), 75 deletions(-)