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/06 15:55:03 UTC

[hbase] branch HBASE-26233 updated (6f686a5 -> dd84eb0)

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.


    omit 6f686a5  HBASE-26539 The default rpc timeout 200ms is too small for replicating meta edits (#3919)
    omit a5209e1  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
    omit 2a3e166  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
    omit 28e71f9  HBASE-26478 Update ref guide about the new region replication framework (#3885)
    omit 546fd91  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
    omit 605aa3f  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
    omit 0a6b65d  HBASE-26456 Limit the size for one replicating (#3873)
    omit d40cf2f  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
    omit 1671413  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
    omit 5eb30bc  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
    omit 72a8a4a  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
    omit c7b5a10  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
    omit 4753913  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
    omit 83daffd  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add 554580f  HBASE-26533 KeyValueScanner might not be properly closed when using InternalScan.checkOnlyMemStore() (#3917)
     add dcd622d  HBASE-26535 Addendum fix report names
     add 9cf224d  HBASE-26462 Should persist restoreAcl flag in the procedure state for CloneSnapshotProcedure and RestoreSnapshotProcedure (#3921)
     add f0bec9b  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add 198a68b  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
     add 4c9221a  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
     add 53fb1a2  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
     add 55bd877  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
     add cbc041b  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
     add 86e4b02  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
     add 47b3dd5  HBASE-26456 Limit the size for one replicating (#3873)
     add c94c5f9  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
     add 0694ad7  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
     add 2f07744  HBASE-26478 Update ref guide about the new region replication framework (#3885)
     add 8429c4d  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
     add f56a361  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
     add dd84eb0  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   (6f686a5)
            \
             N -- N -- N   refs/heads/HBASE-26233 (dd84eb0)

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:
 .../protobuf/server/master/MasterProcedure.proto   |  4 +-
 .../master/procedure/CloneSnapshotProcedure.java   | 15 ++++++++
 .../master/procedure/RestoreSnapshotProcedure.java | 14 +++++++
 .../hadoop/hbase/regionserver/StoreScanner.java    |  1 +
 .../procedure/TestCloneSnapshotProcedure.java      | 26 +++++++++++++
 .../procedure/TestRestoreSnapshotProcedure.java    | 19 ++++++++++
 .../hbase/regionserver/TestStoreScanner.java       | 44 ++++++++++++++++++++++
 pom.xml                                            |  7 ++--
 8 files changed, 126 insertions(+), 4 deletions(-)