You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "JiangHua Zhu (Jira)" <ji...@apache.org> on 2021/04/02 03:48:00 UTC

[jira] [Resolved] (HDFS-15943) Solve that multiple HeartbeatManager#heartbeatCheck() will be executed at the same time

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

JiangHua Zhu resolved HDFS-15943.
---------------------------------
    Resolution: Won't Do

> Solve that multiple HeartbeatManager#heartbeatCheck() will be executed at the same time
> ---------------------------------------------------------------------------------------
>
>                 Key: HDFS-15943
>                 URL: https://issues.apache.org/jira/browse/HDFS-15943
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: JiangHua Zhu
>            Assignee: JiangHua Zhu
>            Priority: Major
>
> In HeartbeatManager#Monitor, due to the lack of more restrictions, multiple heartbeatCheck() will be executed at the same time.
> Code:
> if (lastHeartbeatCheck + heartbeatRecheckInterval <now) {
>              heartbeatCheck();
>            }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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