[GitHub] flink pull request #3523: [FLINK-5985] Report no task states for stateless t...

2017-03-17 Thread StefanRRichter
Github user StefanRRichter closed the pull request at: https://github.com/apache/flink/pull/3523 --- 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

[GitHub] flink pull request #3523: [FLINK-5985] Report no task states for stateless t...

2017-03-15 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/3523#discussion_r106185325 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskTest.java --- @@ -640,6 +640,74 @@ public

[GitHub] flink pull request #3523: [FLINK-5985] Report no task states for stateless t...

2017-03-15 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3523#discussion_r106161900 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskTest.java --- @@ -640,6 +640,74 @@ public SubtaskState

[GitHub] flink pull request #3523: [FLINK-5985] Report no task states for stateless t...

2017-03-13 Thread StefanRRichter
GitHub user StefanRRichter opened a pull request: https://github.com/apache/flink/pull/3523 [FLINK-5985] Report no task states for stateless tasks in checkpointing This PR fixes [FLINK-5985]. The solution is based on acknowledging `null` instead of some empty SubtaskState to