You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-issues@hadoop.apache.org by "Ayush Saxena (Jira)" <ji...@apache.org> on 2023/05/22 14:20:00 UTC

[jira] [Resolved] (HDFS-16994) NumTimedOutPendingReconstructions metrics should not be accumulated

     [ https://issues.apache.org/jira/browse/HDFS-16994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ayush Saxena resolved HDFS-16994.
---------------------------------
    Resolution: Not A Problem

> NumTimedOutPendingReconstructions metrics should not be accumulated
> -------------------------------------------------------------------
>
>                 Key: HDFS-16994
>                 URL: https://issues.apache.org/jira/browse/HDFS-16994
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: farmmamba
>            Priority: Minor
>              Labels: pull-request-available
>
> For now, the NumTimedOutPendingReconstructions metric is computed by below statement:
> {code:java}
> timedOutCount + timedOutItems.size(); {code}
> Therefore, its value would always be accumulated unless namenode failover happens. 
> In fact, the NumTimedOutPendingReconstructions metric should not be accumulated, So, we should set it to zero after we execute getNumTimedOuts method.
> The UT TestPendingReconstruction#testPendingReconstruction was passed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org