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 "dzcxzl (Jira)" <ji...@apache.org> on 2022/07/20 13:49:00 UTC

[jira] [Assigned] (HDFS-16672) Fix lease interval comparison in BlockReportLeaseManager

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

dzcxzl reassigned HDFS-16672:
-----------------------------

    Assignee: dzcxzl

> Fix lease interval comparison in BlockReportLeaseManager
> --------------------------------------------------------
>
>                 Key: HDFS-16672
>                 URL: https://issues.apache.org/jira/browse/HDFS-16672
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>            Reporter: dzcxzl
>            Assignee: dzcxzl
>            Priority: Trivial
>
> org.apache.hadoop.hdfs.server.blockmanagement.BlockReportLeaseManager#pruneIfExpired
> {code:java}
> if (monotonicNowMs < node.leaseTimeMs + leaseExpiryMs) {
>   return false;
> } {code}



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