Re: [DISCUSS] Releasing Flink 1.4.1

2018-02-07 Thread Tzu-Li (Gordon) Tai
Status update: We're waiting for the PR for [FLINK-8318] Shade all Elasticsearch connector dependencies to be reviewed and merged [1]. Once that happens, I’ll kick off RC1 for Flink 1.4.1. Cheers, Gordon [1] https://github.com/apache/flink/pull/5426 On 31 January 2018 at 12:15:09 PM, Tzu-Li

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-31 Thread Tzu-Li (Gordon) Tai
Thanks a lot for the wrap-up Chesnay. For open issues with a PR already: [FLINK-8275] Flink YARN TMs using wrong local Kerberos keytab path  [FLINK-8318] Shade all Elasticsearch connector dependencies  I am currently reviewing these two. [FLINK-8409] KafkaConsumerThread potential NPE  [FLINK-841

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-31 Thread Chesnay Schepler
Here's a list of all issues raised in this thread and their respective state: Unassigned: [FLINK-7756] RocksDB state backend Checkpointing (Async and Incremental) is not working with CEP. [FLINK-7760] Restore failing from external checkpointing metadata. [FLINK-8042] retry individual failover-

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-18 Thread Steven Wu
can we add these two? They can make fine-grained recovery more consistent. https://issues.apache.org/jira/browse/FLINK-8042 https://issues.apache.org/jira/browse/FLINK-8043 On Tue, Jan 16, 2018 at 8:35 AM, Timo Walther wrote: > @Jincheng: Yes, I think we should include the two Table API PRs. >

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-16 Thread Timo Walther
@Jincheng: Yes, I think we should include the two Table API PRs. Am 1/16/18 um 5:28 PM schrieb jincheng sun: Thanks for starting the discussion Gordon. I think it is better to add the commits of `https://issues.apache.org/jira/browse/FLINK-8355` and `https://issues.apache.org/jira/browse/FLIN

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-16 Thread jincheng sun
Thanks for starting the discussion Gordon. I think it is better to add the commits of `https://issues.apache.org/jira/browse/FLINK-8355` and `https://issues.apache.org/jira/browse/FLINK-8325` for table API & SQL. Because these two issues fixed commonly used `count (*)` bug and improve of non-gro

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-16 Thread shashank734
Please include these two bugs : https://issues.apache.org/jira/browse/FLINK-7756 https://issues.apache.org/jira/browse/FLINK-7760 Unable to restore from savepoint with CEP. -- Sent from: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-16 Thread Chesnay Schepler
Taken from another ML thread some users would appreciate it if we included the savepoint trigger handler i implemented here

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-15 Thread Shuyi Chen
Can we add this to 1.4.1 release? The flink-yarn-kerberos deployment is not working in 1.4.0. https://issues.apache.org/jira/browse/FLINK-8275 Thanks a lot. On Mon, Jan 15, 2018 at 7:53 AM, vishal wrote: > Hello folks, > > https://issues.apache.org/jira/browse/FLINK-8226 . We would want a

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-15 Thread vishal
Hello folks, https://issues.apache.org/jira/browse/FLINK-8226 . We would want a schedule on the 1.4.1 version. Without checkpointing and state, CEP is in effect not production ready IMHO. Is there any time line on 1.4.1 ? The earlier the better. Thank you and Regards, Vishal -- Sent

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-15 Thread Kyle Hamlin
Can we add this to 1.4.1 release: https://issues.apache.org/jira/browse/FLINK-8406 On Mon, Jan 15, 2018 at 9:42 AM Maciek Próchniak wrote: > thanks Till, > > maciek > > > > On 15/01/2018 12:35, Till Rohrmann wrote: > > Thanks for starting the discussion Gordon. I think we already have some > >

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-15 Thread Maciek Próchniak
thanks Till, maciek On 15/01/2018 12:35, Till Rohrmann wrote: Thanks for starting the discussion Gordon. I think we already have some good improvements in the 1.4.1 branch. Thus, +1 for releasing 1.4.1 soonish. @Maciek, I'll backport FLINK-7949 to the 1.4.1 release branch. Cheers, Till On

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-15 Thread Till Rohrmann
Thanks for starting the discussion Gordon. I think we already have some good improvements in the 1.4.1 branch. Thus, +1 for releasing 1.4.1 soonish. @Maciek, I'll backport FLINK-7949 to the 1.4.1 release branch. Cheers, Till On Mon, Jan 15, 2018 at 11:56 AM, Maciek Próchniak wrote: > Hi Gordon

Re: [DISCUSS] Releasing Flink 1.4.1

2018-01-15 Thread Maciek Próchniak
Hi Gordon, do you think I'd be possible to include https://issues.apache.org/jira/browse/FLINK-7949? thanks, maciek On 15/01/2018 11:49, Tzu-Li (Gordon) Tai wrote: Hi all, I would like to bring up the discussion of releasing Flink 1.4.1. We’ve collected a few issues over the past few weeks,

[DISCUSS] Releasing Flink 1.4.1

2018-01-15 Thread Tzu-Li (Gordon) Tai
Hi all, I would like to bring up the discussion of releasing Flink 1.4.1. We’ve collected a few issues over the past few weeks, some of which is quite critical. Here’s a list of issues, and their current status, that I’m aware of and IMO should be included: - [FLINK-8275] Flink YARN TMs using wro