[jira] [Assigned] (FLINK-9510) State TTL API with cleanup on explicit access

2018-06-21 Thread Andrey Zagrebin (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Zagrebin reassigned FLINK-9510: -- Assignee: Andrey Zagrebin > State TTL API with cleanup on explicit access >

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197053400 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/AbstractHandlerTest.java --- @@ -0,0 +1,190 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197053303 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/FileUploadHandlerTest.java --- @@ -259,6 +271,29 @@ public void

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197051395 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/FileUploadHandlerTest.java --- @@ -259,6 +271,29 @@ public void

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197054545 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/AbstractHandlerTest.java --- @@ -0,0 +1,190 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197054770 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/FileUploadHandlerTest.java --- @@ -259,6 +271,29 @@ public void testFileMultipart()

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197055449 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/FileUploads.java --- @@ -0,0 +1,107 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink pull request #6193: [hotfix] [docs] Fix typo in index.md

2018-06-21 Thread MichealShin
GitHub user MichealShin opened a pull request: https://github.com/apache/flink/pull/6193 [hotfix] [docs] Fix typo in index.md Just fix a typo. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MichealShin/flink master

[GitHub] flink issue #6178: [FLINK-9599][rest] Implement generic mechanism to access ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/6178 Checkstyle errors: ``` 18:31:10.780 [INFO] There are 2 errors reported by Checkstyle 8.4 with /tools/maven/checkstyle.xml ruleset. 18:31:10.788 [ERROR]

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197058127 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/FileUploadHandlerTest.java --- @@ -259,6 +271,29 @@ public void

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197063764 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java --- @@ -326,6

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

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

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

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

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197064931 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java --- @@ -326,6

[GitHub] flink issue #6178: [FLINK-9599][rest] Implement generic mechanism to access ...

2018-06-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/6178 @tillrohrmann Ready for another review. ---

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197065693 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/AbstractHandler.java --- @@ -103,77 +102,68 @@ protected void

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink issue #6172: [FLINK-9594][E2E tests] Improve docs for new test runner

2018-06-21 Thread florianschmidt1994
Github user florianschmidt1994 commented on the issue: https://github.com/apache/flink/pull/6172 Thanks for proof-reading! I addressed your comments and squashed the PR ---

[jira] [Updated] (FLINK-9594) Add documentation for e2e test changes introduced with FLINK-9257

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-9594: -- Labels: pull-request-available (was: ) > Add documentation for e2e test changes introduced

[jira] [Commented] (FLINK-9594) Add documentation for e2e test changes introduced with FLINK-9257

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519038#comment-16519038 ] ASF GitHub Bot commented on FLINK-9594: --- Github user florianschmidt1994 commented on the issue:

[jira] [Created] (FLINK-9634) Deactivate previous location based scheduling if local recovery is disabled

2018-06-21 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-9634: Summary: Deactivate previous location based scheduling if local recovery is disabled Key: FLINK-9634 URL: https://issues.apache.org/jira/browse/FLINK-9634 Project:

[jira] [Created] (FLINK-9635) Local recovery scheduling can cause spread out of tasks

2018-06-21 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-9635: Summary: Local recovery scheduling can cause spread out of tasks Key: FLINK-9635 URL: https://issues.apache.org/jira/browse/FLINK-9635 Project: Flink Issue

[jira] [Updated] (FLINK-9635) Local recovery scheduling can cause spread out of tasks

2018-06-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9635: - Description: In order to make local recovery work, Flink's scheduling was changed such that it

[jira] [Updated] (FLINK-9633) Flink doesn't use the Savepoint path's filesystem to create the OuptutStream on Task.

2018-06-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9633: - Priority: Critical (was: Blocker) > Flink doesn't use the Savepoint path's filesystem to create

[jira] [Updated] (FLINK-9575) Potential race condition when removing JobGraph in HA

2018-06-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9575: - Fix Version/s: 1.5.1 > Potential race condition when removing JobGraph in HA >

[jira] [Commented] (FLINK-9565) Evaluating scalar UDFs in parallel

2018-06-21 Thread yinhua.dai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519054#comment-16519054 ] yinhua.dai commented on FLINK-9565: --- [~fhueske] Yes I am. Could you forward me a contribute guide,

[GitHub] flink issue #5807: [FLINK-8982][E2E Tests] Add test for known failure of que...

2018-06-21 Thread florianschmidt1994
Github user florianschmidt1994 commented on the issue: https://github.com/apache/flink/pull/5807 @kl0u can you have a look at this? ---

[jira] [Commented] (FLINK-8982) End-to-end test: Queryable state

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519058#comment-16519058 ] ASF GitHub Bot commented on FLINK-8982: --- Github user florianschmidt1994 commented on the issue:

[jira] [Updated] (FLINK-8982) End-to-end test: Queryable state

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-8982: -- Labels: pull-request-available (was: ) > End-to-end test: Queryable state >

[jira] [Commented] (FLINK-9567) Flink does not release resource in Yarn Cluster mode

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519063#comment-16519063 ] ASF GitHub Bot commented on FLINK-9567: --- GitHub user Clark opened a pull request:

[GitHub] flink pull request #6192: [FLINK-9567][runtime][yarn] Fix the bug that Flink...

2018-06-21 Thread Clarkkkkk
GitHub user Clark opened a pull request: https://github.com/apache/flink/pull/6192 [FLINK-9567][runtime][yarn] Fix the bug that Flink does not release Yarn container in some cases ## What is the purpose of the change - This pull request responds to [JIRA issue

[jira] [Updated] (FLINK-9567) Flink does not release resource in Yarn Cluster mode

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-9567: -- Labels: pull-request-available (was: ) > Flink does not release resource in Yarn Cluster mode

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197049400 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/FileUploads.java --- @@ -45,27 +45,26 @@

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197050066 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/AbstractHandlerTest.java --- @@ -0,0 +1,190 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197050662 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/AbstractHandlerTest.java --- @@ -0,0 +1,190 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[jira] [Commented] (FLINK-6846) Add TIMESTAMPADD supported in TableAPI

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519008#comment-16519008 ] ASF GitHub Bot commented on FLINK-6846: --- Github user xueyumusic commented on the issue:

[jira] [Updated] (FLINK-6846) Add TIMESTAMPADD supported in TableAPI

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-6846: -- Labels: pull-request-available starter (was: starter) > Add TIMESTAMPADD supported in

[GitHub] flink issue #6188: [FLINK-6846][Table API] add timestampAdd tableApi

2018-06-21 Thread xueyumusic
Github user xueyumusic commented on the issue: https://github.com/apache/flink/pull/6188 Travis error is "The job exceeded the maximum time limit for jobs, and has been terminated". It seems connector module test and not related to this PR. ---

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197029723 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/AbstractHandler.java --- @@ -103,77 +102,68 @@ protected void

[jira] [Created] (FLINK-9633) Flink doesn't use the Savepoint path's filesystem to create the OuptutStream on Task.

2018-06-21 Thread Sihua Zhou (JIRA)
Sihua Zhou created FLINK-9633: - Summary: Flink doesn't use the Savepoint path's filesystem to create the OuptutStream on Task. Key: FLINK-9633 URL: https://issues.apache.org/jira/browse/FLINK-9633

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197070028 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -212,6 +271,86 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197068513 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -162,13 +205,25 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197069640 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -212,6 +271,86 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197062416 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -145,12 +157,43 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197062109 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -145,12 +157,43 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197069173 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -181,10 +236,10 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197069574 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -212,6 +271,86 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197070198 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -212,6 +271,86 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197069542 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -212,6 +271,86 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197073186 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/MultipartUploadTestBase.java --- @@ -0,0 +1,405 @@ +/* + * Licensed to the

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197062458 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -145,12 +157,43 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197062277 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -145,12 +157,43 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197069842 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -212,6 +271,86 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197062491 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -145,12 +157,43 @@ public void shutdown(Time timeout) {

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197061001 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/FileUploadHandler.java --- @@ -106,7 +106,7 @@ protected void channelRead0(final

[GitHub] flink pull request #6194: [FLINK-9633][checkpoint] Use savepoint path's file...

2018-06-21 Thread sihuazhou
GitHub user sihuazhou opened a pull request: https://github.com/apache/flink/pull/6194 [FLINK-9633][checkpoint] Use savepoint path's file system to create checkpoint output stream ## What is the purpose of the change *This PR fixes Flink doesn't use the savepoint path's

[GitHub] flink pull request #6186: [FLINK-9514,FLINK-9515,FLINK-9516] State ttl wrapp...

2018-06-21 Thread sihuazhou
Github user sihuazhou commented on a diff in the pull request: https://github.com/apache/flink/pull/6186#discussion_r197080576 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/TtlListState.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-9565) Evaluating scalar UDFs in parallel

2018-06-21 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519212#comment-16519212 ] Fabian Hueske commented on FLINK-9565: -- Hi [~yinhua], These are the relevant guides: *

[GitHub] flink pull request #6187: FLINK-9623][runtime] Move zipping logic out of blo...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6187#discussion_r197089159 --- Diff: flink-optimizer/src/test/java/org/apache/flink/optimizer/plantranslate/JobGraphGeneratorTest.java --- @@ -206,4 +222,54 @@ public boolean

[jira] [Updated] (FLINK-9623) Move zipping logic out of blobservice

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-9623: -- Labels: pull-request-available (was: ) > Move zipping logic out of blobservice >

[jira] [Commented] (FLINK-9623) Move zipping logic out of blobservice

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

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink issue #6178: [FLINK-9599][rest] Implement generic mechanism to access ...

2018-06-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/6178 will change the logging and merge afterwards. ---

[jira] [Commented] (FLINK-9594) Add documentation for e2e test changes introduced with FLINK-9257

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519365#comment-16519365 ] ASF GitHub Bot commented on FLINK-9594: --- Github user tzulitai commented on the issue:

[jira] [Commented] (FLINK-8983) End-to-end test: Confluent schema registry

2018-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519364#comment-16519364 ] ASF GitHub Bot commented on FLINK-8983: --- Github user medcv commented on the issue:

[GitHub] flink issue #6172: [FLINK-9594][E2E tests] Improve docs for new test runner

2018-06-21 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/6172 Thanks @florianschmidt1994, merging this .. ---

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread fmthoma
Github user fmthoma commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197137205 --- Diff: flink-connectors/flink-connector-kinesis/src/test/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducerTest.java --- @@ -267,6

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

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

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread fmthoma
Github user fmthoma commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197142648 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java --- @@ -144,6

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

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

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197071117 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java --- @@ -326,6

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197067733 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java --- @@ -326,6

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

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

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

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

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

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

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197070282 --- Diff: flink-connectors/flink-connector-kinesis/src/test/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducerTest.java --- @@ -267,6

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197065961 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java --- @@ -144,6

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197068370 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/util/TimeoutLatch.java --- @@ -0,0 +1,41 @@

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197069244 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/util/TimeoutLatch.java --- @@ -0,0 +1,41 @@

[jira] [Commented] (FLINK-9514) Create wrapper with TTL logic for value state

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

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

[GitHub] flink pull request #6178: [FLINK-9599][rest] Implement generic mechanism to ...

2018-06-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r197086869 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/FileUploadHandler.java --- @@ -151,18 +143,26 @@ protected void channelRead0(final

[jira] [Commented] (FLINK-9374) Flink Kinesis Producer does not backpressure

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

[GitHub] flink pull request #6021: [FLINK-9374] [kinesis] Enable FlinkKinesisProducer...

2018-06-21 Thread fmthoma
Github user fmthoma commented on a diff in the pull request: https://github.com/apache/flink/pull/6021#discussion_r197141591 --- Diff: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java --- @@ -55,6

[GitHub] flink issue #6193: [hotfix] [docs] Fix typo in index.md

2018-06-21 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/6193 LGTM, thanks for catching this @MichealShin, will merge this. ---

[GitHub] flink pull request #6189: [FLINK-9599][rest] RestClient supports FileUploads...

2018-06-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6189#discussion_r197076585 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/FileUploadHandler.java --- @@ -106,7 +106,7 @@ protected void channelRead0(final

[jira] [Commented] (FLINK-9599) Implement generic mechanism to receive files via rest

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

  1   2   3   >