[GitHub] flink pull request #5107: [FLINK-8176][flip6] Start SubmittedJobGraphStore i...

2017-11-30 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5107 [FLINK-8176][flip6] Start SubmittedJobGraphStore in Dispatcher ## What is the purpose of the change The FLIP-6 dispatcher never calls `start()` on its SubmittedJobGraphStore instance. Hence

[GitHub] flink pull request #5093: [FLINK-8150] [flip6] Expose TaskExecutor's Resourc...

2017-11-28 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5093#discussion_r153483875 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/json/ResourceIDSerializer.java --- @@ -29,16 +30,16 @@ /** * Json

[GitHub] flink pull request #5093: [FLINK-8150] [flip6] Expose TaskExecutor's Resourc...

2017-11-28 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5093#discussion_r153483098 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/taskmanager/TaskManagerInfo.java --- @@ -53,8 +53,8 @@ public static final

[GitHub] flink pull request #5093: [FLINK-8150] [flip6] Expose TaskExecutor's Resourc...

2017-11-28 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5093#discussion_r153482920 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/taskmanager/TaskManagerDetailsInfo.java --- @@ -43,7 +43,7

[GitHub] flink pull request #5081: [FLINK-7717][flip6] Migrate TaskManagerMetricsHand...

2017-11-27 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5081#discussion_r153243460 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/metrics/TaskManagerMetricsHandler.java --- @@ -0,0 +1,64

[GitHub] flink pull request #5084: [FLINK-7694][flip6] Migrate JobMetricsHandler to n...

2017-11-27 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5084 [FLINK-7694][flip6] Migrate JobMetricsHandler to new RestServerEndpoint ## What is the purpose of the change *FLIP-6 efforts: Migrating HTTP handlers* ## Brief change log

[GitHub] flink pull request #5083: [FLINK-7716][flip6] Migrate JobManagerMetricsHandl...

2017-11-27 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5083 [FLINK-7716][flip6] Migrate JobManagerMetricsHandler to new RestServerEndpoint ## What is the purpose of the change *FLIP-6 efforts: Migrating HTTP handlers* ## Brief change log

[GitHub] flink pull request #5082: [FLINK-8143][flip6] Migrate SubtaskMetricsHandler ...

2017-11-27 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5082 [FLINK-8143][flip6] Migrate SubtaskMetricsHandler to new RestServerEndpoint ## What is the purpose of the change *FLIP-6 efforts: Migrating HTTP handlers* ## Brief change log

[GitHub] flink pull request #5079: [FLINK-8143][flip6] Migrate SubtaskMetricsHandler ...

2017-11-27 Thread GJL
Github user GJL closed the pull request at: https://github.com/apache/flink/pull/5079 ---

[GitHub] flink issue #5079: [FLINK-8143][flip6] Migrate SubtaskMetricsHandler to new ...

2017-11-27 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5079 My branch name is wrong. The commit messages are right. Let me know if this is a problem. ---

[GitHub] flink pull request #5081: [FLINK-7530][flip6] Migrate TaskManagerMetricsHand...

2017-11-27 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5081 [FLINK-7530][flip6] Migrate TaskManagerMetricsHandler to new RestServerEndpoint ## What is the purpose of the change *FLIP-6 efforts: Migrating HTTP handlers* ## Brief change log

[GitHub] flink pull request #5079: [FLINK-7530][flip6] Migrate SubtaskMetricsHandler ...

2017-11-27 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5079 [FLINK-7530][flip6] Migrate SubtaskMetricsHandler to new RestServerEndpoint ## What is the purpose of the change *FLIP-6 efforts: Migrating HTTP handlers* ## Brief change log

[GitHub] flink pull request #5055: [FLINK-7718] [flip6] Add JobVertexMetricsHandler t...

2017-11-24 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5055#discussion_r152951899 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/metrics/AbstractMetricsHandler.java --- @@ -0,0 +1,141

[GitHub] flink pull request #5055: [FLINK-7718] [flip6] Add JobVertexMetricsHandler t...

2017-11-23 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5055#discussion_r152837007 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/messages/job/metrics/MetricsFilterParameterTest.java --- @@ -0,0 +1,51

[GitHub] flink issue #4757: [FLINK-7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-11-23 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4757 @bowenli86 I am about to finish my work on [FLINK-7718](https://issues.apache.org/jira/browse/FLINK-7718), which is quite similar to your ticket. Unfortunately I missed that you are also migrating

[GitHub] flink pull request #5055: [FLINK-7718] [flip6] Add JobVertexMetricsHandler t...

2017-11-23 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5055#discussion_r152817079 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/messages/job/metrics/MetricsFilterParameterTest.java --- @@ -0,0 +1,51

[GitHub] flink pull request #5055: [FLINK-7718] [flip6] Add JobVertexMetricsHandler t...

2017-11-23 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5055#discussion_r152804507 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/metrics/AbstractMetricsHandler.java --- @@ -0,0 +1,141

[GitHub] flink pull request #5055: [FLINK-7718] [flip6] Add JobVertexMetricsHandler t...

2017-11-22 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5055 [FLINK-7718] [flip6] Add JobVertexMetricsHandler to DispatcherRestEndpoint ## Brief change log - *Migrate logic in `org.apache.flink.runtime.rest.handler.legacy.metrics.JobVertexMetricsHandler

[GitHub] flink issue #5004: [FLINK-8040] [tests] Fix test instability in ResourceGuar...

2017-11-13 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5004 👍 ---

[GitHub] flink issue #5004: [FLINK-8040] [tests] Fix test instability in ResourceGuar...

2017-11-13 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5004 👍 ---

[GitHub] flink pull request #4995: [hotfix] [docs] Fix broken link to FLINK-7811

2017-11-10 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4995 [hotfix] [docs] Fix broken link to FLINK-7811 This fixes a broken hyperlink on page https://ci.apache.org/projects/flink/flink-docs-release-1.4/start/building.html#scala-versions ![image

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-10 Thread GJL
Github user GJL closed the pull request at: https://github.com/apache/flink/pull/4980 ---

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149985097 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskAsyncCallTest.java --- @@ -277,8 +287,12 @@ public void invoke() throws

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149983878 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskAsyncCallTest.java --- @@ -277,8 +287,12 @@ public void invoke() throws

[GitHub] flink issue #4980: [FLINK-8005] [runtime] Set user code class loader before ...

2017-11-09 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4980 There is only one thread dispatching the calls: ``` executor = Executors.newSingleThreadExecutor( new DispatcherThreadFactory(TASK_THREADS_GROUP

[GitHub] flink issue #4980: [FLINK-8005] [runtime] Set user code class loader before ...

2017-11-09 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4980 I addressed the comments. Let's wait for Travis and let me know if something else needs to be changed. @aljoscha @kl0u ---

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149955008 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskAsyncCallTest.java --- @@ -254,12 +300,10 @@ else if (this.error == null

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149954849 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskAsyncCallTest.java --- @@ -254,12 +300,10 @@ else if (this.error == null

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149954606 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/DispatcherThreadFactory.java --- @@ -29,21 +31,41 @@ private final

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149954576 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskAsyncCallTest.java --- @@ -58,99 +59,144 @@ import org.junit.Before

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-08 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149703888 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskAsyncCallTest.java --- @@ -58,99 +59,144 @@ import org.junit.Before

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-08 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149703482 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskStopTest.java --- @@ -1,157 +0,0 @@ -/* - * Licensed to the Apache

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-08 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149703349 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskStopTest.java --- @@ -1,157 +0,0 @@ -/* - * Licensed to the Apache

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-08 Thread GJL
GitHub user GJL reopened a pull request: https://github.com/apache/flink/pull/4980 [FLINK-8005] [runtime] Set user code class loader before snapshot ## What is the purpose of the change *During checkpointing, user code may dynamically load classes from the user code

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-08 Thread GJL
Github user GJL closed the pull request at: https://github.com/apache/flink/pull/4980 ---

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-08 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4980#discussion_r149637566 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskAsyncCallTest.java --- @@ -58,99 +58,119 @@ import org.junit.Before

[GitHub] flink pull request #4980: [FLINK-8005] [runtime] Set user code class loader ...

2017-11-08 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4980 [FLINK-8005] [runtime] Set user code class loader before snapshot ## What is the purpose of the change *During checkpointing, user code may dynamically load classes from the user code jar

[GitHub] flink pull request #4955: [FLINK-7978][kafka] Ensure that transactional ids ...

2017-11-07 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4955#discussion_r149316761 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/test/java/org/apache/flink/streaming/connectors/kafka/internal/TransactionalIdsGeneratorTest.java

[GitHub] flink pull request #4955: [FLINK-7978][kafka] Ensure that transactional ids ...

2017-11-07 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4955#discussion_r149315106 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/TransactionalIdsGenerator.java

[GitHub] flink issue #4933: [FLINK-7960] [tests] Fix race conditions in ExecutionGrap...

2017-11-02 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4933 LGTM 👍 Tests didn't fail after ~1000 local executions. ---

[GitHub] flink pull request #4933: [FLINK-7960] [tests] Fix race conditions in Execut...

2017-11-02 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4933#discussion_r148498481 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java --- @@ -844,7 +844,7 @@ else if (current == CANCELING || current

[GitHub] flink issue #4933: [FLINK-7960] [tests] Fix race conditions in ExecutionGrap...

2017-11-01 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4933 While you are at it: `ExecutionGraphTestUtils#switchToRunning` ``` public static void switchToRunning(ExecutionGraph eg) { // check that all execution are in state

[GitHub] flink pull request #4933: [FLINK-7960] [tests] Fix race conditions in Execut...

2017-11-01 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4933#discussion_r148306365 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java --- @@ -844,7 +844,7 @@ else if (current == CANCELING || current

[GitHub] flink pull request #4933: [FLINK-7960] [tests] Fix race conditions in Execut...

2017-11-01 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4933#discussion_r148305773 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/utils/SimpleAckingTaskManagerGateway.java --- @@ -48,6 +48,8

[GitHub] flink issue #4933: [FLINK-7960] [tests] Fix race conditions in ExecutionGrap...

2017-11-01 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4933 On your branch `testRestartWithEagerSchedulingAndSlotSharing` is failing consistently ``` java.util.concurrent.TimeoutException

[GitHub] flink pull request #4915: [FLINK-7838] Bunch of hotfixes and fix missing syn...

2017-11-01 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4915#discussion_r148227364 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/FlinkKafkaProducer.java --- @@ -226,13

[GitHub] flink pull request #4915: [FLINK-7838] Bunch of hotfixes and fix missing syn...

2017-11-01 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4915#discussion_r148226920 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer011Test.java --- @@ -61,7

[GitHub] flink pull request #4915: [FLINK-7838] Bunch of hotfixes and fix missing syn...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4915#discussion_r147754468 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer011Test.java --- @@ -61,7

[GitHub] flink pull request #4915: [FLINK-7838] Bunch of hotfixes and fix missing syn...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4915#discussion_r147754127 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/FlinkKafkaProducer.java --- @@ -226,13

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147741136 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunctionTest.java --- @@ -35,60 +42,101

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147739898 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -58,18 +61,37

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147736898 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -58,18 +61,37

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147735664 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer011Tests.java --- @@ -83,49

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147717560 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunctionTest.java --- @@ -35,60 +42,101

[GitHub] flink pull request #4915: [FLINK-7838] Bunch of hotfixes and fix missing syn...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4915#discussion_r147689963 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer011.java --- @@ -483,11

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147687514 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -362,4 +483,39 @@ public void

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147687302 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer011.java --- @@ -922,6

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147686546 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunctionTest.java --- @@ -35,60 +42,101

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147681959 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -58,18 +61,37

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147681520 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -58,18 +61,37

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147680902 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -293,26 +330,110 @@ public

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147679890 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -293,26 +330,110 @@ public

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147679597 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -293,26 +330,110 @@ public

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147679516 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -58,18 +61,37

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147679162 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java --- @@ -58,18 +61,37

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147678943 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer011.java --- @@ -442,13

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147678610 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunctionTest.java --- @@ -194,29 +348,4 @@ public

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4910#discussion_r147677068 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunctionTest.java --- @@ -35,60 +42,101

[GitHub] flink pull request #4915: [FLINK-7838] Bunch of hotfixes and fix missing syn...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4915#discussion_r147667457 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/FlinkKafkaProducer.java --- @@ -226,13

[GitHub] flink pull request #4915: [FLINK-7838] Bunch of hotfixes and fix missing syn...

2017-10-30 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4915#discussion_r147656743 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/internal/FlinkKafkaProducer.java --- @@ -226,13

[GitHub] flink issue #4915: [FLINK-7838] Bunch of hotfixes and fix missing synchroniz...

2017-10-27 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4915 👍 ---

[GitHub] flink pull request #4915: [FLINK-7838] Bunch of hotfixes and fix missing syn...

2017-10-27 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4915#discussion_r147442314 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer011.java --- @@ -563,7 +553,7

[GitHub] flink pull request #4915: [FLINK-7838] Bunch of hotfixes and fix missing syn...

2017-10-27 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4915#discussion_r147436687 --- Diff: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer011.java --- @@ -483,11

[GitHub] flink pull request #4914: [hotfix] [docs] Fix typos in types serialization d...

2017-10-27 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4914 [hotfix] [docs] Fix typos in types serialization documentation This fixes typos in the types serialization documentation. You can merge this pull request into a Git repository by running: $ git

[GitHub] flink pull request #4913: [hotfix] [javadoc] Fix typo in Javadoc of ManagedS...

2017-10-27 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4913 [hotfix] [javadoc] Fix typo in Javadoc of ManagedSnapshotContext#getCheckpointId() This fixes a typo in the Javadoc of ManagedSnapshotContext#getCheckpointId(). You can merge this pull request

[GitHub] flink pull request #4912: [hotfix] [docs] Fix broken downloads page url

2017-10-27 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4912 [hotfix] [docs] Fix broken downloads page url This fixes a broken *Downloads Page* url on the AWS page of the documentation: https://ci.apache.org/projects/flink/flink-docs-release-1.3/setup/aws.html

[GitHub] flink issue #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseCommitSi...

2017-10-26 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4910 @aljoscha ---

[GitHub] flink pull request #4910: [FLINK-7784] [kafka-producer] Don't fail TwoPhaseC...

2017-10-26 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4910 [FLINK-7784] [kafka-producer] Don't fail TwoPhaseCommitSinkFunction when failing to commit during job recovery ## What is the purpose of the change This makes it possible to configure

[GitHub] flink issue #4356: [FLINK-5486] Fix lacking of synchronization in BucketingS...

2017-10-19 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4356 Thanks for your contribution. I have a few questions because the submitted code does not match with what the ticket currently says: From https://issues.apache.org/jira/browse/FLINK-5486

[GitHub] flink pull request #4856: [hotifx] [docs] Add required option -yn to example...

2017-10-19 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4856 [hotifx] [docs] Add required option -yn to example command Example command to start the WordCount job via YARN does not work because it is missing the `-yn` option, which specifies the number of YARN

[GitHub] flink pull request #4803: [FLINK-7813] [metrics] Replace MetricRegistryThrea...

2017-10-17 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4803#discussion_r145122089 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricRegistry.java --- @@ -402,25 +401,4 @@ public void run

[GitHub] flink issue #4803: [FLINK-7813] [metrics] Replace MetricRegistryThreadFactor...

2017-10-17 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4803 👍 I reviewed the code and can confirm that the implementations are virtually identical. ---

[GitHub] flink issue #4777: [FLINK-7765] Enable dependency convergence

2017-10-13 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4777 If this is merged, #2192 can be probably closed. ---

[GitHub] flink pull request #4807: [FLINK-7810] Switch from custom Flakka to Akka 2.4...

2017-10-12 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4807#discussion_r144245061 --- Diff: docs/start/building.md --- @@ -115,19 +115,7 @@ The `-Pvendor-repos` activates a Maven [build profile](http://maven.apache.org/g Flink has

[GitHub] flink pull request #4791: [hotfix] [Javadoc] Fix typos

2017-10-10 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4791 [hotfix] [Javadoc] Fix typos Fix typos in Javadoc for classes: - `org.apache.flink.api.java.typeutils.InputTypeConfigurable` - `org.apache.flink.core.fs.FileSystem` You can merge this pull

[GitHub] flink pull request #4764: [FLINK-7757] [checkpointing] Introduce resource gu...

2017-10-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4764#discussion_r142490404 --- Diff: flink-core/src/main/java/org/apache/flink/util/ResourceGuard.java --- @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] flink pull request #4755: [hotfix] [docs] Fix broken links

2017-10-01 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4755 [hotfix] [docs] Fix broken links You can merge this pull request into a Git repository by running: $ git pull https://github.com/GJL/flink hotfix-broken-links Alternatively you can review

[GitHub] flink pull request #4187: [FLINK-6998][Kafka Connector] Add kafka offset com...

2017-07-08 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4187#discussion_r126283335 --- Diff: flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBase.java --- @@ -184,6

[GitHub] flink pull request #4187: [FLINK-6998][Kafka Connector] Add kafka offset com...

2017-07-08 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4187#discussion_r126283316 --- Diff: flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumerBase.java --- @@ -104,7

[GitHub] flink pull request #4119: [docs] Fix typos (Souce -> Source)

2017-06-13 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4119 [docs] Fix typos (Souce -> Source) This changes occurrences of *Souce* in the documentation to *Source*. You can merge this pull request into a Git repository by running: $ git pull ht

<    2   3   4   5   6   7