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 2019/12/03 05:35:36 UTC

[hbase] branch master updated (97e0107 -> 27cfe1b)

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 97e0107  HBASE-23337 Release scripts should rely on maven for deploy. (#887)
     add 27cfe1b  HBASE-23345 Table need to replication unless all of cfs are excluded (#881)

No new revisions were added by this update.

Summary of changes:
 .../hbase/replication/ReplicationPeerConfig.java   |  25 ++-
 .../replication/TestReplicationPeerConfig.java     | 202 ++++++++++++++++++
 .../hadoop/hbase/replication/ReplicationUtils.java |  38 ----
 .../hbase/replication/TestReplicationUtil.java     | 235 ---------------------
 .../master/replication/AbstractPeerProcedure.java  |   3 +-
 .../master/replication/ModifyPeerProcedure.java    |   5 +-
 .../master/replication/ReplicationPeerManager.java |   2 +-
 .../replication/UpdatePeerConfigProcedure.java     |   6 +-
 .../NamespaceTableCfWALEntryFilter.java            |   2 +-
 .../org/apache/hadoop/hbase/util/HBaseFsck.java    |   7 +-
 .../TestReplicationWALEntryFilters.java            | 116 +++++-----
 11 files changed, 278 insertions(+), 363 deletions(-)
 delete mode 100644 hbase-replication/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationUtil.java