[GitHub] flink pull request #2872: [FLINK-5158] [ckPtCoord] Handle exceptions from Co...

2016-12-09 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] flink pull request #2872: [FLINK-5158] [ckPtCoord] Handle exceptions from Co...

2016-11-25 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request:

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

[FLINK-5158] [ckPtCoord] Handle exceptions from CompletedCheckpointStore in 
CheckpointCoordinator

Handle exceptions from the CompletedCheckpointStore properly in the 
CheckpointCoordinator. This
means that in case of an exception, the completed checkpoint will be 
properly cleaned up and also
the triggering of subsequent checkpoints will be started.

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

$ git pull https://github.com/tillrohrmann/flink 
fixCheckpointCoordinatorExceptionHandling

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

https://github.com/apache/flink/pull/2872.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 #2872


commit 063a696b4eb5a259c714818c0b0ba5cc883a596d
Author: Till Rohrmann 
Date:   2016-11-24T17:16:28Z

[FLINK-5158] [ckPtCoord] Handle exceptions from CompletedCheckpointStore in 
CheckpointCoordinator

Handle exceptions from the CompletedCheckpointStore properly in the 
CheckpointCoordinator. This
means that in case of an exception, the completed checkpoint will be 
properly cleaned up and also
the triggering of subsequent checkpoints will be started.




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