Re: [DISCUSS] Releasing Apache Flink 1.11.3

2020-10-30 Thread Stephan Ewen
I have started with backporting the source API changes. Some minor conflicts to solve, will need a bit more to finish this. On Fri, Oct 30, 2020 at 7:25 AM Tzu-Li (Gordon) Tai wrote: > @Stephan Ewen > Are there already plans or ongoing efforts for backporting the list of > FLIP-27 changes that

Re: [VOTE] Remove flink-connector-filesystem module.

2020-10-30 Thread Till Rohrmann
+1 Cheers, Till On Fri, Oct 30, 2020 at 11:54 AM Guowei Ma wrote: > +1 > Best, > Guowei > > > On Fri, Oct 30, 2020 at 6:02 PM Aljoscha Krettek > wrote: > > > +1 > > > > Aljoscha > > > > On 29.10.20 09:18, Kostas Kloudas wrote: > > > Hi all, > > > > > > Following the discussion in [1], I would

[jira] [Created] (FLINK-19904) Update documentation to address difference between -Xmx and the metric for maximum heap

2020-10-30 Thread Matthias (Jira)
Matthias created FLINK-19904: Summary: Update documentation to address difference between -Xmx and the metric for maximum heap Key: FLINK-19904 URL: https://issues.apache.org/jira/browse/FLINK-19904

grant me the permission as a contributor

2020-10-30 Thread longlai li
Hi Guys, I want to contribute to Apache Flink.Would you please give me the permission as a contributor?My JIRA ID is longlai.

[jira] [Created] (FLINK-19903) Implement equivalent of Spark's f.input_file_name()

2020-10-30 Thread Ruben Laguna (Jira)
Ruben Laguna created FLINK-19903: Summary: Implement equivalent of Spark's f.input_file_name() Key: FLINK-19903 URL: https://issues.apache.org/jira/browse/FLINK-19903 Project: Flink Issue

Re: [VOTE] NEW FLIP-104: Add More Metrics to JobManager

2020-10-30 Thread Yadong Xie
Hi all, The voting time has past and there are enough +1 votes to consider the FLIP-104 approved. Thanks to everyone for giving great feedback! Best, Yadong Till Rohrmann 于2020年10月28日周三 下午9:43写道: > +1 > > Cheers, > Till > > On Wed, Oct 28, 2020 at 9:07 AM Kurt Young wrote: > > > +1 > > > >

[jira] [Created] (FLINK-19902) Adjust JobMasterTest to be compatible

2020-10-30 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-19902: Summary: Adjust JobMasterTest to be compatible Key: FLINK-19902 URL: https://issues.apache.org/jira/browse/FLINK-19902 Project: Flink Issue Type:

[jira] [Created] (FLINK-19901) Unable to exclude metrics variables for the last metrics reporter.

2020-10-30 Thread Truong Duc Kien (Jira)
Truong Duc Kien created FLINK-19901: --- Summary: Unable to exclude metrics variables for the last metrics reporter. Key: FLINK-19901 URL: https://issues.apache.org/jira/browse/FLINK-19901 Project:

Re: [VOTE] Remove flink-connector-filesystem module.

2020-10-30 Thread Guowei Ma
+1 Best, Guowei On Fri, Oct 30, 2020 at 6:02 PM Aljoscha Krettek wrote: > +1 > > Aljoscha > > On 29.10.20 09:18, Kostas Kloudas wrote: > > Hi all, > > > > Following the discussion in [1], I would like to start a vote on > > removing the flink-connector-filesystem module which includes the > >

[jira] [Created] (FLINK-19900) Wrong property name for surefire log4j configuration

2020-10-30 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-19900: Summary: Wrong property name for surefire log4j configuration Key: FLINK-19900 URL: https://issues.apache.org/jira/browse/FLINK-19900 Project: Flink

[jira] [Created] (FLINK-19899) [Kinesis][EFO] Optimise error handling to use a separate exception delivery mechanism

2020-10-30 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-19899: - Summary: [Kinesis][EFO] Optimise error handling to use a separate exception delivery mechanism Key: FLINK-19899 URL: https://issues.apache.org/jira/browse/FLINK-19899

[jira] [Created] (FLINK-19898) [Kinesis][EFO] Ignore ReadTimeoutException from SubcribeToShard retry policy

2020-10-30 Thread Danny Cranmer (Jira)
Danny Cranmer created FLINK-19898: - Summary: [Kinesis][EFO] Ignore ReadTimeoutException from SubcribeToShard retry policy Key: FLINK-19898 URL: https://issues.apache.org/jira/browse/FLINK-19898

[jira] [Created] (FLINK-19897) Improve UI related to FLIP-102

2020-10-30 Thread Matthias (Jira)
Matthias created FLINK-19897: Summary: Improve UI related to FLIP-102 Key: FLINK-19897 URL: https://issues.apache.org/jira/browse/FLINK-19897 Project: Flink Issue Type: Bug Components:

Re: [VOTE] Remove flink-connector-filesystem module.

2020-10-30 Thread Aljoscha Krettek
+1 Aljoscha On 29.10.20 09:18, Kostas Kloudas wrote: Hi all, Following the discussion in [1], I would like to start a vote on removing the flink-connector-filesystem module which includes the BucketingSink. The vote will be open till November 3rd (72h, excluding the weekend) unless there is

[jira] [Created] (FLINK-19896) Support first-n-rows deduplication in the Deduplicate operator

2020-10-30 Thread Jun Zhang (Jira)
Jun Zhang created FLINK-19896: - Summary: Support first-n-rows deduplication in the Deduplicate operator Key: FLINK-19896 URL: https://issues.apache.org/jira/browse/FLINK-19896 Project: Flink

[jira] [Created] (FLINK-19895) Unify life cycle management of ResultPartitionType Pipelined Family

2020-10-30 Thread Yuan Mei (Jira)
Yuan Mei created FLINK-19895: Summary: Unify life cycle management of ResultPartitionType Pipelined Family Key: FLINK-19895 URL: https://issues.apache.org/jira/browse/FLINK-19895 Project: Flink

Re: [DISCUSS][docker] Adopt Jemalloc as default memory allocator for debian based Flink docker image

2020-10-30 Thread Yun Tang
Hi > Do you see a noticeable performance difference between the two? @ Stephan Ewen , as we already use jemalloc as default memory allocator in production, we do not have much experience to compare performace between glibc and jemalloc. And I did not take a look at the performance difference

Re: [DISCUSS] 1.12 feature freeze date += one week ?

2020-10-30 Thread Stephan Ewen
Thanks, Robert! On Fri, Oct 30, 2020 at 9:20 AM Robert Metzger wrote: > It seems that we have consensus to delay the feature freeze. > I propose to set the *feature freeze to the end of day (CEST) Sunday, Nov > 8. * > I'll update the wiki accordingly. > > On Fri, Oct 30, 2020 at 4:08 AM Yu Li

Re: [DISCUSS] 1.12 feature freeze date += one week ?

2020-10-30 Thread Robert Metzger
It seems that we have consensus to delay the feature freeze. I propose to set the *feature freeze to the end of day (CEST) Sunday, Nov 8. * I'll update the wiki accordingly. On Fri, Oct 30, 2020 at 4:08 AM Yu Li wrote: > +1 for extending the feature freeze, it would be helpful for more thorough

[jira] [Created] (FLINK-19894) Use iloc for positional slicing instead of direct slicing in from_pandas

2020-10-30 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19894: Summary: Use iloc for positional slicing instead of direct slicing in from_pandas Key: FLINK-19894 URL: https://issues.apache.org/jira/browse/FLINK-19894 Project:

[jira] [Created] (FLINK-19893) stop consuming in specific offset or timestamp

2020-10-30 Thread zoucao (Jira)
zoucao created FLINK-19893: -- Summary: stop consuming in specific offset or timestamp Key: FLINK-19893 URL: https://issues.apache.org/jira/browse/FLINK-19893 Project: Flink Issue Type: Improvement

Re: [ANNOUNCE] New Apache Flink Committer - Congxian Qiu

2020-10-30 Thread Paul Lam
Congrats, Congxian! Well deserved! Best, Paul Lam > 2020年10月30日 15:12,Zhijiang 写道: > > Congrats, Congxian!

Re: Re: [ANNOUNCE] New Apache Flink Committer - Congxian Qiu

2020-10-30 Thread Zhijiang
Congrats, Congxian! -- From:Yun Gao Send Time:2020年10月29日(星期四) 21:21 To:Leonard Xu ; dev Subject:Re: Re: [ANNOUNCE] New Apache Flink Committer - Congxian Qiu Congratulations Congxian ! Best, Yun

Re: [DISCUSS] Releasing Apache Flink 1.11.3

2020-10-30 Thread Tzu-Li (Gordon) Tai
@Stephan Ewen Are there already plans or ongoing efforts for backporting the list of FLIP-27 changes that you posted? On Thu, Oct 29, 2020 at 7:08 PM Xintong Song wrote: > Hi folks, > > Just to provide some updates concerning the status on the > test instabilities. > > Currently, we have 30

[jira] [Created] (FLINK-19892) Replace __metaclass__ field with metaclass keyword

2020-10-30 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19892: Summary: Replace __metaclass__ field with metaclass keyword Key: FLINK-19892 URL: https://issues.apache.org/jira/browse/FLINK-19892 Project: Flink Issue