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/21 00:38:11 UTC

[hbase] branch master updated (7ebc617 -> 6cf013d)

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 7ebc617  HBASE-24658 Update PolicyBasedChaosMonkey to handle uncaught exceptions
     add 6cf013d  HBASE-24743 Reject to add a peer which replicate to itself earlier (#2071)

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 ++-
 10 files changed, 69 insertions(+), 63 deletions(-)