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/04 15:33:40 UTC

[hbase] branch HBASE-26233 updated (f69c61b -> 2a3e166)

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 f69c61b  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
 discard b85ef94  HBASE-26478 Update ref guide about the new region replication framework (#3885)
 discard 7710b1c  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
 discard 9b4f214  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
 discard 294cead  HBASE-26456 Limit the size for one replicating (#3873)
 discard 1515c12  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
 discard 8523a0a  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
 discard dbca438  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
 discard 2f67a30  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
 discard fccb615  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
 discard 45f3fa2  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
 discard bd96b8a  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add 4d929d7  HBASE-26535 [site, branch-2] DependencyManagement report is broken (#3914)
     add cf5bc6a  HBASE-26517 Add auth method information to AccessChecker audit log (#3897)
     add b5b286d  HBASE-26490 Add builder for class ReplicationLoadSink (#3883)
     add 83daffd  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add 4753913  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
     add c7b5a10  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
     add 72a8a4a  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
     add 5eb30bc  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
     add 1671413  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
     add d40cf2f  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
     add 0a6b65d  HBASE-26456 Limit the size for one replicating (#3873)
     add 605aa3f  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
     add 546fd91  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
     add 28e71f9  HBASE-26478 Update ref guide about the new region replication framework (#3885)
     add 2a3e166  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)

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   (f69c61b)
            \
             N -- N -- N   refs/heads/HBASE-26233 (2a3e166)

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/replication/ReplicationLoadSink.java     | 44 ++++++++++++++++++++--
 .../hadoop/hbase/shaded/protobuf/ProtobufUtil.java | 10 +++--
 .../hbase/security/access/AccessChecker.java       | 11 ++++--
 pom.xml                                            |  2 +-
 4 files changed, 56 insertions(+), 11 deletions(-)