You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bh...@apache.org on 2021/03/17 17:32:26 UTC

[hbase] branch branch-2 updated (a61e9b9 -> 7249627)

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

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


    from a61e9b9  HBASE-25665 Option to use hostname instead of canonical hostname for secure HBase cluster connection (#3051)
     add 7249627  HBASE-25627: HBase replication should have a metric to represent if the source is stuck getting initialized (#3018)

No new revisions were added by this update.

Summary of changes:
 .../MetricsReplicationSourceSource.java            |  7 +++--
 .../MetricsReplicationGlobalSourceSourceImpl.java  | 20 +++++++++++-
 .../MetricsReplicationSourceSourceImpl.java        | 21 +++++++++++++
 .../metrics2/lib/DynamicMetricsRegistry.java       | 36 ++++++++++++++++++++--
 .../replication/regionserver/MetricsSource.java    | 32 ++++++++++++++++---
 .../regionserver/ReplicationSource.java            | 23 +++++++++-----
 .../regionserver/TestReplicationSource.java        | 33 +++++++++++++++++++-
 7 files changed, 155 insertions(+), 17 deletions(-)