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

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


    from 2e4be3e  HBASE-24368 Let HBCKSCP clear 'Unknown Servers', even if 
RegionStateNode has RegionLocation == null
     new 1ff5326  HBASE-24350: Extending and Fixing HBaseTable level 
replication metrics (#1704)
     new a93d94c  Amend HBASE-24350: Extending and Fixing HBaseTable level 
replication metrics (#1704)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../MetricsReplicationSourceFactory.java           |   1 +
 ...ory.java => MetricsReplicationTableSource.java} |  12 +-
 .../MetricsReplicationSourceFactoryImpl.java       |   4 +
 .../MetricsReplicationTableSourceImpl.java         | 134 +++++++++++++++++++++
 .../replication/regionserver/MetricsSource.java    |  36 +++++-
 .../regionserver/ReplicationSource.java            |   2 +-
 .../regionserver/ReplicationSourceShipper.java     |   8 +-
 .../regionserver/ReplicationSourceWALReader.java   |   6 +-
 .../replication/regionserver/WALEntryBatch.java    |  24 ++--
 .../hbase/replication/TestReplicationEndpoint.java |  52 ++++++--
 10 files changed, 242 insertions(+), 37 deletions(-)
 copy 
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/replication/regionserver/{MetricsReplicationSourceFactory.java
 => MetricsReplicationTableSource.java} (78%)
 create mode 100644 
hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationTableSourceImpl.java

Reply via email to