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 9425606  HBASE-26407 Introduce a region replication sink for sinking 
WAL edits to secondary replicas directly (#3807)
     add b9b7fec  HBASE-26406 Can not add peer replicating to non-HBase (#3806)
     add 72a8846  HBASE-26309 Balancer tends to move regions to the server at 
the end of list (#3723)
     new 50acf0f  HBASE-26407 Introduce a region replication sink for sinking 
WAL edits to secondary replicas directly (#3807)

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   (9425606)
            \
             N -- N -- N   refs/heads/HBASE-26233 (50acf0f)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../master/balancer/BalancerClusterState.java      |   8 +
 .../master/balancer/LoadCandidateGenerator.java    |  51 +++--
 .../master/balancer/StochasticLoadBalancer.java    |   6 +-
 .../balancer/StochasticBalancerTestBase.java       |  38 +++-
 ...ochasticLoadBalancerRegionReplicaWithRacks.java |  40 +++-
 .../master/replication/ReplicationPeerManager.java |  16 +-
 .../TestNonHBaseReplicationEndpoint.java           | 205 +++++++++++++++++++++
 7 files changed, 335 insertions(+), 29 deletions(-)
 create mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestNonHBaseReplicationEndpoint.java

Reply via email to