sandeepvinayak commented on a change in pull request #3018:
URL: https://github.com/apache/hbase/pull/3018#discussion_r594786984
##########
File path:
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationSourceSourceImpl.java
##########
@@ -126,6 +129,9 @@ public
MetricsReplicationSourceSourceImpl(MetricsReplicationSourceImpl rms, Stri
oldestWalAgeKey = this.keyPrefix + "oldestWalAge";
oldestWalAge = rms.getMetricsRegistry().getGauge(oldestWalAgeKey, 0L);
+
+ sourceInitializingKey = this.keyPrefix + "numInitializing";
Review comment:
yeah, I think for global level, it should be numInitializing and the
source level should be isInitializing
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]