[GitHub] flink pull request #3411: [FLINK-5897] & [FLINK-5822] First step towards Gen...

2017-02-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3411 --- 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

[GitHub] flink pull request #3411: [FLINK-5897] & [FLINK-5822] First step towards Gen...

2017-02-27 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/3411#discussion_r103192397 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/PendingCheckpoint.java --- @@ -203,48 +208,67 @@ void setStatsCallback(@Nullable

[GitHub] flink pull request #3411: [FLINK-5897] & [FLINK-5822] First step towards Gen...

2017-02-27 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/3411#discussion_r103170089 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/AbstractStateBackend.java --- @@ -21,20 +21,50 @@ import

[GitHub] flink pull request #3411: [FLINK-5897] & [FLINK-5822] First step towards Gen...

2017-02-27 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/3411#discussion_r103169078 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java --- @@ -100,7 +107,9 @@ * accessing this don't

[GitHub] flink pull request #3411: [FLINK-5897] & [FLINK-5822] First step towards Gen...

2017-02-27 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/3411#discussion_r103169593 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CompletedCheckpointStore.java --- @@ -72,4 +72,5 @@ */ int

[GitHub] flink pull request #3411: [FLINK-5897] & [FLINK-5822] First step towards Gen...

2017-02-24 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/3411 [FLINK-5897] & [FLINK-5822] First step towards Generic State Backends and Global State Cleanup Hooks **This is the first part of a larger parent issue: Self-contained externalized