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/08/24 13:43:47 UTC

[hbase] branch master updated (2874f00 -> e0c9f91)

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 2874f00  HBASE-24928 balanceRSGroup should skip generating balance plan for disabled table and splitParent region (#2292)
     add e0c9f91  HBASE-24871 Replication may loss data when refresh recovered replication sources (#2249)

No new revisions were added by this update.

Summary of changes:
 .../regionserver/ReplicationSourceManager.java     |   8 +-
 .../hbase/replication/TestReplicationBase.java     |   2 +-
 .../TestRefreshRecoveredReplication.java           | 161 +++++++++++++++++++++
 3 files changed, 166 insertions(+), 5 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestRefreshRecoveredReplication.java