You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by sjwiesman <gi...@git.apache.org> on 2017/04/17 17:54:08 UTC

[GitHub] flink pull request #3729: [FLINK-6315] Notify on checkpoint timeout

GitHub user sjwiesman opened a pull request:

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

    [FLINK-6315] Notify on checkpoint timeout

    https://issues.apache.org/jira/browse/FLINK-6315
    
    A common use case when writing a custom operator that outputs data to some third party location to partially output on checkpoint and then commit on notifyCheckpointComplete. If that external system does not gracefully handle rollbacks (such as Amazon S3 not allowing consistent delete operations) then that data needs to be handled by the next checkpoint.
    The idea is to add a new interface similar to CheckpointListener that provides a callback when the CheckpointCoordinator times out a checkpoint
    
    This is required for the eventually consistent sink coming in FLINK-6306 to be able to differentiate between concurrent checkpoints and timed out checkpoints. 

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

    $ git pull https://github.com/sjwiesman/flink FLINK-6315

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

    https://github.com/apache/flink/pull/3729.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 #3729
    
----
commit 323851929772b4c57e65b7146e96af6687d3a2eb
Author: Seth Wiesman <sw...@mediamath.com>
Date:   2017-04-15T21:13:20Z

    FLINK-6315 Notify on checkpoint timeout
    
    https://issues.apache.org/jira/browse/FLINK-6315

----


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

[GitHub] flink issue #3729: [FLINK-6315] Notify on checkpoint timeout

Posted by sjwiesman <gi...@git.apache.org>.
Github user sjwiesman commented on the issue:

    https://github.com/apache/flink/pull/3729
  
    @aljoscha Could you review this or point me in the direction of the correct person? I need this to land for the EventualConsistencySink


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

[GitHub] flink issue #3729: [FLINK-6315] Notify on checkpoint timeout

Posted by aljoscha <gi...@git.apache.org>.
Github user aljoscha commented on the issue:

    https://github.com/apache/flink/pull/3729
  
    I commented on the issue because we might need a general discussion about the feature first.


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

[GitHub] flink pull request #3729: [FLINK-6315] Notify on checkpoint timeout

Posted by sjwiesman <gi...@git.apache.org>.
Github user sjwiesman closed the pull request at:

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


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