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/09/23 03:51:58 UTC

[hbase] branch branch-2 updated (b5a242f -> 7a1fda6)

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

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


    from b5a242f  HBASE-25068 Pass WALFactory to Replication so it knows of all WALProviders, not just default/user-space
     add 7a1fda6  Revert "HBASE-25068 Pass WALFactory to Replication so it knows of all WALProviders, not just default/user-space"

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/regionserver/HRegionServer.java       | 18 ++++++++++--------
 .../hadoop/hbase/regionserver/ReplicationService.java  | 11 +++++++----
 .../hbase/replication/regionserver/Replication.java    | 15 ++++++++-------
 .../replication/regionserver/ReplicationSyncUp.java    |  6 ++----
 .../hadoop/hbase/replication/TestReplicationBase.java  |  2 ++
 .../regionserver/TestReplicationSourceManager.java     |  3 +--
 6 files changed, 30 insertions(+), 25 deletions(-)