[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-04-23 Thread shixiaogang
Github user shixiaogang closed the pull request at: https://github.com/apache/flink/pull/3524 --- 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 #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108826346 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108826017 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108671962 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108671268 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108670950 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108670845 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108670700 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108671445 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108670677 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-29 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3524#discussion_r108670567 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistry.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request #3524: [FLINK-6014][checkpoint] Allow the registration of...

2017-03-13 Thread shixiaogang
GitHub user shixiaogang opened a pull request: https://github.com/apache/flink/pull/3524 [FLINK-6014][checkpoint] Allow the registration of state objects in checkpoints - Introduce `CompositeStateHandle` which is composed of a collection of `StateObject`s and can register these `St