[
https://issues.apache.org/jira/browse/FLINK-12009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
vinoyang updated FLINK-12009:
-----------------------------
Component/s: Runtime / Coordination
> The heartbeat timeout should be larger or equal than the heartbeat timeout
> --------------------------------------------------------------------------
>
> Key: FLINK-12009
> URL: https://issues.apache.org/jira/browse/FLINK-12009
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.7.2
> Reporter: Bruno Aranda
> Assignee: vinoyang
> Priority: Trivial
>
> I am seeing:
> {code:java}
> The heartbeat timeout should be larger or equal than the heartbeat
> timeout{code}
> due to bad configuration. I guess it should be instead:
> {code:java}
> The heartbeat interval should be larger or equal than the heartbeat
> timeout{code}
> at:
> https://github.com/apache/flink/blob/1f0e036bbf6a37bb83623fb62d4900d7c28a5e1d/flink-runtime/src/main/java/org/apache/flink/runtime/heartbeat/HeartbeatServices.java#L43
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)