Github user zentol commented on the pull request:

    https://github.com/apache/flink/pull/1794#issuecomment-197385184
  
    I've revisited this PR:
    * ScheduledTrigger remains unchanged
    * StreamEecutionEnvironment remains unchanged
    * if the minIntervalBetweenCheckpoints is > 0 a different schedule method 
is used
     * scheduleAtFixedRate() is used when minInterval == 0. This is the current 
behaviour, meaning checkpoints can build up if they aren't processed fast enough
     * schedule() is used when minInterval > 0. New stuff right here. It 
schedules the next checkpoint relative to the completion of the last. So we 
just pop the interval as the period in there and are done.


---
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