[jira] [Commented] (FLINK-9417) Send heartbeat requests from RPC endpoint's main thread

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

[GitHub] flink issue #6088: [FLINK-9417][ Distributed Coordination] Send heartbeat re...

2018-06-18 Thread sihuazhou
Github user sihuazhou commented on the issue: https://github.com/apache/flink/pull/6088 cc @tillrohrmann ---

[jira] [Updated] (FLINK-9609) Add bucket ready mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-9609: Description: Currently, BucketingSink only support {{notifyCheckpointComplete}}. But users want

[jira] [Updated] (FLINK-9609) Add bucket ready mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-9609: Description: Currently, BucketingSink only support {{notifyCheckpointComplete}}. But users want

[jira] [Updated] (FLINK-9612) Add option for minimal artifacts being pulled in meseos

2018-06-18 Thread Addison Higham (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison Higham updated FLINK-9612: -- Component/s: Configuration > Add option for minimal artifacts being pulled in meseos >

[jira] [Updated] (FLINK-9611) Allow for user-defined artifacts to be specified as part of a mesos overlay

2018-06-18 Thread Addison Higham (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison Higham updated FLINK-9611: -- Component/s: Configuration > Allow for user-defined artifacts to be specified as part of a

[jira] [Updated] (FLINK-9611) Allow for user-defined artifacts to be specified as part of a mesos overlay

2018-06-18 Thread Addison Higham (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison Higham updated FLINK-9611: -- Component/s: Docker > Allow for user-defined artifacts to be specified as part of a mesos

[jira] [Created] (FLINK-9612) Add option for minimal artifacts being pulled in meseos

2018-06-18 Thread Addison Higham (JIRA)
Addison Higham created FLINK-9612: - Summary: Add option for minimal artifacts being pulled in meseos Key: FLINK-9612 URL: https://issues.apache.org/jira/browse/FLINK-9612 Project: Flink

[jira] [Commented] (FLINK-9143) Restart strategy defined in flink-conf.yaml is ignored

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

[GitHub] flink issue #5846: [FLINK-9143] [client] Restart strategy defined in flink-c...

2018-06-18 Thread yuqi1129
Github user yuqi1129 commented on the issue: https://github.com/apache/flink/pull/5846 @dawidwys Sorry , I will push my code in two days, if there still have any problem, any suggestions are appreciated. any way, if you have try to fix this problem, just go head. ---

[jira] [Created] (FLINK-9611) Allow for user-defined artifacts to be specified as part of a mesos overlay

2018-06-18 Thread Addison Higham (JIRA)
Addison Higham created FLINK-9611: - Summary: Allow for user-defined artifacts to be specified as part of a mesos overlay Key: FLINK-9611 URL: https://issues.apache.org/jira/browse/FLINK-9611 Project:

[jira] [Updated] (FLINK-9610) Add Kafka partitioner that uses the key to partition by

2018-06-18 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes updated FLINK-9610: Description: The kafka connector package only contains the FlinkFixedPartitioner  implementation

[jira] [Commented] (FLINK-9610) Add Kafka partitioner that uses the key to partition by

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

[GitHub] flink pull request #6181: [FLINK-9610] [flink-connector-kafka-base] Add Kafk...

2018-06-18 Thread nielsbasjes
GitHub user nielsbasjes opened a pull request: https://github.com/apache/flink/pull/6181 [FLINK-9610] [flink-connector-kafka-base] Add Kafka Partitioner that uses the hash of the provided key. ## What is the purpose of the change Add the simple feature of being able to

[jira] [Created] (FLINK-9610) Add Kafka partitioner that uses the key to partition by

2018-06-18 Thread Niels Basjes (JIRA)
Niels Basjes created FLINK-9610: --- Summary: Add Kafka partitioner that uses the key to partition by Key: FLINK-9610 URL: https://issues.apache.org/jira/browse/FLINK-9610 Project: Flink Issue

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

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

[GitHub] flink issue #6083: [FLINK-8983] End-to-end test: Confluent schema registry

2018-06-18 Thread medcv
Github user medcv commented on the issue: https://github.com/apache/flink/pull/6083 @dawidwys Thanks for the review! I will look into that PR. This test is for Release 1.4 and 1.5 and provide a proof that Flink V4.0 and V5.0 can work with ConfluentSchema Registry properly. As PR you

[jira] [Commented] (FLINK-9524) NPE from ProcTimeBoundedRangeOver.scala

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

[GitHub] flink pull request #6180: [FLINK-9524][Table API & SQL] check whether a clea...

2018-06-18 Thread yzandrew
GitHub user yzandrew opened a pull request: https://github.com/apache/flink/pull/6180 [FLINK-9524][Table API & SQL] check whether a clean-up timer is expeired in ProcTimeBoundedRangeOver… … to prevent NPE ## What is the purpose of the change This pull request solve

[jira] [Commented] (FLINK-9550) FlinkCEP snippet example has some syntax errors

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

[GitHub] flink issue #6138: [FLINK-9550][DOC]FlinkCEP snippet example has some syntax...

2018-06-18 Thread medcv
Github user medcv commented on the issue: https://github.com/apache/flink/pull/6138 @dawidwys PR's been updated! Please review. ---

[GitHub] flink issue #6177: Backport of Kinesis connector changes from 1.5 to release...

2018-06-18 Thread tweise
Github user tweise commented on the issue: https://github.com/apache/flink/pull/6177 @tzulitai the commits in this PR (except the most recent version change) are from our 1.4.x fork and what we use in production. As discussed on the ML not even the Kinesis version number is strictly

[jira] [Closed] (FLINK-9548) Flink Apache Kudu Connector

2018-06-18 Thread Sandish Kumar HN (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandish Kumar HN closed FLINK-9548. --- Resolution: Duplicate > Flink Apache Kudu Connector > --- > >

[jira] [Commented] (FLINK-9548) Flink Apache Kudu Connector

2018-06-18 Thread Sandish Kumar HN (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515974#comment-16515974 ] Sandish Kumar HN commented on FLINK-9548: - there is already work around here for Kudu and flink

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

2018-06-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515915#comment-16515915 ] 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-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r196129193 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/FileUploads.java --- @@ -0,0 +1,136 @@ +/* + * Licensed to the Apache

[jira] [Updated] (FLINK-9481) FlinkKafkaProducer011ITCase deadlock in initializeState

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9481: - Fix Version/s: 1.6.0 > FlinkKafkaProducer011ITCase deadlock in initializeState >

[jira] [Assigned] (FLINK-9560) RateLimiting for FileSystem

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-9560: Assignee: Etienne CARRIERE > RateLimiting for FileSystem > --- >

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

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515886#comment-16515886 ] Till Rohrmann commented on FLINK-9567: -- Thanks for reporting the issue [~dangdangdang]. Your

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

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-9567: Assignee: Shimin Yang > Flink does not release resource in Yarn Cluster mode >

[jira] [Updated] (FLINK-9574) Add a dedicated documentation page for state evolution

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9574: - Fix Version/s: 1.6.0 > Add a dedicated documentation page for state evolution >

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

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9567: - Fix Version/s: 1.6.0 > Flink does not release resource in Yarn Cluster mode >

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

2018-06-18 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.6.0 > Potential race condition when removing JobGraph in HA >

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

2018-06-18 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: - Priority: Critical (was: Major) > Potential race condition when removing JobGraph in HA >

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

2018-06-18 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: - Affects Version/s: 1.5.0 > Potential race condition when removing JobGraph in HA >

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

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515881#comment-16515881 ] Till Rohrmann commented on FLINK-9575: -- True, the problem you've described can occur [~Wosinsan]. It

[jira] [Updated] (FLINK-9576) Wrong contiguity documentation

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9576: - Priority: Critical (was: Major) > Wrong contiguity documentation >

[jira] [Updated] (FLINK-9576) Wrong contiguity documentation

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9576: - Fix Version/s: 1.6.0 > Wrong contiguity documentation > -- > >

[jira] [Updated] (FLINK-9583) Wrong number of TaskManagers' slots after recovery.

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9583: - Fix Version/s: 1.6.0 > Wrong number of TaskManagers' slots after recovery. >

[jira] [Updated] (FLINK-9587) ContinuousFileMonitoringFunction crashes on short living files

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9587: - Fix Version/s: 1.6.0 > ContinuousFileMonitoringFunction crashes on short living files >

[jira] [Updated] (FLINK-9595) Add instructions to docs about ceased support of KPL version used in Kinesis connector

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9595: - Priority: Critical (was: Major) > Add instructions to docs about ceased support of KPL version

[jira] [Updated] (FLINK-9598) [Checkpoints] The config Minimum Pause Between Checkpoints doesn't work when there's a checkpoint failure

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9598: - Affects Version/s: 1.3.2 > [Checkpoints] The config Minimum Pause Between Checkpoints doesn't

[GitHub] flink pull request #6179: [hotfix][docs] Removed duplicate line in windows d...

2018-06-18 Thread Tobii42
GitHub user Tobii42 opened a pull request: https://github.com/apache/flink/pull/6179 [hotfix][docs] Removed duplicate line in windows doc page **(The sections below can be removed for hotfixes of typos)** ## Brief change log - Removed a duplicate line in the windows

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

2018-06-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r196090706 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/FileUploadHandler.java --- @@ -52,7 +57,10 @@ --- End diff -- should

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

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

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

2018-06-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515713#comment-16515713 ] 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-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6178#discussion_r196081080 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/FileUploadHandlerTest.java --- @@ -0,0 +1,455 @@ +/* + * Licensed to the Apache

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

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

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

2018-06-18 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/6178 [FLINK-9599][rest] Implement generic mechanism to access uploaded files ## What is the purpose of the change This PR extends the existing multipart handling to also support mixed multipart

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

2018-06-18 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515675#comment-16515675 ] Dominik Wosiński commented on FLINK-9575: - Is my understanding right ?   > Potential race

[jira] [Closed] (FLINK-9571) Switch to internal states in StateBinder

2018-06-18 Thread Stefan Richter (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Richter closed FLINK-9571. - Resolution: Implemented Merged in: master: 0bdde8377c > Switch to internal states in

[jira] [Commented] (FLINK-9571) Switch to internal states in StateBinder

2018-06-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515655#comment-16515655 ] ASF GitHub Bot commented on FLINK-9571: --- Github user asfgit closed the pull request at:

[GitHub] flink pull request #6173: [FLINK-9571] Refactor StateBinder to internal back...

2018-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6173 ---

[GitHub] flink issue #6173: [FLINK-9571] Refactor StateBinder to internal backend spe...

2018-06-18 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/6173 LGTM 👍 Will merge. ---

[jira] [Commented] (FLINK-9571) Switch to internal states in StateBinder

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

[jira] [Commented] (FLINK-6469) Configure Memory Sizes with units

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

[jira] [Commented] (FLINK-9571) Switch to internal states in StateBinder

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

[GitHub] flink issue #6173: [FLINK-9571] Refactor StateBinder to internal backend spe...

2018-06-18 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/6173 I had a few comments inline. After they are addressed, I think this is good to merge. ---

[jira] [Commented] (FLINK-9571) Switch to internal states in StateBinder

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

[GitHub] flink issue #5448: [FLINK-6469] Configure Memory Sizes with units

2018-06-18 Thread dawidwys
Github user dawidwys commented on the issue: https://github.com/apache/flink/pull/5448 Hi @yanghua, I am afraid Stephan won't be able to reply any time soon. I would suggest to - add the default unit to the parse method of `MemorySize` and use MB for

[GitHub] flink pull request #6173: [FLINK-9571] Refactor StateBinder to internal back...

2018-06-18 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/6173#discussion_r196046444 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/AbstractKeyedStateBackend.java --- @@ -392,14 +268,14 @@ public KeyGroupRange

[jira] [Commented] (FLINK-9571) Switch to internal states in StateBinder

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

[GitHub] flink pull request #6173: [FLINK-9571] Refactor StateBinder to internal back...

2018-06-18 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/6173#discussion_r196043061 --- Diff: flink-queryable-state/flink-queryable-state-client-java/src/main/java/org/apache/flink/queryablestate/client/QueryableStateClient.java ---

[jira] [Commented] (FLINK-9571) Switch to internal states in StateBinder

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

[GitHub] flink pull request #6173: [FLINK-9571] Refactor StateBinder to internal back...

2018-06-18 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/6173#discussion_r196042694 --- Diff: flink-queryable-state/flink-queryable-state-client-java/src/main/java/org/apache/flink/queryablestate/client/QueryableStateClient.java ---

[GitHub] flink issue #6083: [FLINK-8983] End-to-end test: Confluent schema registry

2018-06-18 Thread dawidwys
Github user dawidwys commented on the issue: https://github.com/apache/flink/pull/6083 Just my two cents, we've recently introduced a `DeserializationSchema` that uses Confluent Schema Registry to decode data. Could you reuse it rather than introduce a new one. The PR in which it was

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

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

[jira] [Updated] (FLINK-9609) Add bucket ready mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-9609: Description: Currently, BucketingSink only support {{notifyCheckpointComplete}}. But users want

[jira] [Updated] (FLINK-9609) Add bucket ready mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-9609: Summary: Add bucket ready mechanism for BucketingSink when checkpoint complete (was: Add bucket

[jira] [Commented] (FLINK-9571) Switch to internal states in StateBinder

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

[GitHub] flink issue #6173: [FLINK-9571] Refactor StateBinder to internal backend spe...

2018-06-18 Thread azagrebin
Github user azagrebin commented on the issue: https://github.com/apache/flink/pull/6173 Thanks @sihuazhou! I have added changes to address the comments ---

[jira] [Updated] (FLINK-9609) Add bucket ready notification mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-9609: Issue Type: New Feature (was: Improvement) > Add bucket ready notification mechanism for

[jira] [Updated] (FLINK-9609) Add bucket ready notification mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-9609: Description: Currently, BucketingSink only support {{notifyCheckpointComplete}}. But users want

[jira] [Updated] (FLINK-9609) Add bucket ready notification mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-9609: Description: Currently, BucketingSink only support {{notifyCheckpointComplete}}. But users want

[GitHub] flink issue #6076: [hotfix][docs] Specify operators behaviour on processing ...

2018-06-18 Thread pnowojski
Github user pnowojski commented on the issue: https://github.com/apache/flink/pull/6076 I have added a sentence covering this, but it would be nice to merge it and not prolonging and ever extending this PR. ---

[jira] [Commented] (FLINK-9467) No Watermark display on Web UI

2018-06-18 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515516#comment-16515516 ] Chesnay Schepler commented on FLINK-9467: - PR: https://github.com/apache/flink/pull/6152 > No

[jira] [Commented] (FLINK-9560) RateLimiting for FileSystem

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

[GitHub] flink pull request #6149: [FLINK-9560] Add RateLimiting for FileSystem

2018-06-18 Thread pnowojski
Github user pnowojski commented on a diff in the pull request: https://github.com/apache/flink/pull/6149#discussion_r196008935 --- Diff: flink-core/src/test/java/org/apache/flink/core/fs/LimitedConnectionsFileSystemTest.java --- @@ -122,6 +122,42 @@ public void

[jira] [Updated] (FLINK-9609) Add bucket ready notification mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-9609: Description: Currently, BucketingSink only can {{notifyCheckpointComplete}} (was: Currently, ) >

[jira] [Updated] (FLINK-9609) Add bucket ready notification mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated FLINK-9609: Description: Currently, > Add bucket ready notification mechanism for BucketingSink when

[jira] [Created] (FLINK-9609) Add bucket ready notification mechanism for BucketingSink when checkpoint complete

2018-06-18 Thread mingleizhang (JIRA)
mingleizhang created FLINK-9609: --- Summary: Add bucket ready notification mechanism for BucketingSink when checkpoint complete Key: FLINK-9609 URL: https://issues.apache.org/jira/browse/FLINK-9609

[jira] [Commented] (FLINK-8521) FlinkKafkaProducer011ITCase.testRunOutOfProducersInThePool timed out on Travis

2018-06-18 Thread Piotr Nowojski (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515503#comment-16515503 ] Piotr Nowojski commented on FLINK-8521: --- Nope, I haven't worked on it further after marking this as

[jira] [Assigned] (FLINK-8521) FlinkKafkaProducer011ITCase.testRunOutOfProducersInThePool timed out on Travis

2018-06-18 Thread Piotr Nowojski (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Nowojski reassigned FLINK-8521: - Assignee: (was: Piotr Nowojski) >

[jira] [Updated] (FLINK-8521) FlinkKafkaProducer011ITCase.testRunOutOfProducersInThePool timed out on Travis

2018-06-18 Thread Piotr Nowojski (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Nowojski updated FLINK-8521: -- Fix Version/s: (was: 1.5.1) (was: 1.4.3) >

[jira] [Updated] (FLINK-9602) Extend CommonOption section

2018-06-18 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-9602: - Priority: Blocker (was: Major) > Extend CommonOption section > --- > >

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

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

[GitHub] flink pull request #6172: [FLINK-9594][E2E tests] Improve docs for new test ...

2018-06-18 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6172#discussion_r195992732 --- Diff: flink-end-to-end-tests/README.md --- @@ -33,6 +33,53 @@ $ FLINK_DIR= flink-end-to-end-tests/test-scripts/test_batch_wordcount ##

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

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

[GitHub] flink pull request #6172: [FLINK-9594][E2E tests] Improve docs for new test ...

2018-06-18 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6172#discussion_r195992679 --- Diff: flink-end-to-end-tests/README.md --- @@ -33,6 +33,53 @@ $ FLINK_DIR= flink-end-to-end-tests/test-scripts/test_batch_wordcount ##

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

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

[GitHub] flink pull request #6172: [FLINK-9594][E2E tests] Improve docs for new test ...

2018-06-18 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6172#discussion_r195992920 --- Diff: flink-end-to-end-tests/README.md --- @@ -33,6 +33,53 @@ $ FLINK_DIR= flink-end-to-end-tests/test-scripts/test_batch_wordcount ##

[GitHub] flink pull request #6172: [FLINK-9594][E2E tests] Improve docs for new test ...

2018-06-18 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6172#discussion_r195991753 --- Diff: flink-end-to-end-tests/README.md --- @@ -33,6 +33,53 @@ $ FLINK_DIR= flink-end-to-end-tests/test-scripts/test_batch_wordcount ##

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

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

[GitHub] flink issue #6177: Backport of Kinesis connector changes from 1.5 to release...

2018-06-18 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/6177 I'm not sure that we want to backport the shard-mapping hash function. IMO, that is a new feature and shouldn't go into a bugfix release. What do you think @tweise? ---

[jira] [Closed] (FLINK-9601) Snapshot of CopyOnWriteStateTable will failed when the amount of record is more than MAXIMUM_CAPACITY

2018-06-18 Thread Stefan Richter (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Richter closed FLINK-9601. - Resolution: Fixed Merged in: master: 0e9b066aab > Snapshot of CopyOnWriteStateTable will failed

[jira] [Commented] (FLINK-9601) Snapshot of CopyOnWriteStateTable will failed when the amount of record is more than MAXIMUM_CAPACITY

2018-06-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515461#comment-16515461 ] ASF GitHub Bot commented on FLINK-9601: --- Github user asfgit closed the pull request at:

[GitHub] flink pull request #6174: [FLINK-9601][state]Try to reuse the snapshotData a...

2018-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6174 ---

[jira] [Commented] (FLINK-9601) Snapshot of CopyOnWriteStateTable will failed when the amount of record is more than MAXIMUM_CAPACITY

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

[GitHub] flink issue #6174: [FLINK-9601][state]Try to reuse the snapshotData array as...

2018-06-18 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/6174 LGTM now 👍 Will merge. ---

[jira] [Closed] (FLINK-9606) Support ParquetTableSource

2018-06-18 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-9606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-9606. Resolution: Duplicate Closing as duplicate of FLINK-2169. > Support ParquetTableSource >

  1   2   >