[jira] [Created] (FLINK-5325) Introduce interface for CloseableRegistry to separate user from system-facing functionality

2016-12-13 Thread Stefan Richter (JIRA)
Stefan Richter created FLINK-5325: - Summary: Introduce interface for CloseableRegistry to separate user from system-facing functionality Key: FLINK-5325 URL: https://issues.apache.org/jira/browse/FLINK-5325

[jira] [Created] (FLINK-5326) IllegalStateException: Bug in Netty consumer logic: reader queue got notified by partition about available data, but none was available

2016-12-13 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-5326: - Summary: IllegalStateException: Bug in Netty consumer logic: reader queue got notified by partition about available data, but none was available Key: FLINK-5326 URL: https://i

[jira] [Created] (FLINK-5327) Remove IOException from StateObject::getStateSize

2016-12-13 Thread Stefan Richter (JIRA)
Stefan Richter created FLINK-5327: - Summary: Remove IOException from StateObject::getStateSize Key: FLINK-5327 URL: https://issues.apache.org/jira/browse/FLINK-5327 Project: Flink Issue Type:

Re: [DISCUSS] "Who's hiring on Flink" monthly thread in the mailing lists?

2016-12-13 Thread Kostas Tzoumas
It seems that several folks are excited about the idea - but there is still a concern on whether this would be spam for the dev@ and user@ lists (which I share) As a compromise, I propose to request a new mailing list ( commun...@flink.apache.org) which we can use for this purpose, and also to pos

Re: [DISCUSS] "Who's hiring on Flink" monthly thread in the mailing lists?

2016-12-13 Thread Robert Metzger
+1. I've requested the community@ mailing list from infra. On Tue, Dec 13, 2016 at 10:40 AM, Kostas Tzoumas wrote: > It seems that several folks are excited about the idea - but there is still > a concern on whether this would be spam for the dev@ and user@ lists > (which > I share) > > As a com

Re: [DISCUSS] Schedule and Scope for Flink 1.2

2016-12-13 Thread Feng Wang
It will be pretty good if 1.2 branch could be forked off within this week, and our guys working on FLIP-6 hope FLIP-6 branch could be merged into master as soon as possible. Best Regards, Feng Wang Alibaba From: Robert Metzger Sent: Tuesday, December 13, 201

Re: [VOTE] Release Apache Flink 1.1.4 (RC2)

2016-12-13 Thread Ufuk Celebi
Thanks for the tests, Gyula. Unfortunately, I have to -1 the this candidate because of FLINK-5326. There is a pending fix in https://github.com/apache/flink/pull/2996 that I would like to merge today after it has been reviewed. I will then create RC3 asap. In the mean time the following two c

[RESULT] [VOTE] Release Apache Flink 1.1.4 (RC2)

2016-12-13 Thread Ufuk Celebi
This vote has been cancelled in favour of RC3. On 12 December 2016 at 14:58:46, Gyula Fóra (gyula.f...@gmail.com) wrote: > Hi Ufuk, > > Thanks for the RC and all the effort that went into the bugfixes :) > > I have tested the following things: > - Built from source (mvn clean install) > - Test

[jira] [Created] (FLINK-5328) ConnectedComponentsITCase testJobWithoutObjectReuse fails

2016-12-13 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-5328: -- Summary: ConnectedComponentsITCase testJobWithoutObjectReuse fails Key: FLINK-5328 URL: https://issues.apache.org/jira/browse/FLINK-5328 Project: Flink Issue Typ

[jira] [Created] (FLINK-5329) MetricList is being cut off

2016-12-13 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-5329: --- Summary: MetricList is being cut off Key: FLINK-5329 URL: https://issues.apache.org/jira/browse/FLINK-5329 Project: Flink Issue Type: Bug Com

[jira] [Created] (FLINK-5330) Harden KafkaConsumer08Test

2016-12-13 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-5330: Summary: Harden KafkaConsumer08Test Key: FLINK-5330 URL: https://issues.apache.org/jira/browse/FLINK-5330 Project: Flink Issue Type: Bug Components

Re: [DISCUSS] "Who's hiring on Flink" monthly thread in the mailing lists?

2016-12-13 Thread Robert Metzger
The commun...@flink.apache.org has been created :) On Tue, Dec 13, 2016 at 10:43 AM, Robert Metzger wrote: > +1. I've requested the community@ mailing list from infra. > > On Tue, Dec 13, 2016 at 10:40 AM, Kostas Tzoumas > wrote: > >> It seems that several folks are excited about the idea - but

[jira] [Created] (FLINK-5331) PythonPlanBinderTest idling extremely long

2016-12-13 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-5331: Summary: PythonPlanBinderTest idling extremely long Key: FLINK-5331 URL: https://issues.apache.org/jira/browse/FLINK-5331 Project: Flink Issue Type: Improvem

[jira] [Created] (FLINK-5332) Non-thread safe FileSystem::initOutPathLocalFS() can cause lost files/directories in local execution

2016-12-13 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-5332: --- Summary: Non-thread safe FileSystem::initOutPathLocalFS() can cause lost files/directories in local execution Key: FLINK-5332 URL: https://issues.apache.org/jira/browse/FLINK-5332

[VOTE] Release Apache Flink 1.1.4 (RC3)

2016-12-13 Thread Ufuk Celebi
Dear Flink community, Please vote on releasing the following candidate as Apache Flink version 1.1.4. The commit to be voted on: 2cd6579 (http://git-wip-us.apache.org/repos/asf/flink/commit/2cd6579) Branch: release-1.1.4-rc3 (https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink.git;a=sho

Re: Travis CI

2016-12-13 Thread Henry Saputra
Building Flink from root now takes long time due to more and more modules that we have =( For me if takes about 50 minutes or more when doing "mvn clean install -DskipTests" Should we start adding Maven profiles to help exclude some Maven modules, like connectors and flink-libraries by default ?