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

[hbase] branch HBASE-18070 updated (a2762d1 -> 4e47554)

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

stack pushed a change to branch HBASE-18070
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from a2762d1  HBASE-25055 Add ReplicationSource for meta WALs; add enable/disable w… (#2451)
     add 4e47554  HBASE-25151 warmupRegion frustrates registering WALs on the catalog replicationsource

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/regionserver/HRegion.java  | 12 ++---
 .../hadoop/hbase/regionserver/RSRpcServices.java   | 28 +++-------
 .../regionserver/handler/AssignRegionHandler.java  |  3 +-
 .../handler/UnassignRegionHandler.java             |  3 +-
 .../regionserver/ReplicationSourceManager.java     | 61 +++++++++++++---------
 .../org/apache/hadoop/hbase/wal/WALFactory.java    |  4 +-
 .../TestMetaRegionReplicaReplicationEndpoint.java  | 27 ++++++++--
 .../regionserver/TestReplicationSource.java        |  5 +-
 8 files changed, 80 insertions(+), 63 deletions(-)