[GitHub] flink pull request #2400: [FLINK-4363] Implement TaskManager basic startup o...

2016-08-24 Thread wangzhijiang999
Github user wangzhijiang999 commented on a diff in the pull request: https://github.com/apache/flink/pull/2400#discussion_r76189450 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/taskexecutor/TaskExecutor.java --- @@ -36,27 +82,617 @@ */ public class

[jira] [Commented] (FLINK-4363) Implement TaskManager basic startup of all components in java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436376#comment-15436376 ] ASF GitHub Bot commented on FLINK-4363: --- Github user wangzhijiang999 commented on a

[jira] [Commented] (FLINK-4363) Implement TaskManager basic startup of all components in java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436373#comment-15436373 ] ASF GitHub Bot commented on FLINK-4363: --- Github user wangzhijiang999 commented on a

[GitHub] flink pull request #2400: [FLINK-4363] Implement TaskManager basic startup o...

2016-08-24 Thread wangzhijiang999
Github user wangzhijiang999 commented on a diff in the pull request: https://github.com/apache/flink/pull/2400#discussion_r76189334 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/taskexecutor/TaskExecutor.java --- @@ -94,12 +729,11 @@ public void notifyOfNewRes

[GitHub] flink issue #2410: [FLINK-4449] [cluster management] Heartbeat Manager betwe...

2016-08-24 Thread beyond1920
Github user beyond1920 commented on the issue: https://github.com/apache/flink/pull/2410 @tillrohrmann , I modify the code based on your advice. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[jira] [Commented] (FLINK-4449) Heartbeat Manager between ResourceManager and TaskExecutor

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436366#comment-15436366 ] ASF GitHub Bot commented on FLINK-4449: --- Github user beyond1920 commented on the iss

[jira] [Commented] (FLINK-4367) Offer separate API for watermark generation and timestamp extraction

2016-08-24 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436334#comment-15436334 ] ramkrishna.s.vasudevan commented on FLINK-4367: --- So it is better to remove t

[jira] [Commented] (FLINK-4449) Heartbeat Manager between ResourceManager and TaskExecutor

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436242#comment-15436242 ] ASF GitHub Bot commented on FLINK-4449: --- Github user beyond1920 commented on a diff

[GitHub] flink pull request #2410: [FLINK-4449] [cluster management] Heartbeat Manage...

2016-08-24 Thread beyond1920
Github user beyond1920 commented on a diff in the pull request: https://github.com/apache/flink/pull/2410#discussion_r76176826 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/heartbeat/HeartbeatScheduler.java --- @@ -0,0 +1,286 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-4449) Heartbeat Manager between ResourceManager and TaskExecutor

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436237#comment-15436237 ] ASF GitHub Bot commented on FLINK-4449: --- Github user beyond1920 commented on a diff

[GitHub] flink pull request #2410: [FLINK-4449] [cluster management] Heartbeat Manage...

2016-08-24 Thread beyond1920
Github user beyond1920 commented on a diff in the pull request: https://github.com/apache/flink/pull/2410#discussion_r76176673 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rpc/resourcemanager/ResourceManagerHATest.java --- @@ -0,0 +1,102 @@ +/* + * Licens

[jira] [Commented] (FLINK-4449) Heartbeat Manager between ResourceManager and TaskExecutor

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436225#comment-15436225 ] ASF GitHub Bot commented on FLINK-4449: --- Github user beyond1920 commented on a diff

[GitHub] flink pull request #2410: [FLINK-4449] [cluster management] Heartbeat Manage...

2016-08-24 Thread beyond1920
Github user beyond1920 commented on a diff in the pull request: https://github.com/apache/flink/pull/2410#discussion_r76176210 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rpc/heartbeat/HeartbeatSchedulerTest.java --- @@ -0,0 +1,248 @@ +/* + * Licensed to

[GitHub] flink pull request #2410: [FLINK-4449] [cluster management] Heartbeat Manage...

2016-08-24 Thread beyond1920
Github user beyond1920 commented on a diff in the pull request: https://github.com/apache/flink/pull/2410#discussion_r76176200 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rpc/resourcemanager/ResourceManagerHATest.java --- @@ -0,0 +1,102 @@ +/* + * Licens

[jira] [Commented] (FLINK-4449) Heartbeat Manager between ResourceManager and TaskExecutor

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436226#comment-15436226 ] ASF GitHub Bot commented on FLINK-4449: --- Github user beyond1920 commented on a diff

[jira] [Commented] (FLINK-3322) MemoryManager creates too much GC pressure with iterative jobs

2016-08-24 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436212#comment-15436212 ] ramkrishna.s.vasudevan commented on FLINK-3322: --- I can work on this and come

[GitHub] flink issue #2416: FLINK-4480: Incorrect link to elastic.co in documentation

2016-08-24 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/2416 Hi @smarthi, Thank you for picking this up. The changes LGTM :) Also tested the 2.3.5 ES version bump. Good catches on the Guava and broken example also! --- If your project is set up for

[jira] [Commented] (FLINK-4480) Incorrect link to elastic.co in documentation

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436175#comment-15436175 ] ASF GitHub Bot commented on FLINK-4480: --- Github user tzulitai commented on the issue

[jira] [Assigned] (FLINK-4339) Implement Slot Pool Core

2016-08-24 Thread Kurt Young (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Young reassigned FLINK-4339: - Assignee: Kurt Young > Implement Slot Pool Core > > > Ke

[jira] [Updated] (FLINK-4339) Implement Slot Pool Core

2016-08-24 Thread Kurt Young (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Young updated FLINK-4339: -- Description: Impements the core slot structures and behavior of the {{SlotPool}}: - pool of available

[jira] [Commented] (FLINK-4478) Implement heartbeat logic

2016-08-24 Thread zhangjing (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436167#comment-15436167 ] zhangjing commented on FLINK-4478: -- [~till.rohrmann]. I agree we should define how should

[jira] [Commented] (FLINK-4449) Heartbeat Manager between ResourceManager and TaskExecutor

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436164#comment-15436164 ] ASF GitHub Bot commented on FLINK-4449: --- Github user beyond1920 commented on the iss

[GitHub] flink issue #2410: [FLINK-4449] [cluster management] Heartbeat Manager betwe...

2016-08-24 Thread beyond1920
Github user beyond1920 commented on the issue: https://github.com/apache/flink/pull/2410 Hi, till. Thanks for reviewing and good advices so much. I agree we should define how should it look like first. And I try to give my opinions for your question. 1. exponential backoff strat

[jira] [Commented] (FLINK-4449) Heartbeat Manager between ResourceManager and TaskExecutor

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436094#comment-15436094 ] ASF GitHub Bot commented on FLINK-4449: --- Github user beyond1920 commented on a diff

[GitHub] flink pull request #2410: [FLINK-4449] [cluster management] Heartbeat Manage...

2016-08-24 Thread beyond1920
Github user beyond1920 commented on a diff in the pull request: https://github.com/apache/flink/pull/2410#discussion_r76168206 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rpc/heartbeat/HeartbeatSchedulerTest.java --- @@ -0,0 +1,248 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-4483) Complete test coverage integration

2016-08-24 Thread Pavel Fadeev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435930#comment-15435930 ] Pavel Fadeev commented on FLINK-4483: - Team, can you please help with this ticket assi

[jira] [Created] (FLINK-4483) Complete test coverage integration

2016-08-24 Thread Pavel Fadeev (JIRA)
Pavel Fadeev created FLINK-4483: --- Summary: Complete test coverage integration Key: FLINK-4483 URL: https://issues.apache.org/jira/browse/FLINK-4483 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-4482) numUnsuccessfulCheckpointsTriggers is accessed without holding triggerLock

2016-08-24 Thread Ted Yu (JIRA)
Ted Yu created FLINK-4482: - Summary: numUnsuccessfulCheckpointsTriggers is accessed without holding triggerLock Key: FLINK-4482 URL: https://issues.apache.org/jira/browse/FLINK-4482 Project: Flink I

[GitHub] flink issue #2383: [FLINK-4418] [client] Improve resilience when InetAddress...

2016-08-24 Thread rehevkor5
Github user rehevkor5 commented on the issue: https://github.com/apache/flink/pull/2383 @StephanEwen do you want me to take a look & see what straightforward refactoring I can make, and squeeze that into this PR? I can't tell if that was a hint or not :) --- If your project is set u

[jira] [Commented] (FLINK-4418) ClusterClient/ConnectionUtils#findConnectingAddress fails immediately if InetAddress.getLocalHost throws exception

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435824#comment-15435824 ] ASF GitHub Bot commented on FLINK-4418: --- Github user rehevkor5 commented on the issu

[jira] [Commented] (FLINK-3677) FileInputFormat: Allow to specify include/exclude file name patterns

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435814#comment-15435814 ] ASF GitHub Bot commented on FLINK-3677: --- Github user mushketyk commented on the issu

[jira] [Commented] (FLINK-3677) FileInputFormat: Allow to specify include/exclude file name patterns

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435813#comment-15435813 ] ASF GitHub Bot commented on FLINK-3677: --- Github user mushketyk commented on a diff i

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-08-24 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 @mxm Thank you for the review. I've updated PR accordingly. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] flink pull request #2109: [FLINK-3677] FileInputFormat: Allow to specify inc...

2016-08-24 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2109#discussion_r76148927 --- Diff: flink-core/src/test/java/org/apache/flink/api/common/io/GlobFilePathFilterTest.java --- @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-3677) FileInputFormat: Allow to specify include/exclude file name patterns

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435810#comment-15435810 ] ASF GitHub Bot commented on FLINK-3677: --- Github user mushketyk commented on a diff i

[GitHub] flink pull request #2109: [FLINK-3677] FileInputFormat: Allow to specify inc...

2016-08-24 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2109#discussion_r76148802 --- Diff: flink-core/src/test/java/org/apache/flink/api/common/io/FileInputFormatTest.java --- @@ -314,43 +299,95 @@ public void testIgnoredUnderscoreFiles

[GitHub] flink issue #2416: FLINK-4480: Incorrect link to elastic.co in documentation

2016-08-24 Thread smarthi
Github user smarthi commented on the issue: https://github.com/apache/flink/pull/2416 1. Changed the ES2 version to 2.3.5 2. Fixed broken ElasticsearchExample.java 3. Removed use of Guava API. --- If your project is set up for it, you can reply to this email and have your repl

[jira] [Commented] (FLINK-3677) FileInputFormat: Allow to specify include/exclude file name patterns

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435807#comment-15435807 ] ASF GitHub Bot commented on FLINK-3677: --- Github user mushketyk commented on a diff i

[jira] [Commented] (FLINK-4480) Incorrect link to elastic.co in documentation

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435808#comment-15435808 ] ASF GitHub Bot commented on FLINK-4480: --- Github user smarthi commented on the issue:

[jira] [Commented] (FLINK-4480) Incorrect link to elastic.co in documentation

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435804#comment-15435804 ] ASF GitHub Bot commented on FLINK-4480: --- GitHub user smarthi opened a pull request:

[GitHub] flink pull request #2109: [FLINK-3677] FileInputFormat: Allow to specify inc...

2016-08-24 Thread mushketyk
Github user mushketyk commented on a diff in the pull request: https://github.com/apache/flink/pull/2109#discussion_r76148725 --- Diff: flink-core/src/test/java/org/apache/flink/api/common/io/DefaultFilterTest.java --- @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Softwa

[GitHub] flink pull request #2416: FLINK-4480: Incorrect link to elastic.co in docume...

2016-08-24 Thread smarthi
GitHub user smarthi opened a pull request: https://github.com/apache/flink/pull/2416 FLINK-4480: Incorrect link to elastic.co in documentation Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If

[jira] [Closed] (FLINK-4453) Scala code example in Window documentation shows Java

2016-08-24 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-4453. --- > Scala code example in Window documentation shows Java >

[jira] [Resolved] (FLINK-4453) Scala code example in Window documentation shows Java

2016-08-24 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-4453. - Resolution: Fixed Fix Version/s: 1.2.0 Fixed via 42f65e4b93ef7f71b6252bc9c664bee727fd4278

[jira] [Closed] (FLINK-4437) Lock evasion around lastTriggeredCheckpoint may lead to lost updates to related fields

2016-08-24 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-4437. --- > Lock evasion around lastTriggeredCheckpoint may lead to lost updates to > related fields >

[jira] [Resolved] (FLINK-4437) Lock evasion around lastTriggeredCheckpoint may lead to lost updates to related fields

2016-08-24 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-4437. - Resolution: Fixed Fix Version/s: 1.2.0 Fixed via 4da40bcb9ea01cb0c5e6fd0d7472dc09397f648e

[jira] [Commented] (FLINK-4437) Lock evasion around lastTriggeredCheckpoint may lead to lost updates to related fields

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435730#comment-15435730 ] ASF GitHub Bot commented on FLINK-4437: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2409: FLINK-4437 Lock evasion around lastTriggeredCheckpoint ma...

2016-08-24 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2409 @tedyu No problem, happens to everyone. I actually took your code and extended it a bit. Merged in 4da40bcb9ea01cb0c5e6fd0d7472dc09397f648e --- If your project is set up for it, you can

[jira] [Closed] (FLINK-4417) Checkpoints should be subsumed by CheckpointID not, by timestamp

2016-08-24 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-4417. --- > Checkpoints should be subsumed by CheckpointID not, by timestamp > -

[jira] [Resolved] (FLINK-4417) Checkpoints should be subsumed by CheckpointID not, by timestamp

2016-08-24 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-4417. - Resolution: Fixed Fixed via 4e9d1775b5514c87981c78d55323cc2b17361867 Thank you for the contributi

[jira] [Assigned] (FLINK-4480) Incorrect link to elastic.co in documentation

2016-08-24 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suneel Marthi reassigned FLINK-4480: Assignee: Suneel Marthi > Incorrect link to elastic.co in documentation > -

[jira] [Closed] (FLINK-4457) Make the ExecutionGraph independent of Akka

2016-08-24 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-4457. --- > Make the ExecutionGraph independent of Akka > --- > >

[GitHub] flink pull request #2411: [FLINK-4453] [docs] Scala code example in Window d...

2016-08-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2411 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Commented] (FLINK-4417) Checkpoints should be subsumed by CheckpointID not, by timestamp

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435701#comment-15435701 ] ASF GitHub Bot commented on FLINK-4417: --- Github user asfgit closed the pull request

[jira] [Resolved] (FLINK-4457) Make the ExecutionGraph independent of Akka

2016-08-24 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-4457. - Resolution: Fixed Fix Version/s: 1.2.0 Fixed via 635c869326cc77e4199e4d8ee597aed69ed16cd2

[jira] [Commented] (FLINK-4453) Scala code example in Window documentation shows Java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435702#comment-15435702 ] ASF GitHub Bot commented on FLINK-4453: --- Github user asfgit closed the pull request

[GitHub] flink pull request #2407: FLINK-4417 Checkpoints should be subsumed by Check...

2016-08-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2407 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Commented] (FLINK-3850) Add forward field annotations to DataSet operators generated by the Table API

2016-08-24 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435668#comment-15435668 ] Fabian Hueske commented on FLINK-3850: -- Sorry for the very long delay [~ram_krish]. I

[jira] [Commented] (FLINK-3874) Add a Kafka TableSink with JSON serialization

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435630#comment-15435630 ] ASF GitHub Bot commented on FLINK-3874: --- Github user mushketyk commented on the issu

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-24 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 Thank you for your review @fhueske. I've updated it. Could you please take a look at it? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[jira] [Created] (FLINK-4481) Maximum results for pairwise algorithms

2016-08-24 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-4481: - Summary: Maximum results for pairwise algorithms Key: FLINK-4481 URL: https://issues.apache.org/jira/browse/FLINK-4481 Project: Flink Issue Type: New Feature

[jira] [Commented] (FLINK-3899) Document window processing with Reduce/FoldFunction + WindowFunction

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435522#comment-15435522 ] ASF GitHub Bot commented on FLINK-3899: --- Github user danielblazevski commented on th

[GitHub] flink issue #2368: [FLINK-3899] Document window processing with Reduce/FoldF...

2016-08-24 Thread danielblazevski
Github user danielblazevski commented on the issue: https://github.com/apache/flink/pull/2368 Pushed the Scala example --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] flink pull request #2002: Support for bz2 compression in flink-core

2016-08-24 Thread mtanski
Github user mtanski commented on a diff in the pull request: https://github.com/apache/flink/pull/2002#discussion_r76121574 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/compression/InflaterInputStreamFactory.java --- @@ -23,13 +23,12 @@ import java.io.IOE

[jira] [Commented] (FLINK-3899) Document window processing with Reduce/FoldFunction + WindowFunction

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435489#comment-15435489 ] ASF GitHub Bot commented on FLINK-3899: --- Github user danielblazevski commented on a

[GitHub] flink pull request #2368: [FLINK-3899] Document window processing with Reduc...

2016-08-24 Thread danielblazevski
Github user danielblazevski commented on a diff in the pull request: https://github.com/apache/flink/pull/2368#discussion_r76120063 --- Diff: docs/apis/streaming/windows.md --- @@ -459,42 +459,106 @@ ready for processing. This allows to get the benefit of incremental window compu

[jira] [Commented] (FLINK-3899) Document window processing with Reduce/FoldFunction + WindowFunction

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435452#comment-15435452 ] ASF GitHub Bot commented on FLINK-3899: --- Github user fhueske commented on a diff in

[GitHub] flink pull request #2368: [FLINK-3899] Document window processing with Reduc...

2016-08-24 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/2368#discussion_r76115561 --- Diff: docs/apis/streaming/windows.md --- @@ -459,42 +459,106 @@ ready for processing. This allows to get the benefit of incremental window compu the

[jira] [Updated] (FLINK-3999) Rename the `running` flag in the drivers to `canceled`

2016-08-24 Thread Gabor Gevay (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gevay updated FLINK-3999: --- Assignee: Neelesh Srinivas Salian > Rename the `running` flag in the drivers to `canceled` > -

[jira] [Commented] (FLINK-3999) Rename the `running` flag in the drivers to `canceled`

2016-08-24 Thread Gabor Gevay (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435446#comment-15435446 ] Gabor Gevay commented on FLINK-3999: Yes, thank you for working on it! > Rename the `

[jira] [Commented] (FLINK-4407) Implement the trigger DSL

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435357#comment-15435357 ] ASF GitHub Bot commented on FLINK-4407: --- GitHub user kl0u opened a pull request:

[GitHub] flink pull request #2415: [FLINK-4407] Implement the trigger DSL

2016-08-24 Thread kl0u
GitHub user kl0u opened a pull request: https://github.com/apache/flink/pull/2415 [FLINK-4407] Implement the trigger DSL This PR implements the Trigger DSL as presented in [FLIP-9](https://cwiki.apache.org/confluence/display/FLINK/FLIP-9%3A+Trigger+DSL) with the addition of th

[GitHub] flink issue #2275: FLINK-3929 Support for Kerberos Authentication with Keyta...

2016-08-24 Thread vijikarthi
Github user vijikarthi commented on the issue: https://github.com/apache/flink/pull/2275 > It seems like the privileged port issues can be circumvented by setting conf.getBoolean("dfs.datanode.require.secure.ports", false)? It is not supported yet https://github.com/apach

[jira] [Commented] (FLINK-3929) Support for Kerberos Authentication with Keytab Credential

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435356#comment-15435356 ] ASF GitHub Bot commented on FLINK-3929: --- Github user vijikarthi commented on the iss

[jira] [Commented] (FLINK-3899) Document window processing with Reduce/FoldFunction + WindowFunction

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435353#comment-15435353 ] ASF GitHub Bot commented on FLINK-3899: --- Github user danielblazevski commented on a

[GitHub] flink pull request #2368: [FLINK-3899] Document window processing with Reduc...

2016-08-24 Thread danielblazevski
Github user danielblazevski commented on a diff in the pull request: https://github.com/apache/flink/pull/2368#discussion_r76102678 --- Diff: docs/apis/streaming/windows.md --- @@ -459,42 +459,106 @@ ready for processing. This allows to get the benefit of incremental window compu

[GitHub] flink pull request #2414: [FLINK-4341] Let idle consumer subtasks emit max v...

2016-08-24 Thread tzulitai
GitHub user tzulitai opened a pull request: https://github.com/apache/flink/pull/2414 [FLINK-4341] Let idle consumer subtasks emit max value watermarks and fail on resharding This is a short-term fix, until the min-watermark service for the JobManager described in the JIRA discussi

[jira] [Commented] (FLINK-4437) Lock evasion around lastTriggeredCheckpoint may lead to lost updates to related fields

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435319#comment-15435319 ] ASF GitHub Bot commented on FLINK-4437: --- Github user tedyu commented on the issue:

[GitHub] flink issue #2409: FLINK-4437 Lock evasion around lastTriggeredCheckpoint ma...

2016-08-24 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/2409 I ran test suite which patch which failed here: ``` Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 201.106 sec <<< FAILURE! - in org.apache.flink.runtime.jobmanager.TaskManager

[jira] [Commented] (FLINK-4341) Kinesis connector does not emit maximum watermark properly

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435309#comment-15435309 ] ASF GitHub Bot commented on FLINK-4341: --- GitHub user tzulitai opened a pull request:

[jira] [Commented] (FLINK-4035) Bump Kafka producer in Kafka sink to Kafka 0.10.0.0

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435284#comment-15435284 ] ASF GitHub Bot commented on FLINK-4035: --- Github user eliaslevy commented on the issu

[GitHub] flink issue #2369: [FLINK-4035] Add a streaming connector for Apache Kafka 0...

2016-08-24 Thread eliaslevy
Github user eliaslevy commented on the issue: https://github.com/apache/flink/pull/2369 @rmetzger that's the one. NP. I realize breaking it up makes things easier. I just thought I'd mention it. --- If your project is set up for it, you can reply to this email and have your reply a

[jira] [Commented] (FLINK-4437) Lock evasion around lastTriggeredCheckpoint may lead to lost updates to related fields

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435172#comment-15435172 ] ASF GitHub Bot commented on FLINK-4437: --- Github user tedyu commented on the issue:

[jira] [Commented] (FLINK-4363) Implement TaskManager basic startup of all components in java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435171#comment-15435171 ] ASF GitHub Bot commented on FLINK-4363: --- Github user mxm commented on the issue:

[GitHub] flink issue #2409: FLINK-4437 Lock evasion around lastTriggeredCheckpoint ma...

2016-08-24 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/2409 ``` Executing Maven: -B -f /home/jenkins/jenkins-slave/workspace/flink-github-ci/pom.xml -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean install -Dflink.forkCount=1C

[GitHub] flink issue #2400: [FLINK-4363] Implement TaskManager basic startup of all c...

2016-08-24 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2400 Thank you @wangzhijiang999 for the changes. I've made a couple of more requests after which we can merge the PR. --- If your project is set up for it, you can reply to this email and have your reply app

[jira] [Commented] (FLINK-4363) Implement TaskManager basic startup of all components in java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435164#comment-15435164 ] ASF GitHub Bot commented on FLINK-4363: --- Github user mxm commented on a diff in the

[jira] [Commented] (FLINK-4363) Implement TaskManager basic startup of all components in java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435163#comment-15435163 ] ASF GitHub Bot commented on FLINK-4363: --- Github user mxm commented on a diff in the

[GitHub] flink pull request #2400: [FLINK-4363] Implement TaskManager basic startup o...

2016-08-24 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2400#discussion_r76085144 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/taskexecutor/TaskExecutor.java --- @@ -94,12 +729,11 @@ public void notifyOfNewResourceManager

[GitHub] flink pull request #2400: [FLINK-4363] Implement TaskManager basic startup o...

2016-08-24 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2400#discussion_r76085101 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/taskexecutor/TaskExecutor.java --- @@ -94,12 +729,11 @@ public void notifyOfNewResourceManager

[GitHub] flink pull request #2400: [FLINK-4363] Implement TaskManager basic startup o...

2016-08-24 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2400#discussion_r76084947 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/taskexecutor/TaskExecutor.java --- @@ -36,27 +82,617 @@ */ public class TaskExecuto

[jira] [Commented] (FLINK-4363) Implement TaskManager basic startup of all components in java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435161#comment-15435161 ] ASF GitHub Bot commented on FLINK-4363: --- Github user mxm commented on a diff in the

[jira] [Commented] (FLINK-4363) Implement TaskManager basic startup of all components in java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435159#comment-15435159 ] ASF GitHub Bot commented on FLINK-4363: --- Github user mxm commented on a diff in the

[GitHub] flink pull request #2400: [FLINK-4363] Implement TaskManager basic startup o...

2016-08-24 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2400#discussion_r76084797 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/taskexecutor/TaskExecutor.java --- @@ -36,27 +82,617 @@ */ public class TaskExecuto

[jira] [Commented] (FLINK-4363) Implement TaskManager basic startup of all components in java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435158#comment-15435158 ] ASF GitHub Bot commented on FLINK-4363: --- Github user mxm commented on a diff in the

[GitHub] flink pull request #2400: [FLINK-4363] Implement TaskManager basic startup o...

2016-08-24 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2400#discussion_r76084721 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/taskexecutor/TaskExecutor.java --- @@ -36,27 +82,617 @@ */ public class TaskExecuto

[jira] [Commented] (FLINK-4363) Implement TaskManager basic startup of all components in java

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435153#comment-15435153 ] ASF GitHub Bot commented on FLINK-4363: --- Github user mxm commented on a diff in the

[GitHub] flink pull request #2400: [FLINK-4363] Implement TaskManager basic startup o...

2016-08-24 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2400#discussion_r76084398 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/taskexecutor/TaskExecutor.java --- @@ -36,27 +82,617 @@ */ public class TaskExecuto

[jira] [Created] (FLINK-4480) Incorrect link to elastic.co in documentation

2016-08-24 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-4480: Summary: Incorrect link to elastic.co in documentation Key: FLINK-4480 URL: https://issues.apache.org/jira/browse/FLINK-4480 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-4451) Throw exception when remote connection cannot be resolved

2016-08-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435082#comment-15435082 ] ASF GitHub Bot commented on FLINK-4451: --- Github user tillrohrmann closed the pull re

  1   2   3   4   >