[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330186#comment-16330186 ] ASF GitHub Bot commented on FLINK-7456: --- Github user zhijiangW commented on a diff in the pull

[GitHub] flink pull request #4552: [FLINK-7456][network] Implement Netty sender incom...

2018-01-17 Thread zhijiangW
Github user zhijiangW commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r162266243 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/SpilledSubpartitionView.java --- @@ -31,7 +31,6 @@ import

[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330155#comment-16330155 ] ASF GitHub Bot commented on FLINK-7456: --- Github user zhijiangW commented on the issue:

[GitHub] flink issue #4552: [FLINK-7456][network] Implement Netty sender incoming pip...

2018-01-17 Thread zhijiangW
Github user zhijiangW commented on the issue: https://github.com/apache/flink/pull/4552 1. Thanks for you FLINK08425. 2. I would have thought the tests for `ResultSubpartition#nextBufferIsEvent` which have already been covered before. The test for

[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330126#comment-16330126 ] ASF GitHub Bot commented on FLINK-7456: --- Github user zhijiangW commented on a diff in the pull

[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330123#comment-16330123 ] ASF GitHub Bot commented on FLINK-7456: --- Github user zhijiangW commented on a diff in the pull

[GitHub] flink pull request #4552: [FLINK-7456][network] Implement Netty sender incom...

2018-01-17 Thread zhijiangW
Github user zhijiangW commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r162259781 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/PartitionRequestClientFactory.java --- @@ -164,11 +165,13 @@ private

[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330125#comment-16330125 ] ASF GitHub Bot commented on FLINK-7456: --- Github user zhijiangW commented on a diff in the pull

[jira] [Created] (FLINK-8448) [flink-mesos] The flink-job jars uploaded in directory 'web.upload.dir' are deleted on flink-scheduler restart

2018-01-17 Thread Bhumika Bayani (JIRA)
Bhumika Bayani created FLINK-8448: - Summary: [flink-mesos] The flink-job jars uploaded in directory 'web.upload.dir' are deleted on flink-scheduler restart Key: FLINK-8448 URL:

[GitHub] flink pull request #4552: [FLINK-7456][network] Implement Netty sender incom...

2018-01-17 Thread zhijiangW
Github user zhijiangW commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r162259728 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/PartitionRequestServerHandler.java --- @@ -82,10 +83,17 @@ protected void

[GitHub] flink pull request #4552: [FLINK-7456][network] Implement Netty sender incom...

2018-01-17 Thread zhijiangW
Github user zhijiangW commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r162259766 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/PartitionRequestQueue.java --- @@ -125,11 +126,11 @@ private void

[jira] [Created] (FLINK-8447) CLONE - Snapshot state of aggregated data is not maintained in flink's checkpointing

2018-01-17 Thread suganya (JIRA)
suganya created FLINK-8447: -- Summary: CLONE - Snapshot state of aggregated data is not maintained in flink's checkpointing Key: FLINK-8447 URL: https://issues.apache.org/jira/browse/FLINK-8447 Project:

[jira] [Commented] (FLINK-6590) Integrate generated tables into documentation

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329952#comment-16329952 ] ASF GitHub Bot commented on FLINK-6590: --- Github user yew1eb commented on the issue:

[GitHub] flink issue #5119: [FLINK-6590] Integrate automatic docs generation

2018-01-17 Thread yew1eb
Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5119 nice! LGTM ---

[jira] [Commented] (FLINK-8275) Flink YARN deployment with Kerberos enabled not working

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329931#comment-16329931 ] ASF GitHub Bot commented on FLINK-8275: --- Github user suez1224 commented on the issue:

[GitHub] flink issue #5172: [FLINK-8275] [Security] fix keytab local path in YarnTask...

2018-01-17 Thread suez1224
Github user suez1224 commented on the issue: https://github.com/apache/flink/pull/5172 Thanks a lot for the review, @EronWright. Could you please take another look? ---

[jira] [Commented] (FLINK-8275) Flink YARN deployment with Kerberos enabled not working

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329929#comment-16329929 ] ASF GitHub Bot commented on FLINK-8275: --- Github user suez1224 commented on a diff in the pull

[GitHub] flink pull request #5172: [FLINK-8275] [Security] fix keytab local path in Y...

2018-01-17 Thread suez1224
Github user suez1224 commented on a diff in the pull request: https://github.com/apache/flink/pull/5172#discussion_r162239390 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/YarnTaskManagerRunner.java --- @@ -126,12 +124,6 @@ public static void runYarnTaskManager(String[]

[jira] [Updated] (FLINK-7775) Remove unreferenced method PermanentBlobCache#getNumberOfCachedJobs

2018-01-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-7775: -- Description: {code} public int getNumberOfCachedJobs() { return jobRefCounters.size(); } {code} The

[jira] [Commented] (FLINK-8390) Refactor Hadoop kerberos integration test code

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329870#comment-16329870 ] ASF GitHub Bot commented on FLINK-8390: --- GitHub user suez1224 opened a pull request:

[GitHub] flink pull request #5306: [FLINK-8390][security]remove unused integration te...

2018-01-17 Thread suez1224
GitHub user suez1224 opened a pull request: https://github.com/apache/flink/pull/5306 [FLINK-8390][security]remove unused integration test code ## What is the purpose of the change Remove unused integration test code from the main code. ## Brief change log

[jira] [Commented] (FLINK-8275) Flink YARN deployment with Kerberos enabled not working

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329655#comment-16329655 ] ASF GitHub Bot commented on FLINK-8275: --- Github user suez1224 commented on a diff in the pull

[GitHub] flink pull request #5172: [FLINK-8275] [Security] fix keytab local path in Y...

2018-01-17 Thread suez1224
Github user suez1224 commented on a diff in the pull request: https://github.com/apache/flink/pull/5172#discussion_r162204277 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/YarnTaskManagerRunner.java --- @@ -142,19 +134,22 @@ public static void

[jira] [Commented] (FLINK-8037) Missing cast in integer arithmetic in TransactionalIdsGenerator#generateIdsToAbort

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329624#comment-16329624 ] ASF GitHub Bot commented on FLINK-8037: --- Github user greghogan commented on a diff in the pull

[GitHub] flink pull request #5205: [FLINK-8037] Fix integer multiplication or shift i...

2018-01-17 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/5205#discussion_r162199532 --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractID.java --- @@ -186,7 +186,7 @@ private static long byteArrayToLong(byte[] ba, int

[GitHub] flink pull request #5172: [FLINK-8275] [Security] fix keytab local path in Y...

2018-01-17 Thread suez1224
Github user suez1224 commented on a diff in the pull request: https://github.com/apache/flink/pull/5172#discussion_r162190016 --- Diff: flink-yarn/src/test/resources/flink-conf.yaml --- @@ -0,0 +1,23 @@

[jira] [Commented] (FLINK-8275) Flink YARN deployment with Kerberos enabled not working

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329529#comment-16329529 ] ASF GitHub Bot commented on FLINK-8275: --- Github user suez1224 commented on a diff in the pull

[jira] [Commented] (FLINK-8431) Allow to specify # GPUs for TaskManager in Mesos

2018-01-17 Thread Eron Wright (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329407#comment-16329407 ] Eron Wright commented on FLINK-8431: - I think that you can skip testing the FLIP-6 scripts, if you

[jira] [Commented] (FLINK-8284) Custom metrics not being exposed for Prometheus

2018-01-17 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329054#comment-16329054 ] Chesnay Schepler commented on FLINK-8284: - You have to either configure multiple ports since each

[jira] [Commented] (FLINK-6590) Integrate generated tables into documentation

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329008#comment-16329008 ] ASF GitHub Bot commented on FLINK-6590: --- Github user kl0u commented on the issue:

[GitHub] flink issue #5119: [FLINK-6590] Integrate automatic docs generation

2018-01-17 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/5119 Building the documentation seems to be working, and the docs look nice. Thanks a lot for the work @zentol . +1 to merge ---

[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328972#comment-16328972 ] ASF GitHub Bot commented on FLINK-7456: --- Github user NicoK commented on a diff in the pull request:

[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328971#comment-16328971 ] ASF GitHub Bot commented on FLINK-7456: --- Github user NicoK commented on a diff in the pull request:

[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328973#comment-16328973 ] ASF GitHub Bot commented on FLINK-7456: --- Github user NicoK commented on a diff in the pull request:

[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328974#comment-16328974 ] ASF GitHub Bot commented on FLINK-7456: --- Github user NicoK commented on a diff in the pull request:

[GitHub] flink pull request #4552: [FLINK-7456][network] Implement Netty sender incom...

2018-01-17 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r162107348 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/SpilledSubpartitionView.java --- @@ -31,7 +31,6 @@ import

[GitHub] flink pull request #4552: [FLINK-7456][network] Implement Netty sender incom...

2018-01-17 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r162103769 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/PartitionRequestClientFactory.java --- @@ -164,11 +165,13 @@ private boolean

[GitHub] flink pull request #4552: [FLINK-7456][network] Implement Netty sender incom...

2018-01-17 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r162104968 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/PartitionRequestQueue.java --- @@ -125,11 +126,11 @@ private void

[GitHub] flink pull request #4552: [FLINK-7456][network] Implement Netty sender incom...

2018-01-17 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r162106371 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/PartitionRequestServerHandler.java --- @@ -82,10 +83,17 @@ protected void

[jira] [Commented] (FLINK-8284) Custom metrics not being exposed for Prometheus

2018-01-17 Thread Julio Biason (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328953#comment-16328953 ] Julio Biason commented on FLINK-8284: - {quote}Do you see any metric for this particular operator?

[jira] [Reopened] (FLINK-8284) Custom metrics not being exposed for Prometheus

2018-01-17 Thread Julio Biason (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julio Biason reopened FLINK-8284: - Ok, got the problem to happen again. It seems if I run in standalone mode, everything goes fine. But

[jira] [Assigned] (FLINK-8202) Update queryable section on configuration page

2018-01-17 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas reassigned FLINK-8202: - Assignee: Chesnay Schepler (was: Kostas Kloudas) > Update queryable section on

[jira] [Created] (FLINK-8446) Add support for multiple broadcast states.

2018-01-17 Thread Kostas Kloudas (JIRA)
Kostas Kloudas created FLINK-8446: - Summary: Add support for multiple broadcast states. Key: FLINK-8446 URL: https://issues.apache.org/jira/browse/FLINK-8446 Project: Flink Issue Type: New

[jira] [Created] (FLINK-8445) hostname used in metric names for taskmanager and jobmanager are not consistent

2018-01-17 Thread Chris Thomson (JIRA)
Chris Thomson created FLINK-8445: Summary: hostname used in metric names for taskmanager and jobmanager are not consistent Key: FLINK-8445 URL: https://issues.apache.org/jira/browse/FLINK-8445

[jira] [Updated] (FLINK-7850) Given each maven profile an activation property

2018-01-17 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-7850: Labels: starter (was: ) > Given each maven profile an activation property >

[jira] [Updated] (FLINK-7391) Normalize release entries

2018-01-17 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-7391: Labels: starter (was: ) > Normalize release entries > - > >

[GitHub] flink issue #5303: [hotfix][docs] Adjust RocksDb dependency docs

2018-01-17 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5303 see https://issues.apache.org/jira/browse/FLINK-8444 ---

[jira] [Created] (FLINK-8444) Rework dependency setup docs

2018-01-17 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-8444: --- Summary: Rework dependency setup docs Key: FLINK-8444 URL: https://issues.apache.org/jira/browse/FLINK-8444 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-8444) Rework dependency setup docs

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328831#comment-16328831 ] ASF GitHub Bot commented on FLINK-8444: --- Github user zentol commented on the issue:

[GitHub] flink pull request #5303: [hotfix][docs] Adjust RocksDb dependency docs

2018-01-17 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/5303 ---

[jira] [Commented] (FLINK-7511) Remove dead code after dropping backward compatibility with <=1.2

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328772#comment-16328772 ] ASF GitHub Bot commented on FLINK-7511: --- Github user dawidwys commented on a diff in the pull

[GitHub] flink pull request #4587: [FLINK-7511] [cep] Remove dead code after dropping...

2018-01-17 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4587#discussion_r162051801 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/AndFilterFunction.java --- @@ -1,55 +0,0 @@ -/* - * Licensed to the

[jira] [Commented] (FLINK-7456) Implement Netty sender incoming pipeline for credit-based

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328747#comment-16328747 ] ASF GitHub Bot commented on FLINK-7456: --- Github user NicoK commented on a diff in the pull request:

[GitHub] flink pull request #4552: [FLINK-7456][network] Implement Netty sender incom...

2018-01-17 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/4552#discussion_r162047076 --- Diff: flink-tests/src/test/java/org/apache/flink/test/misc/SuccessAfterNetworkBuffersFailureITCase.java --- @@ -59,7 +59,7 @@ public void

[jira] [Commented] (FLINK-7511) Remove dead code after dropping backward compatibility with <=1.2

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328728#comment-16328728 ] ASF GitHub Bot commented on FLINK-7511: --- Github user dawidwys commented on a diff in the pull

[GitHub] flink pull request #4587: [FLINK-7511] [cep] Remove dead code after dropping...

2018-01-17 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4587#discussion_r162044383 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/AndFilterFunction.java --- @@ -1,55 +0,0 @@ -/* - * Licensed to the

[GitHub] flink issue #5303: [hotfix][docs] Adjust RocksDb dependency docs

2018-01-17 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5303 Sounds good. Just to be sure: My write-up above was meant as a suggestion or food-for-thought, not as a final decision ;-) We should probably bring these thoughts to a dev discussion and

[GitHub] flink issue #5303: [hotfix][docs] Adjust RocksDb dependency docs

2018-01-17 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5303 In that case I'll revert the commit that caused all this, close this PR and open a new JIRA for adding a new dependency management section to the project setup guide (along with a sweep across the

[jira] [Commented] (FLINK-8279) Use Mesos/YARN temp directories as fallback for BlobServer/Cache temp directories

2018-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328612#comment-16328612 ] ASF GitHub Bot commented on FLINK-8279: --- Github user tillrohrmann commented on the issue:

[GitHub] flink issue #5176: [FLINK-8279][blob] fall back to TaskManager temp director...

2018-01-17 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/5176 There are checkstyle violations. Could you please fix them @NicoK. ---

[jira] [Created] (FLINK-8443) YARNSessionCapacitySchedulerITCase is flakky

2018-01-17 Thread Piotr Nowojski (JIRA)
Piotr Nowojski created FLINK-8443: - Summary: YARNSessionCapacitySchedulerITCase is flakky Key: FLINK-8443 URL: https://issues.apache.org/jira/browse/FLINK-8443 Project: Flink Issue Type: Bug

[jira] [Comment Edited] (FLINK-8431) Allow to specify # GPUs for TaskManager in Mesos

2018-01-17 Thread Dongwon Kim (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328547#comment-16328547 ] Dongwon Kim edited comment on FLINK-8431 at 1/17/18 9:57 AM: - [~eronwright]

[jira] [Commented] (FLINK-8431) Allow to specify # GPUs for TaskManager in Mesos

2018-01-17 Thread Dongwon Kim (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16328547#comment-16328547 ] Dongwon Kim commented on FLINK-8431: [~eronwright] What I need to do next is to cope with the new

[jira] [Assigned] (FLINK-8344) Add support for HA to RestClusterClient

2018-01-17 Thread Gary Yao (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Yao reassigned FLINK-8344: --- Assignee: Gary Yao > Add support for HA to RestClusterClient >

[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 a

[GitHub] flink pull request #5305: Release 1.3

2018-01-17 Thread nicktoker
GitHub user nicktoker opened a pull request: https://github.com/apache/flink/pull/5305 Release 1.3 when asyncIO have timeout all operator fail and break the all stream need to add option to control when timeout happen and choose what to do in this case ignore this stream

[jira] [Created] (FLINK-8442) Should recovery the input split when an execution failover with FailoverRegion

2018-01-17 Thread shuai.xu (JIRA)
shuai.xu created FLINK-8442: --- Summary: Should recovery the input split when an execution failover with FailoverRegion Key: FLINK-8442 URL: https://issues.apache.org/jira/browse/FLINK-8442 Project: Flink