[GitHub] flink pull request #4883: [FLINK-4809] Operators should tolerate checkpoint ...

2018-04-17 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/4883#discussion_r182155763 --- Diff: docs/dev/stream/state/checkpointing.md --- @@ -118,6 +120,9 @@ env.getCheckpointConfig.setMinPauseBetweenCheckpoints(500) // checkpoints have

[GitHub] flink pull request #4883: [FLINK-4809] Operators should tolerate checkpoint ...

2017-11-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4883 ---

[GitHub] flink pull request #4883: [FLINK-4809] Operators should tolerate checkpoint ...

2017-11-20 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/4883#discussion_r151948416 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java --- @@ -150,6 +150,9 @@ /** This flag defines if we use co

[GitHub] flink pull request #4883: [FLINK-4809] Operators should tolerate checkpoint ...

2017-11-20 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/4883#discussion_r151940619 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java --- @@ -1041,27 +1065,27 @@ public void execute

[GitHub] flink pull request #4883: [FLINK-4809] Operators should tolerate checkpoint ...

2017-10-24 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4883#discussion_r146543822 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/CheckpointExceptionHandlerFactory.java --- @@ -0,0 +1,78 @@ +/*

[GitHub] flink pull request #4883: [FLINK-4809] Operators should tolerate checkpoint ...

2017-10-24 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4883#discussion_r146544396 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java --- @@ -1041,27 +1065,27 @@ public void executeCheckp

[GitHub] flink pull request #4883: [FLINK-4809] Operators should tolerate checkpoint ...

2017-10-24 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4883#discussion_r146543421 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java --- @@ -150,6 +150,9 @@ /** This flag defines if we use compress

[GitHub] flink pull request #4883: [FLINK-4809] Operators should tolerate checkpoint ...

2017-10-24 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4883#discussion_r146543640 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java --- @@ -231,6 +234,23 @@ public void setForce

[GitHub] flink pull request #4883: [FLINK-4809] Operators should tolerate checkpoint ...

2017-10-23 Thread StefanRRichter
GitHub user StefanRRichter opened a pull request: https://github.com/apache/flink/pull/4883 [FLINK-4809] Operators should tolerate checkpoint failures. ## What is the purpose of the change This PR implements FLINK-4809 and allows tasks to tolerate errors that happen in thei