GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/1794

    [FLINK-3492] Configurable interval between Checkpoints

    This PR allows the user to set a minimum interval between checkpoints. This 
interval is used if a checkpoint is triggered, while another one is still in 
progress. At that point, the next checkpoint trigger is scheduled for 
timeOfLastCompletedCheckpoint + minInterval.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 3492_checkpoint_pause

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1794.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 #1794
    
----
commit 541456da4c3cd5745a39da92b1457a90f163ca17
Author: zentol <ches...@apache.org>
Date:   2016-03-15T11:13:23Z

    [FLINK-3492] Configurable interval between Checkpoints

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to