[
https://issues.apache.org/jira/browse/FLINK-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942610#comment-14942610
]
ASF GitHub Bot commented on FLINK-2066:
---------------------------------------
GitHub user WangCHX opened a pull request:
https://github.com/apache/flink/pull/1223
[FLINK-2066][core] Add delay between execution retires configuration …
…at job level
want to solve FLINK-2066. Based on when there has number of retries, there
must has retry delay. Add field to ExecutionConfig.java. Then use eclipse find
places which call numberOfRetries, at these places, I add retryDelay.
I am very new to distributed system. And this is the first time I
contribute on open source. sorry for any inconvenience.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/WangCHX/flink first
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1223.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1223
----
commit e5e09961f58afe4ef4000ca7e0168eb94101988b
Author: wangchx <[email protected]>
Date: 2015-10-04T00:53:31Z
[FLINK-2066][core] Add delay between execution retires configuration at job
level
----
> Make delay between execution retries configurable
> -------------------------------------------------
>
> Key: FLINK-2066
> URL: https://issues.apache.org/jira/browse/FLINK-2066
> Project: Flink
> Issue Type: Improvement
> Components: Core
> Affects Versions: 0.9
> Reporter: Stephan Ewen
> Assignee: Nuno Miguel Marques dos Santos
> Priority: Blocker
> Labels: starter
>
> Flink allows to specify a delay between execution retries. This helps to let
> some external failure causes fully manifest themselves before the restart is
> attempted.
> The delay is currently defined only system wide.
> We should add it to the {{ExecutionConfig}} of a job to allow per-job
> specification.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)