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

[jira] [Closed] (FLINK-2263) ExecutionGraph uses Thread.sleep to delay execution retries

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

Till Rohrmann closed FLINK-2263.
--------------------------------
    Resolution: Fixed

> ExecutionGraph uses Thread.sleep to delay execution retries
> -----------------------------------------------------------
>
>                 Key: FLINK-2263
>                 URL: https://issues.apache.org/jira/browse/FLINK-2263
>             Project: Flink
>          Issue Type: Bug
>          Components: Distributed Coordination
>    Affects Versions: 0.10.0
>            Reporter: Márton Balassi
>            Priority: Major
>
> The delay between execution retries is done with a future containing a Thread.sleep call, which effectively blocks an executor. This behavior can potentially block the whole JobManager from the user perspective.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)