[GitHub] flink pull request #5455: [FLINK-7711][flip6] Port JarListHandler

2018-02-11 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5455 [FLINK-7711][flip6] Port JarListHandler ## What is the purpose of the change *Port JarListHandler.* cc: @tillrohrmann PR is based on #5442 ## Brief change log

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-11 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167430276 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorUtils.java --- @@ -207,6 +215,53 @@ public static WebMonitor

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-11 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167429820 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorUtils.java --- @@ -207,6 +215,53 @@ public static WebMonitor

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-11 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167429671 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorUtils.java --- @@ -207,6 +215,53 @@ public static WebMonitor

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-11 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167429608 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/DispatcherRestEndpoint.java --- @@ -100,6 +107,16 @@ public DispatcherRestEndpoint

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167250379 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/ng/JarUploadHandler.java --- @@ -0,0 +1,103 @@ +/* + * Licensed

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167249950 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorUtils.java --- @@ -207,6 +215,53 @@ public static WebMonitor

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167249729 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorUtils.java --- @@ -207,6 +215,53 @@ public static WebMonitor

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167249371 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/ng/JarUploadResponseBody.java --- @@ -0,0 +1,58

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-09 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5442#discussion_r167249285 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/ng/JarUploadHandler.java --- @@ -0,0 +1,103 @@ +/* + * Licensed

[GitHub] flink pull request #5442: [FLINK-7713][flip6] Implement JarUploadHandler

2018-02-09 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5442 [FLINK-7713][flip6] Implement JarUploadHandler ## What is the purpose of the change *Allow uploading jars through HTTP to enable job submissions from the web ui.* cc: @tillrohrmann

[GitHub] flink pull request #5422: [FLINK-8575][runtime] BackPressureStatsTrackerITCa...

2018-02-07 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5422 [FLINK-8575][runtime] BackPressureStatsTrackerITCase unstable ## What is the purpose of the change *This fixes BackPressureStatsTrackerITCase unstability.* ## Brief change log

[GitHub] flink pull request #4809: [FLINK-7803][Documentation] Add missing savepoint ...

2018-02-05 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4809#discussion_r166001086 --- Diff: docs/ops/state/savepoints.md --- @@ -120,6 +120,10 @@ This will atomically trigger a savepoint for the job with ID `:jobid` and cancel

[GitHub] flink issue #5334: [FLINK-8471] [flip6] Introduce configuration switch for F...

2018-02-05 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5334 I have a usability concern. It's possible to run ``` FLINK_MODE=flip6 bin/start-cluster.sh ``` This will start a cluster in flilp6 mode. However, ``` FLINK_MODE=flip6

[GitHub] flink pull request #5353: [FLINK-8503] [flip6] Display TaskExecutor logs and...

2018-02-05 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5353#discussion_r165972923 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/taskmanager/AbstractTaskManagerFileHandler.java --- @@ -0,0 +1,236

[GitHub] flink pull request #5353: [FLINK-8503] [flip6] Display TaskExecutor logs and...

2018-02-05 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5353#discussion_r165950588 --- Diff: flink-docs/src/main/java/org/apache/flink/docs/rest/RestAPIDocGenerator.java --- @@ -285,11 +287,22 @@ private static String createMessageHtmlEntry

[GitHub] flink pull request #5353: [FLINK-8503] [flip6] Display TaskExecutor logs and...

2018-02-05 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5353#discussion_r165962518 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/blob/TransientBlobCache.java --- @@ -222,7 +221,13 @@ public File getStorageLocation(@Nullable

[GitHub] flink pull request #5341: [FLINK-8495] [flip6] Enable main cluster component...

2018-02-05 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5341#discussion_r165941154 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorEndpoint.java --- @@ -473,10 +476,55 @@ public WebMonitorEndpoint

[GitHub] flink pull request #5341: [FLINK-8495] [flip6] Enable main cluster component...

2018-02-05 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5341#discussion_r165942186 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorEndpoint.java --- @@ -473,10 +476,55 @@ public WebMonitorEndpoint

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835719 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -305,6 +311,84 @@ public void postStop() throws Exception

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835514 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -305,6 +311,84 @@ public void postStop() throws Exception

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835488 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -358,6 +361,18 @@ public void start() throws Exception

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835486 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java --- @@ -313,6 +325,13 @@ public JobMaster

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835482 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobVertexBackPressureInfo.java --- @@ -0,0 +1,184 @@ +/* + * Licensed

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835483 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java --- @@ -867,6 +889,25 @@ public void heartbeatFromResourceManager(final

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-03 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165835481 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -305,6 +311,84 @@ public void postStop() throws Exception

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-02 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165666773 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TestingTaskExecutorGateway.java --- @@ -75,6 +76,17 @@ public void

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-01 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165298568 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -305,6 +311,84 @@ public void postStop() throws Exception

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-01 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165296204 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobVertexBackPressureInfo.java --- @@ -0,0 +1,184 @@ +/* + * Licensed

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP JobVertexBackPressureHandl...

2018-02-01 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165296332 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -358,6 +361,18 @@ public void start() throws Exception

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP

2018-01-31 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165155912 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/backpressure/BackPressureStatsTracker.java --- @@ -74,7 +74,7

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP

2018-01-31 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165155639 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobVertexBackPressureInfo.java --- @@ -0,0 +1,184 @@ +/* + * Licensed

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP

2018-01-31 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5397#discussion_r165155368 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TestingTaskExecutorGateway.java --- @@ -75,6 +76,17 @@ public void

[GitHub] flink pull request #5397: [FLINK-7856][flip6] WIP

2018-01-31 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5397 [FLINK-7856][flip6] WIP WIP PR is based on #4893 @tillrohrmann You can merge this pull request into a Git repository by running: $ git pull https://github.com/GJL/flink FLINK

[GitHub] flink pull request #5353: [FLINK-8503] [flip6] Display TaskExecutor logs and...

2018-01-31 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5353#discussion_r164992599 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutorGateway.java --- @@ -175,4 +177,13 @@ final

[GitHub] flink pull request #5354: [FLINK-8505] [flip6] Prevent SlotManager from reac...

2018-01-29 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5354#discussion_r164438991 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManager.java --- @@ -485,7 +477,10 @@ protected TaskManagerSlot

[GitHub] flink pull request #5354: [FLINK-8505] [flip6] Prevent SlotManager from reac...

2018-01-29 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5354#discussion_r164434005 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManager.java --- @@ -388,6 +378,8 @@ public boolean

[GitHub] flink issue #5312: [FLINK-8344][flip6] Add support for HA to RestClusterClie...

2018-01-26 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5312 Thanks man 👍 ---

[GitHub] flink issue #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphStore to D...

2018-01-26 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5310 👍 ---

[GitHub] flink pull request #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphSto...

2018-01-26 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5310#discussion_r164087390 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/FileArchivedExecutionGraphStore.java --- @@ -0,0 +1,298 @@ +/* + * Licensed

[GitHub] flink issue #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphStore to D...

2018-01-26 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5310 No, I only had hard crashes in mind. One could do a directory listing and delete old files. ---

[GitHub] flink pull request #5312: [FLINK-8344][flip6] Add support for HA to RestClus...

2018-01-26 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r164075001 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -258,89 +312,96 @@ public String cancelWithSavepoint

[GitHub] flink pull request #5312: [FLINK-8344][flip6] Add support for HA to RestClus...

2018-01-26 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r164074804 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -258,89 +312,96 @@ public String cancelWithSavepoint

[GitHub] flink pull request #5312: [FLINK-8344][flip6] Add support for HA to RestClus...

2018-01-26 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r164074612 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClientConfiguration.java --- @@ -19,60 +19,73 @@ package

[GitHub] flink pull request #5312: [FLINK-8344][flip6] Add support for HA to RestClus...

2018-01-26 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r164074572 --- Diff: flink-clients/src/test/java/org/apache/flink/client/program/rest/RestClusterClientConfigurationTest.java --- @@ -0,0 +1,51

[GitHub] flink pull request #5312: [FLINK-8344][flip6] Add support for HA to RestClus...

2018-01-26 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r164074605 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClientConfiguration.java --- @@ -19,60 +19,73 @@ package

[GitHub] flink pull request #5312: [FLINK-8344][flip6] Add support for HA to RestClus...

2018-01-26 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r164074562 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java --- @@ -41,4 +41,34 @@ public static final ConfigOption REST_PORT

[GitHub] flink pull request #5312: [FLINK-8344][flip6] Add support for HA to RestClus...

2018-01-26 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r164074500 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestClientTest.java --- @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software

[GitHub] flink issue #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphStore to D...

2018-01-25 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5310 Is it acceptable behavior that sometimes Graphs don't get deleted from disk? ---

[GitHub] flink pull request #5311: [FLINK-8454] [flip6] Remove JobExecutionResultCach...

2018-01-25 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5311#discussion_r163923585 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -100,8 +97,6 @@ private final

[GitHub] flink pull request #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphSto...

2018-01-25 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5310#discussion_r163919241 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/FileArchivedExecutionGraphStoreTest.java --- @@ -0,0 +1,319

[GitHub] flink pull request #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphSto...

2018-01-25 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5310#discussion_r163918048 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/FileArchivedExecutionGraphStoreTest.java --- @@ -0,0 +1,319

[GitHub] flink pull request #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphSto...

2018-01-25 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5310#discussion_r163915273 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/FileArchivedExecutionGraphStore.java --- @@ -0,0 +1,298 @@ +/* + * Licensed

[GitHub] flink pull request #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphSto...

2018-01-25 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5310#discussion_r163911570 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -486,11 +510,22 @@ private void onFatalError(Throwable

[GitHub] flink pull request #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphSto...

2018-01-25 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5310#discussion_r163921620 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/concurrent/ManuallyTriggeredScheduledExecutor.java --- @@ -0,0 +1,167

[GitHub] flink pull request #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphSto...

2018-01-25 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5310#discussion_r163922121 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/FileArchivedExecutionGraphStoreTest.java --- @@ -0,0 +1,319

[GitHub] flink pull request #5310: [FLINK-8453] [flip6] Add ArchivedExecutionGraphSto...

2018-01-25 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5310#discussion_r163919921 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/FileArchivedExecutionGraphStoreTest.java --- @@ -0,0 +1,319

[GitHub] flink pull request #5309: [FLINK-8450] [flip6] Make JobMaster/DispatcherGate...

2018-01-24 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5309#discussion_r163571196 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/ExecutionGraphCacheTest.java --- @@ -228,10 +246,10 @@ public void

[GitHub] flink pull request #5309: [FLINK-8450] [flip6] Make JobMaster/DispatcherGate...

2018-01-24 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5309#discussion_r163570275 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/ExecutionGraphCacheTest.java --- @@ -199,12 +212,17 @@ public void

[GitHub] flink pull request #5309: [FLINK-8450] [flip6] Make JobMaster/DispatcherGate...

2018-01-24 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5309#discussion_r163546199 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/ExecutionGraphCacheTest.java --- @@ -30,62 +30,69 @@ import

[GitHub] flink pull request #5309: [FLINK-8450] [flip6] Make JobMaster/DispatcherGate...

2018-01-24 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5309#discussion_r163549462 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java --- @@ -331,13 +331,13 @@ public void start() throws Exception

[GitHub] flink pull request #5308: [FLINK-8449] [flip6] Extend OnCompletionActions to...

2018-01-24 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5308#discussion_r163538231 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java --- @@ -752,16 +751,21 @@ public Executor getFutureExecutor

[GitHub] flink pull request #5308: [FLINK-8449] [flip6] Extend OnCompletionActions to...

2018-01-24 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5308#discussion_r163536073 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/accumulators/AccumulatorHelper.java --- @@ -173,4 +173,23 @@ public static String

[GitHub] flink pull request #5308: [FLINK-8449] [flip6] Extend OnCompletionActions to...

2018-01-24 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5308#discussion_r163540049 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java --- @@ -1701,40 +1705,4 @@ void notifyExecutionChange

[GitHub] flink pull request #5308: [FLINK-8449] [flip6] Extend OnCompletionActions to...

2018-01-24 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5308#discussion_r163544619 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobManagerRunnerMockTest.java --- @@ -250,19 +255,15 @@ public void

[GitHub] flink issue #5309: [FLINK-8450] [flip6] Make JobMaster/DispatcherGateway#req...

2018-01-24 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5309 This PR is based on #5308 ---

[GitHub] flink issue #5342: [FLINK-8470] Timebounded stream join

2018-01-24 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5342 Could it be that the ticket in the title of the PR is wrong? https://issues.apache.org/jira/browse/FLINK-8470 seems to be about something else. ---

[GitHub] flink issue #5339: [FLINK-8493] [flip6] Integrate queryable state with Flip-...

2018-01-23 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5339 ui ---

[GitHub] flink pull request #5312: [FLINK-8344][flip6] Add support for HA to RestClus...

2018-01-23 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163227450 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java --- @@ -596,11 +596,11 @@ public int run(String[] args) throws

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163161066 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/nonha/standalone/StandaloneHaServices.java --- @@ -132,4 +137,23 @@ public

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163161003 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -327,13 +376,14 @@ public T getClusterId

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163160938 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -376,4 +430,99 @@ public GetClusterStatusResponse

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163160802 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -376,4 +430,99 @@ public GetClusterStatusResponse

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163160900 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -61,46 +69,77 @@ import

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163160849 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -327,13 +376,14 @@ public T getClusterId

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163160791 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -376,4 +430,99 @@ public GetClusterStatusResponse

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163160703 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClientConfiguration.java --- @@ -30,49 +28,20 @@ */ public

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r163160672 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorEndpoint.java --- @@ -144,6 +154,15 @@ public WebMonitorEndpoint

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162893190 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/LeaderHolder.java --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #5318: [FLINK-8462] [flip6] Filter invalid heartbeat time...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5318#discussion_r162865803 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -717,15 +717,14 @@ private void

[GitHub] flink pull request #5318: [FLINK-8462] [flip6] Filter invalid heartbeat time...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5318#discussion_r162867279 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java --- @@ -1337,11 +1340,16 @@ public void reportPayload(ResourceID

[GitHub] flink pull request #5318: [FLINK-8462] [flip6] Filter invalid heartbeat time...

2018-01-22 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5318#discussion_r162867968 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorTest.java --- @@ -1425,4 +1440,137 @@ public void

[GitHub] flink issue #5319: [FLINK-8463] [rest] Remove blocking of IO executor in Res...

2018-01-21 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5319 💯 ---

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-19 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162715070 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -376,4 +430,99 @@ public GetClusterStatusResponse

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-19 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162714906 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -61,46 +69,77 @@ import

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-19 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162714628 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -376,4 +430,99 @@ public GetClusterStatusResponse

[GitHub] flink pull request #4979: RMQSource support disabling queue declaration

2018-01-19 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4979#discussion_r162632757 --- Diff: flink-connectors/flink-connector-rabbitmq/src/main/java/org/apache/flink/streaming/connectors/rabbitmq/RMQSource.java --- @@ -138,7 +138,9

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-19 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162581631 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -376,4 +430,99 @@ public GetClusterStatusResponse

[GitHub] flink pull request #5315: [hotfix][docs] Put HADOOP_CONF_DIR in tag

2018-01-19 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5315 [hotfix][docs] Put HADOOP_CONF_DIR in tag See title. You can merge this pull request into a Git repository by running: $ git pull https://github.com/GJL/flink hotfix-hadoop-conf-dir

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-18 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162416324 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -327,13 +376,14 @@ public T getClusterId

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-18 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162414419 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/leaderelection/ZooKeeperLeaderElectionService.java --- @@ -412,4 +413,11 @@ protected void

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-18 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162412277 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java --- @@ -596,11 +596,11 @@ public int run(String[] args) throws

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-18 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162413303 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -251,6 +245,12 @@ protected void channelRead0(ChannelHandlerContext

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-18 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5312#discussion_r162412749 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/nonha/standalone/StandaloneHaServices.java --- @@ -132,4 +137,23 @@ public

[GitHub] flink issue #5312: [FLINK-8344][WIP] Add support for HA to RestClusterClient

2018-01-18 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5312 cc: @tillrohrmann ---

[GitHub] flink pull request #5312: [FLINK-8344][WIP] Add support for HA to RestCluste...

2018-01-18 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5312 [FLINK-8344][WIP] Add support for HA to RestClusterClient WIP You can merge this pull request into a Git repository by running: $ git pull https://github.com/GJL/flink rest-cluster-client-ha

[GitHub] flink issue #5305: Release 1.3

2018-01-17 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/5305 Thanks for your contribution, @nicktoker. Unfortunately with your pull request you are trying to merge the `release-1.3` branch into the `master`. You probably want to create a feature branch from

[GitHub] flink pull request #5223: [FLINK-8317][flip6] Implement Triggering of Savepo...

2018-01-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5223#discussion_r161368455 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/savepoints/SavepointHandlers.java --- @@ -0,0 +1,337

[GitHub] flink pull request #5223: [FLINK-8317][flip6] Implement Triggering of Savepo...

2018-01-12 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5223#discussion_r161242333 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/job/savepoints/SavepointHandlersTest.java --- @@ -0,0 +1,277

[GitHub] flink pull request #5223: [FLINK-8317][flip6] Implement Triggering of Savepo...

2018-01-12 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5223#discussion_r161242312 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/messages/job/savepoints/SavepointInfoTest.java --- @@ -0,0 +1,52

<    1   2   3   4   5   6   7   >