You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2017/07/23 14:23:00 UTC

[jira] [Resolved] (FLINK-6665) Pass a ScheduledExecutorService to the RestartStrategy

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

Stephan Ewen resolved FLINK-6665.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.2
     Release Note: 
Fixed in 
  - 1.4.0 via 65400bd0a0f6a3bdd3e0bad05e2179534eaf6e9e
  - 1.3.2 via 65400bd0a0f6a3bdd3e0bad05e2179534eaf6e9e

1.3.2 needed to be fixed because this was a blocker for a critical bug fix

> Pass a ScheduledExecutorService to the RestartStrategy
> ------------------------------------------------------
>
>                 Key: FLINK-6665
>                 URL: https://issues.apache.org/jira/browse/FLINK-6665
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Distributed Coordination
>            Reporter: Stephan Ewen
>            Assignee: Fang Yong
>             Fix For: 1.4.0, 1.3.2
>
>
> Currently, the {{RestartStrategy}} is called when the {{ExecutionGraph}} should be restarted.
> To facilitate delays before restarting, the strategy simply sleeps, blocking the thread that runs the ExecutionGraph's recovery method.
> I suggest to pass {{ScheduledExecutorService}}) to the {{RestartStrategy}} and let it schedule the restart call that way, avoiding any sleeps.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)