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 16:03:44 UTC

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

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 dd84eb0  HBASE-26539 The default rpc timeout 200ms is too small for replicating meta edits (#3919)
 discard f56a361  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
 discard 8429c4d  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
 discard 2f07744  HBASE-26478 Update ref guide about the new region replication framework (#3885)
 discard 0694ad7  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
 discard c94c5f9  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
 discard 47b3dd5  HBASE-26456 Limit the size for one replicating (#3873)
 discard 86e4b02  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
 discard cbc041b  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
 discard 55bd877  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
 discard 53fb1a2  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
 discard 4c9221a  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
 discard 198a68b  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
 discard f0bec9b  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add d9315fa  HBASE-26527 ArrayIndexOutOfBoundsException in KeyValueUtil.copyToNewKeyValue() (#3904)
     add 865f629  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add bd7c9b1  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
     add 8174343  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
     add 6988c60  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
     add 3e82a1e  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
     add 685b64d  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
     add 9a3fba2  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
     add cc8795a  HBASE-26456 Limit the size for one replicating (#3873)
     add d9be8a4  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
     add 8ad3b29  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
     add 8af167c  HBASE-26478 Update ref guide about the new region replication framework (#3885)
     add 6c07f32  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
     add 88695bd  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
     add 818ef17  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   (dd84eb0)
            \
             N -- N -- N   refs/heads/HBASE-26233 (818ef17)

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:
 .../src/main/java/org/apache/hadoop/hbase/KeyValueUtil.java         | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)