[GitHub] flink pull request #5256: [FLINK-8385] Fix exceptions in AbstractEventTimeWi...

2018-01-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5256 ---

[GitHub] flink pull request #5256: [FLINK-8385] Fix exceptions in AbstractEventTimeWi...

2018-01-09 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5256#discussion_r160403824 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/StateUtil.java --- @@ -63,10 +65,16 @@ public static void

[GitHub] flink pull request #5256: [FLINK-8385] Fix exceptions in AbstractEventTimeWi...

2018-01-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5256#discussion_r160200089 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -194,8 +195,17 @@ private void

[GitHub] flink pull request #5256: [FLINK-8385] Fix exceptions in AbstractEventTimeWi...

2018-01-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5256#discussion_r160200816 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/StateUtil.java --- @@ -63,10 +65,16 @@ public static void

[GitHub] flink pull request #5256: [FLINK-8385] Fix exceptions in AbstractEventTimeWi...

2018-01-08 Thread StefanRRichter
GitHub user StefanRRichter opened a pull request: https://github.com/apache/flink/pull/5256 [FLINK-8385] Fix exceptions in AbstractEventTimeWindowCheckpointingITCase ## What is the purpose of the change This change fixes two types of exceptions that I found when running