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:09:12 UTC

[hbase] branch branch-2 updated (ce4e692 -> 70ab0dc)

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

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


    from ce4e692  HBASE-24718 : Generic NamedQueue framework for multiple use-cases (Refactor SlowLog responses) (#2110)
     add 70ab0dc  HBASE-24743 Reject to add a peer which replicate to itself earlier (#2124)

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 +-
 .../client/replication/TestReplicationAdmin.java   |  6 +-
 .../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  | 80 ++++++++++++----------
 11 files changed, 115 insertions(+), 101 deletions(-)