[
https://issues.apache.org/jira/browse/HBASE-29640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18107147#comment-18107147
]
mazhengxuan commented on HBASE-29640:
-------------------------------------
{{A fix is available in https://github.com/apache/hbase/pull/8563.}}
The patch adds an `oldestProcedureAge` gauge to the existing
`Master,sub=Procedure` metrics source. It reports the age in milliseconds of
the oldest unfinished master procedure and returns zero when no active
procedure is present.
The implementation includes coverage for finished procedures, an unavailable
procedure executor, clock adjustments, and metrics export.
> Add Metrics for Oldest Procedure
> --------------------------------
>
> Key: HBASE-29640
> URL: https://issues.apache.org/jira/browse/HBASE-29640
> Project: HBase
> Issue Type: New Feature
> Components: master, metrics
> Reporter: Sid Khillon
> Assignee: mazhengxuan
> Priority: Minor
> Labels: pull-request-available
>
> To add monitoring for procedures that are taking too long, we should add
> metrics that expose the age of the oldest running procedure.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)