You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2020/07/24 00:08:39 UTC

[hbase] branch master updated (e7963f6 -> 32c7012)

This is an automated email from the ASF dual-hosted git repository.

zghao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from e7963f6  HBASE-24763 Remove 2.1 Documentation direct link from website (#2129)
     add 32c7012  HBASE-24743 Reject to add a peer which replicate to itself earlier (#2122)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/master/HMaster.java    |  2 +-
 .../master/replication/ReplicationPeerManager.java | 50 +++++++++---
 .../regionserver/ReplicationSource.java            | 10 ---
 .../hbase/client/TestAsyncReplicationAdminApi.java |  6 +-
 .../TestReplicationAdminForSyncReplication.java    |  2 +-
 .../replication/SerialReplicationTestBase.java     |  5 ++
 .../hbase/replication/TestMasterReplication.java   | 42 ++---------
 .../hbase/replication/TestReplicationEndpoint.java |  5 ++
 .../TestRaceWhenCreatingReplicationSource.java     |  5 ++
 .../TestHBaseFsckCleanReplicationBarriers.java     |  5 +-
 .../src/test/ruby/hbase/replication_admin_test.rb  | 88 ++++++++++++----------
 11 files changed, 116 insertions(+), 104 deletions(-)