Umeshkumar9414 commented on code in PR #8563:
URL: https://github.com/apache/hbase/pull/8563#discussion_r3839438076


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MetricsMasterWrapperImpl.java:
##########
@@ -180,6 +183,18 @@ public long getNumWALFiles() {
     return master.getNumWALFiles();
   }
 
+  @Override
+  public long getOldestProcedureAge() {

Review Comment:
   OldestAge from all the procedures doesn't give much info IMHO. As there are 
procedure like LockProcedure that might run for a longer time compared to other 
procedures (In other words avarage time taken differs based on the type of 
procedure.). It would be great if we can fetch or expose metric/log for 
oldestAge prcedure of each type.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to