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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to