[GitHub] flink pull request: [FLINK-3025] [kafka consumer] Bump transitive ...

2015-11-17 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/1365 [FLINK-3025] [kafka consumer] Bump transitive ZkClient dependency to 0.7 for bugfixes Gives us a fix against deadlocks in the ZkClient which have caused the Kafka Consumer to freeze. You can

[GitHub] flink pull request: Bumped the docker container to the latest vers...

2015-11-17 Thread thedrow
GitHub user thedrow opened a pull request: https://github.com/apache/flink/pull/1366 Bumped the docker container to the latest version You can merge this pull request into a Git repository by running: $ git pull https://github.com/thedrow/flink patch-1 Alternatively you can

[jira] [Created] (FLINK-3026) Publish the flink docker container to the docker registry

2015-11-17 Thread Omer Katz (JIRA)
Omer Katz created FLINK-3026: Summary: Publish the flink docker container to the docker registry Key: FLINK-3026 URL: https://issues.apache.org/jira/browse/FLINK-3026 Project: Flink Issue Type:

[jira] [Resolved] (FLINK-2508) Confusing sharing of StreamExecutionEnvironment

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-2508. - Resolution: Fixed Assignee: (was: Márton Balassi) Fix Version/s: (was:

[jira] [Closed] (FLINK-2508) Confusing sharing of StreamExecutionEnvironment

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-2508. --- > Confusing sharing of StreamExecutionEnvironment > --- > >

[jira] [Closed] (FLINK-3024) TimestampExtractor Does not Work When returning Long.MIN_VALUE

2015-11-17 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek closed FLINK-3024. --- Resolution: Fixed Fix Version/s: 0.10.1 1.0.0 Fixed in

[jira] [Commented] (FLINK-2942) Dangling operators in web UI's program visualization (non-deterministic)

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008645#comment-15008645 ] ASF GitHub Bot commented on FLINK-2942: --- Github user StephanEwen commented on the pull request:

[jira] [Created] (FLINK-3025) Flink Kafka consumer may get stuck due to Kafka/Zookeeper client bug

2015-11-17 Thread Gyula Fora (JIRA)
Gyula Fora created FLINK-3025: - Summary: Flink Kafka consumer may get stuck due to Kafka/Zookeeper client bug Key: FLINK-3025 URL: https://issues.apache.org/jira/browse/FLINK-3025 Project: Flink

[jira] [Commented] (FLINK-3025) Flink Kafka consumer may get stuck due to Kafka/Zookeeper client bug

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008491#comment-15008491 ] ASF GitHub Bot commented on FLINK-3025: --- GitHub user StephanEwen opened a pull request:

[jira] [Closed] (FLINK-2680) Create a dedicated aligned-event time window operator

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-2680. --- > Create a dedicated aligned-event time window operator >

[jira] [Resolved] (FLINK-2680) Create a dedicated aligned-event time window operator

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-2680. - Resolution: Won't Fix Rather, we should unify the processing and event time windows and make only

[jira] [Commented] (FLINK-3021) Job submission times out due to classloading issue on JobManager

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008632#comment-15008632 ] ASF GitHub Bot commented on FLINK-3021: --- GitHub user tillrohrmann opened a pull request:

[jira] [Resolved] (FLINK-2670) Unstable CombineTaskTest

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-2670. - Resolution: Fixed Fix Version/s: (was: 1.0.0) 0.10.0 Fixed a while

[jira] [Closed] (FLINK-2670) Unstable CombineTaskTest

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-2670. --- > Unstable CombineTaskTest > > > Key: FLINK-2670 >

[GitHub] flink pull request: [FLINK-3021] Fix class loading issue for strea...

2015-11-17 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/1368 [FLINK-3021] Fix class loading issue for streaming sources Streaming sources were directly assigned their InputFormat in the StreamingJobGraphGenerator. As a consequence, the input formats

[GitHub] flink pull request: [FLINK-2967] Enhance TaskManager network detec...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/1361#discussion_r45052205 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/net/ConnectionUtils.java --- @@ -180,7 +180,41 @@ public static InetAddress

[jira] [Commented] (FLINK-2967) TM address detection might not always detect the right interface on slow networks / overloaded JMs

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

[jira] [Commented] (FLINK-2967) TM address detection might not always detect the right interface on slow networks / overloaded JMs

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

[GitHub] flink pull request: [FLINK-2967] Enhance TaskManager network detec...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/1361#discussion_r45052228 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/net/ConnectionUtils.java --- @@ -180,7 +180,41 @@ public static InetAddress

[GitHub] flink pull request: Fixed FLINK-2942

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1346#issuecomment-157373231 Will merge this for 1.0 and 0.10.0 ... --- 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

[jira] [Resolved] (FLINK-297) Redesign GUI client-server model

2015-11-17 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi resolved FLINK-297. --- Resolution: Fixed > Redesign GUI client-server model > > >

[GitHub] flink pull request: Change the parameter 'numSample' in DataSetUti...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1362#issuecomment-157342698 Looks good, will merge this... --- 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

[jira] [Commented] (FLINK-3025) Flink Kafka consumer may get stuck due to Kafka/Zookeeper client bug

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008568#comment-15008568 ] ASF GitHub Bot commented on FLINK-3025: --- Github user gyfora commented on the pull request:

[GitHub] flink pull request: [FLINK-3025] [kafka consumer] Bump transitive ...

2015-11-17 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/1365#issuecomment-157354372 :+1: --- 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

[GitHub] flink pull request: [FLINK-2913] Close of ObjectOutputStream shoul...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1353#issuecomment-157345512 How about using a try-with-resources statement here? I would like to use this whenever we touch code that needs to ensure closing a resource... --- If your

[jira] [Commented] (FLINK-2913) Close of ObjectOutputStream should be enclosed in finally block in FsStateBackend

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008524#comment-15008524 ] ASF GitHub Bot commented on FLINK-2913: --- Github user StephanEwen commented on the pull request:

[GitHub] flink pull request: [FLINK-3025] [kafka consumer] Bump transitive ...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1365#issuecomment-157362141 Tests pass, will merge this... --- 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

[jira] [Created] (FLINK-3027) Cancel button in Flink job dashboard does not work

2015-11-17 Thread Krzysztof Zarzycki (JIRA)
Krzysztof Zarzycki created FLINK-3027: - Summary: Cancel button in Flink job dashboard does not work Key: FLINK-3027 URL: https://issues.apache.org/jira/browse/FLINK-3027 Project: Flink

[jira] [Commented] (FLINK-2504) ExternalSortLargeRecordsITCase.testSortWithLongAndShortRecordsMixed failed spuriously

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008620#comment-15008620 ] Stephan Ewen commented on FLINK-2504: - I have over the days spent quite a bit of time with the code

[GitHub] flink pull request: [FLINK-2914] Add missing break Statement in ZK...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1359#issuecomment-157343610 Looks correct (and affects only logging). Will merge this... --- If your project is set up for it, you can reply to this email and have your reply appear

[jira] [Commented] (FLINK-2351) Deprecate config builders in InputFormats and Output formats

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008589#comment-15008589 ] Stephan Ewen commented on FLINK-2351: - Any news on this one? Would be great to include this with 1.0

[jira] [Commented] (FLINK-3025) Flink Kafka consumer may get stuck due to Kafka/Zookeeper client bug

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008587#comment-15008587 ] ASF GitHub Bot commented on FLINK-3025: --- Github user StephanEwen commented on the pull request:

[jira] [Resolved] (FLINK-2676) Add abstraction for keyed window state

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-2676. - Resolution: Won't Fix > Add abstraction for keyed window state >

[jira] [Commented] (FLINK-2676) Add abstraction for keyed window state

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008622#comment-15008622 ] Stephan Ewen commented on FLINK-2676: - Approach changed a bit. Will file a more detailed followup at

[jira] [Closed] (FLINK-2676) Add abstraction for keyed window state

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-2676. --- > Add abstraction for keyed window state > -- > >

[jira] [Assigned] (FLINK-2750) FileStateHandleTest fails when building for Hadoop 2.6.0

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen reassigned FLINK-2750: --- Assignee: Stephan Ewen > FileStateHandleTest fails when building for Hadoop 2.6.0 >

[jira] [Created] (FLINK-3028) Cannot cancel restarting job via web frontend

2015-11-17 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3028: -- Summary: Cannot cancel restarting job via web frontend Key: FLINK-3028 URL: https://issues.apache.org/jira/browse/FLINK-3028 Project: Flink Issue Type:

[jira] [Commented] (FLINK-3002) Add an EitherType to the Java API

2015-11-17 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008883#comment-15008883 ] Vasia Kalavri commented on FLINK-3002: -- Alright, specifically creating a {{Left}} means I can reuse

[jira] [Commented] (FLINK-2914) Missing break in ZooKeeperSubmittedJobGraphStore#SubmittedJobGraphsPathCacheListener#childEvent()

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008516#comment-15008516 ] ASF GitHub Bot commented on FLINK-2914: --- Github user StephanEwen commented on the pull request:

[jira] [Commented] (FLINK-2879) Links in documentation are broken

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008531#comment-15008531 ] ASF GitHub Bot commented on FLINK-2879: --- Github user StephanEwen commented on the pull request:

[GitHub] flink pull request: [FLINK-2879] [docs] Fixed broken links on the ...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1348#issuecomment-157346537 Looks good, merging this! BTW: It also affects the docs of the 0.10 release, so I will cherry pick it into the 0.10.x branch as well. --- If your project

[jira] [Commented] (FLINK-2351) Deprecate config builders in InputFormats and Output formats

2015-11-17 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008604#comment-15008604 ] Chesnay Schepler commented on FLINK-2351: - i planned on removing the stuff when the Record API is

[jira] [Commented] (FLINK-3018) Job state discarded from web interface for restarting jobs

2015-11-17 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008778#comment-15008778 ] Gyula Fora commented on FLINK-3018: --- You are right but it is still confusing for jobs that fail

[jira] [Closed] (FLINK-3029) JobGraph is not connected correctly in webfrontend for streaming job

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-3029. --- > JobGraph is not connected correctly in webfrontend for streaming job >

[jira] [Closed] (FLINK-2914) Missing break in ZooKeeperSubmittedJobGraphStore#SubmittedJobGraphsPathCacheListener#childEvent()

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-2914. --- > Missing break in > ZooKeeperSubmittedJobGraphStore#SubmittedJobGraphsPathCacheListener#childEvent() >

[jira] [Resolved] (FLINK-3029) JobGraph is not connected correctly in webfrontend for streaming job

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-3029. - Resolution: Duplicate Duplicate of FLINK-2942 > JobGraph is not connected correctly in

[jira] [Commented] (FLINK-3023) Show Flink version + commit id for -SNAPSHOT versions in web frontend

2015-11-17 Thread Chiwan Park (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008835#comment-15008835 ] Chiwan Park commented on FLINK-3023: +1 and I think that this improvement would be good for Flink

[jira] [Commented] (FLINK-3018) Job state discarded from web interface for restarting jobs

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008834#comment-15008834 ] Stephan Ewen commented on FLINK-3018: - I would like to have an "accumulated num records" counter

[jira] [Commented] (FLINK-3009) Cannot build docs with Jekyll 3.0.0

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

[GitHub] flink pull request: [FLINK-3009] Add dockerized jekyll environment

2015-11-17 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/flink/pull/1363#discussion_r45075237 --- Diff: docs/docker/run.sh --- @@ -0,0 +1,74 @@ +#!/bin/bash + +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[jira] [Commented] (FLINK-2972) Remove Twitter Chill dependency from flink-java module

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008768#comment-15008768 ] ASF GitHub Bot commented on FLINK-2972: --- Github user fhueske commented on the pull request:

[jira] [Commented] (FLINK-3013) Incorrect package declaration in GellyScalaAPICompletenessTest.scala

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008743#comment-15008743 ] ASF GitHub Bot commented on FLINK-3013: --- Github user vasia commented on the pull request:

[GitHub] flink pull request: [FLINK-2972] [JavaAPI] Remove Chill dependency...

2015-11-17 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1331#issuecomment-157391821 What if a user registers a custom type in Kryo on the client side? That type would receive a different ID, because fewer types have been registered at the client

[jira] [Commented] (FLINK-2771) IterateTest.testSimpleIteration fails on Travis

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008777#comment-15008777 ] ASF GitHub Bot commented on FLINK-2771: --- Github user mliesenberg commented on the pull request:

[jira] [Updated] (FLINK-3018) Job state discarded from web interface for restarting jobs

2015-11-17 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-3018: -- Priority: Minor (was: Critical) > Job state discarded from web interface for restarting jobs >

[GitHub] flink pull request: Fix JavaDoc of ElasticsearchSink

2015-11-17 Thread mliesenberg
Github user mliesenberg commented on the pull request: https://github.com/apache/flink/pull/1367#issuecomment-157394443 several travis builds failed: oraclejdk8 & hadoop 2.7: https://issues.apache.org/jira/browse/FLINK-2771 oraclejdk8 & hadoop 2.5:

[jira] [Commented] (FLINK-3002) Add an EitherType to the Java API

2015-11-17 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008784#comment-15008784 ] Vasia Kalavri commented on FLINK-3002: -- No, in fact, I didn't go with the abstract version :-) I do

[jira] [Resolved] (FLINK-2967) TM address detection might not always detect the right interface on slow networks / overloaded JMs

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-2967. - Resolution: Fixed Fix Version/s: 0.10.1 1.0.0 Fixed in - 0.10 via

[jira] [Closed] (FLINK-3025) Flink Kafka consumer may get stuck due to Kafka/Zookeeper client bug

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-3025. --- > Flink Kafka consumer may get stuck due to Kafka/Zookeeper client bug >

[jira] [Commented] (FLINK-2942) Dangling operators in web UI's program visualization (non-deterministic)

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008814#comment-15008814 ] Stephan Ewen commented on FLINK-2942: - Fixed in 0.10 via 9895e3e43823be11f058a00b9c4eb0c049dd91a8 >

[jira] [Resolved] (FLINK-2914) Missing break in ZooKeeperSubmittedJobGraphStore#SubmittedJobGraphsPathCacheListener#childEvent()

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-2914. - Resolution: Fixed Fix Version/s: 1.0.0 Fixed via 442fcb196f9bf9fada2278b78c8447e65f0c85e0

[jira] [Commented] (FLINK-3002) Add an EitherType to the Java API

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008831#comment-15008831 ] Stephan Ewen commented on FLINK-3002: - The thing about {{Either}} is that you never create an

[jira] [Commented] (FLINK-3002) Add an EitherType to the Java API

2015-11-17 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008853#comment-15008853 ] Vasia Kalavri commented on FLINK-3002: -- I agree [~StephanEwen], that was my reasoning as well. What

[jira] [Commented] (FLINK-3009) Cannot build docs with Jekyll 3.0.0

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008862#comment-15008862 ] ASF GitHub Bot commented on FLINK-3009: --- Github user hsaputra commented on the pull request:

[GitHub] flink pull request: [FLINK-3009] Add dockerized jekyll environment

2015-11-17 Thread hsaputra
Github user hsaputra commented on the pull request: https://github.com/apache/flink/pull/1363#issuecomment-157408961 Other than small nit on text, +1 Seems like Travis fails unrelated to this patch --- If your project is set up for it, you can reply to this email and have

[jira] [Commented] (FLINK-3002) Add an EitherType to the Java API

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008861#comment-15008861 ] Stephan Ewen commented on FLINK-3002: - All object reuse is optional to be done where possible. If you

[jira] [Resolved] (FLINK-2879) Links in documentation are broken

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-2879. - Resolution: Fixed Fix Version/s: 0.10.1 1.0.0 Fixed in - 0.10 via

[jira] [Closed] (FLINK-2879) Links in documentation are broken

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-2879. --- > Links in documentation are broken > - > > Key:

[jira] [Closed] (FLINK-2967) TM address detection might not always detect the right interface on slow networks / overloaded JMs

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-2967. --- > TM address detection might not always detect the right interface on slow > networks / overloaded JMs >

[jira] [Resolved] (FLINK-3025) Flink Kafka consumer may get stuck due to Kafka/Zookeeper client bug

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-3025. - Resolution: Fixed Assignee: Stephan Ewen Fix Version/s: 0.10.1

[jira] [Commented] (FLINK-3002) Add an EitherType to the Java API

2015-11-17 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008836#comment-15008836 ] Aljoscha Krettek commented on FLINK-3002: - Hi, you can remove the {{isLeft}}/{{isRight}} fields,

[jira] [Commented] (FLINK-2967) TM address detection might not always detect the right interface on slow networks / overloaded JMs

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008691#comment-15008691 ] ASF GitHub Bot commented on FLINK-2967: --- Github user StephanEwen commented on the pull request:

[GitHub] flink pull request: [FLINK-2967] Enhance TaskManager network detec...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1361#issuecomment-157378877 Will merge and address the comments... --- 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

[jira] [Commented] (FLINK-3029) JobGraph is not connected correctly in webfrontend for streaming job

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008699#comment-15008699 ] Stephan Ewen commented on FLINK-3029: - Duplicate of https://issues.apache.org/jira/browse/FLINK-2942 ?

[GitHub] flink pull request: [FLINK-3011, 3019, 3028] Cancel jobs in RESTAR...

2015-11-17 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/1369#issuecomment-157383381 I verified the intended behaviour on a cluster application, it works for cancelling from both the command line and also from the web interface. +1 from my side,

[GitHub] flink pull request: [FLINK-2972] [JavaAPI] Remove Chill dependency...

2015-11-17 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1331#issuecomment-157383461 I can confirm that `chill-avro` was never used. I accidentally committed the dependency while trying out different approaches for handling Avro POJOs with Flink. ---

[jira] [Commented] (FLINK-2972) Remove Twitter Chill dependency from flink-java module

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008720#comment-15008720 ] ASF GitHub Bot commented on FLINK-2972: --- Github user StephanEwen commented on the pull request:

[jira] [Commented] (FLINK-2972) Remove Twitter Chill dependency from flink-java module

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008723#comment-15008723 ] ASF GitHub Bot commented on FLINK-2972: --- Github user rmetzger commented on the pull request:

[GitHub] flink pull request: [FLINK-3021] Fix class loading issue for strea...

2015-11-17 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1368#issuecomment-157384055 +1 to merge. --- 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

[jira] [Commented] (FLINK-3018) Job state discarded from web interface for restarting jobs

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008728#comment-15008728 ] Stephan Ewen commented on FLINK-3018: - There are multiple execution attempts in cases of failures,

[GitHub] flink pull request: [FLINK-2879] [docs] Fixed broken links on the ...

2015-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1348 --- 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

[GitHub] flink pull request: Change the parameter 'numSample' in DataSetUti...

2015-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1362 --- 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

[GitHub] flink pull request: [FLINK-2914] Add missing break Statement in ZK...

2015-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1359 --- 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

[jira] [Created] (FLINK-3029) JobGraph is not connected correctly in webfrontend for streaming job

2015-11-17 Thread Gyula Fora (JIRA)
Gyula Fora created FLINK-3029: - Summary: JobGraph is not connected correctly in webfrontend for streaming job Key: FLINK-3029 URL: https://issues.apache.org/jira/browse/FLINK-3029 Project: Flink

[jira] [Commented] (FLINK-2972) Remove Twitter Chill dependency from flink-java module

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008709#comment-15008709 ] ASF GitHub Bot commented on FLINK-2972: --- Github user fhueske commented on the pull request:

[GitHub] flink pull request: [FLINK-2901] Remove Record API dependencies fr...

2015-11-17 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1306#issuecomment-157382048 @fhueske I've addressed most of your concerns. Things that still need work / clarification: * PreviewPlanDumpTest was previously executed with 2 different

[GitHub] flink pull request: [FLINK-3011, 3019, 3028] Cancel jobs in RESTAR...

2015-11-17 Thread uce
GitHub user uce opened a pull request: https://github.com/apache/flink/pull/1369 [FLINK-3011, 3019, 3028] Cancel jobs in RESTARTING state This addresses issues with cancelling jobs, which are in the `RESTARTING` state. A job enters this state after a failure as soon as all job

[jira] [Commented] (FLINK-3011) Cannot cancel failing/restarting streaming job from the command line

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008719#comment-15008719 ] ASF GitHub Bot commented on FLINK-3011: --- GitHub user uce opened a pull request:

[jira] [Commented] (FLINK-2901) Several flink-test ITCases depend on Record API features

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008718#comment-15008718 ] ASF GitHub Bot commented on FLINK-2901: --- Github user zentol commented on the pull request:

[GitHub] flink pull request: [FLINK-2972] [JavaAPI] Remove Chill dependency...

2015-11-17 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1331#issuecomment-157381073 1. No, it seemed that `chill-avro` was not used. 2. Chill is required when Java programs are submitted to a cluster that include collection data sets. The cluster

[GitHub] flink pull request: [FLINK-2972] [JavaAPI] Remove Chill dependency...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1331#issuecomment-157382231 Why to we need chill for collection data sets? Also, are you sure chill-avro was never used? No magic reflection loading happening anywhere? --- If your

[GitHub] flink pull request: [FLINK-2972] [JavaAPI] Remove Chill dependency...

2015-11-17 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1331#issuecomment-157385199 I thought generic types within collections data sets are serialized with Kryo when they are shipped to the JM, no? Or are they going through Java serialization? ---

[jira] [Commented] (FLINK-2972) Remove Twitter Chill dependency from flink-java module

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008730#comment-15008730 ] ASF GitHub Bot commented on FLINK-2972: --- Github user fhueske commented on the pull request:

[jira] [Commented] (FLINK-3002) Add an EitherType to the Java API

2015-11-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008740#comment-15008740 ] Stephan Ewen commented on FLINK-3002: - You went with the abstract class version, that is good, IMHO.

[jira] [Commented] (FLINK-2972) Remove Twitter Chill dependency from flink-java module

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008746#comment-15008746 ] ASF GitHub Bot commented on FLINK-2972: --- Github user StephanEwen commented on the pull request:

[jira] [Commented] (FLINK-2972) Remove Twitter Chill dependency from flink-java module

2015-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008689#comment-15008689 ] ASF GitHub Bot commented on FLINK-2972: --- Github user StephanEwen commented on the pull request:

[GitHub] flink pull request: [FLINK-2972] [JavaAPI] Remove Chill dependency...

2015-11-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1331#issuecomment-157378685 Two questions: 1. The `chill-avro` dependency is added nowhere. Is it not necessary any more? 2. It is necessary to add the chill dependency also to

[jira] [Commented] (FLINK-3029) JobGraph is not connected correctly in webfrontend for streaming job

2015-11-17 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15008713#comment-15008713 ] Gyula Fora commented on FLINK-3029: --- Possibly, but this seems to be pretty deterministically not

[GitHub] flink pull request: FLINK-3013: Incorrect package declaration in G...

2015-11-17 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1356#issuecomment-157385739 Thanks a lot for the PR @smarthi! +1 to merge. --- 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

[GitHub] flink pull request: minor javadoc fix in JobManager

2015-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1358 --- 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

  1   2   3   >