You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "sunjincheng (JIRA)" <ji...@apache.org> on 2019/04/09 02:54:00 UTC

[jira] [Closed] (FLINK-12009) Wrong check message about heartbeat interval for HeartbeatServices

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

sunjincheng closed FLINK-12009.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.1
                   1.9.0
                   1.7.3

Fixed in master: dca64c20d9524bdcd4d8d6d399639a7bbd1e5ccb
Fixed in release-1.8: 03d0a398e3402e7566c1a396586e7fff9414e2e9
Fixed in release-1.7: 5c4ed0e0a44017701229b6063ff8203b138757d5

> Wrong check message about heartbeat interval for HeartbeatServices
> ------------------------------------------------------------------
>
>                 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
>              Labels: pull-request-available
>             Fix For: 1.7.3, 1.9.0, 1.8.1
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)