[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-17 Thread makeyang
Github user makeyang closed the pull request at: https://github.com/apache/flink/pull/5908 ---

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-10 Thread makeyang
Github user makeyang commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r187297365 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java --- @@ -395,36 +402,102 @@ public final O

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-10 Thread makeyang
Github user makeyang commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r187296892 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimer.java --- @@ -97,6 +105,32 @@ public String toString() {

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-10 Thread makeyang
Github user makeyang commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r187294295 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimer.java --- @@ -39,11 +40,18 @@ private final long

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-10 Thread makeyang
Github user makeyang commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r187294255 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/HeapInternalTimerService.java --- @@ -49,13 +50,13 @@ /**

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-03 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r185749819 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/HeapInternalTimerService.java --- @@ -222,29 +228,53 @@ public

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-03 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r185749320 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/HeapInternalTimerService.java --- @@ -222,29 +228,53 @@ public

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-03 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r185729732 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimer.java --- @@ -39,11 +40,18 @@ private fina

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-03 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r185730033 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimer.java --- @@ -97,6 +105,32 @@ public String toStri

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-03 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r185734334 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java --- @@ -395,36 +402,102 @@ public f

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-05-03 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/5908#discussion_r185729269 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/HeapInternalTimerService.java --- @@ -49,13 +50,13 @@ /

[GitHub] flink pull request #5908: [FLINK-9182]async checkpoints for timer service

2018-04-25 Thread makeyang
GitHub user makeyang opened a pull request: https://github.com/apache/flink/pull/5908 [FLINK-9182]async checkpoints for timer service ## What is the purpose of the change This PR is WIP, and is need finish unit tests which are marked as TODO. It is opened to collect feedback