You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by wc...@apache.org on 2020/06/02 08:27:35 UTC

[hbase] branch master updated (bad2d4e -> e5345b3)

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

wchevreuil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from bad2d4e  HBASE-24474 Rename LocalRegion to MasterRegion (#1811)
     add e5345b3  HBASE-21406 "status 'replication'" should not show SINK if the cluste… (#1761)

No new revisions were added by this update.

Summary of changes:
 .../hbase/replication/ReplicationLoadSink.java     | 15 +++++++-
 .../hadoop/hbase/shaded/protobuf/ProtobufUtil.java |  7 +++-
 .../regionserver/MetricsReplicationSinkSource.java |  1 +
 .../MetricsReplicationSinkSourceImpl.java          |  4 ++
 .../src/main/protobuf/server/ClusterStatus.proto   |  2 +
 .../replication/regionserver/MetricsSink.java      | 18 +++++++++
 .../replication/regionserver/ReplicationLoad.java  |  2 +
 .../hbase/replication/TestReplicationStatus.java   | 45 +++++++++++++++++++---
 hbase-shell/src/main/ruby/hbase/admin.rb           | 16 +++++---
 9 files changed, 97 insertions(+), 13 deletions(-)