[GitHub] flink pull request #2583: [FLINK-4730] Introduce checkpoint meta data

2016-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2583 --- 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 enab

[GitHub] flink pull request #2583: [FLINK-4730] Introduce checkpoint meta data

2016-10-06 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/2583#discussion_r82174054 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointMetaData.java --- @@ -0,0 +1,113 @@ +/* + * Licensed to th

[GitHub] flink pull request #2583: [FLINK-4730] Introduce checkpoint meta data

2016-10-06 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/2583#discussion_r82173351 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointMetaData.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to th

[GitHub] flink pull request #2583: [FLINK-4730] Introduce checkpoint meta data

2016-10-06 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2583#discussion_r82173119 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointMetaData.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache So

[GitHub] flink pull request #2583: [FLINK-4730] Introduce checkpoint meta data

2016-10-06 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2583#discussion_r82173079 --- Diff: flink-streaming-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBase.java --- @@ -127

[GitHub] flink pull request #2583: [FLINK-4730] Introduce checkpoint meta data

2016-10-04 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2583#discussion_r81829124 --- Diff: flink-streaming-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBase.java ---

[GitHub] flink pull request #2583: [FLINK-4730] Introduce checkpoint meta data

2016-10-04 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2583#discussion_r81829995 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointMetaData.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the A

[GitHub] flink pull request #2583: [FLINK-4730] Introduce checkpoint meta data

2016-10-04 Thread StefanRRichter
GitHub user StefanRRichter opened a pull request: https://github.com/apache/flink/pull/2583 [FLINK-4730] Introduce checkpoint meta data Currently, the meta data for each checkpoint consists of up to 5 long values which are passed through several functions. When adding/removing meta