bharathv commented on a change in pull request #3018:
URL: https://github.com/apache/hbase/pull/3018#discussion_r589650774
##########
File path:
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationSourceSource.java
##########
@@ -80,4 +79,7 @@
long getEditsFiltered();
void setOldestWalAge(long age);
long getOldestWalAge();
+ void incrSourceInitializing();
+ void decrSourceInitializing();
+ int getSourceInitializing();
Review comment:
There is also a MutableGaugeInt, probably thats better.
----------------------------------------------------------------
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]