Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D84E188D5 for ; Fri, 20 Nov 2015 10:13:41 +0000 (UTC) Received: (qmail 44982 invoked by uid 500); 20 Nov 2015 10:13:41 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 44903 invoked by uid 500); 20 Nov 2015 10:13:41 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 44892 invoked by uid 99); 20 Nov 2015 10:13:41 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2015 10:13:41 +0000 Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D06381A0044 for ; Fri, 20 Nov 2015 10:13:40 +0000 (UTC) Received: by wmww144 with SMTP id w144so13280048wmw.1 for ; Fri, 20 Nov 2015 02:13:39 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.77.174 with SMTP id t14mr15245810wjw.23.1448014419540; Fri, 20 Nov 2015 02:13:39 -0800 (PST) Received: by 10.28.171.86 with HTTP; Fri, 20 Nov 2015 02:13:39 -0800 (PST) In-Reply-To: References: Date: Fri, 20 Nov 2015 11:13:39 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [DISCUSS] Release Flink 0.10.1 soon From: Till Rohrmann To: dev@flink.apache.org Content-Type: multipart/alternative; boundary=047d7bfd014e1b45150524f62161 --047d7bfd014e1b45150524f62161 Content-Type: text/plain; charset=UTF-8 Actually, I still have another bug related to the optimizer which I would like to include if possible. The problem is that the optimizer is not able to push properties properly out of a bulk iteration which in some cases can lead to rejected Flink jobs. On Fri, Nov 20, 2015 at 11:10 AM, Robert Metzger wrote: > Great, thank you! > > Let me know if there is any issue, I'll address it asap. The PR is not > building anymore because you've pushed an update to the Kafka > documentation. I can rebase and merge the PR once you give me green light > ;) > > Till has merged FLINK-3021, so we might be able to have a first RC today. > > > On Fri, Nov 20, 2015 at 11:05 AM, Stephan Ewen wrote: > > > Let me look at FLINK-2974 (open PR) to see if it can be merged... > > > > On Thu, Nov 19, 2015 at 10:09 PM, Robert Metzger > > wrote: > > > > > Looks like we didn't manage to merge everything today. > > > > > > (pending PRs) > > > - FLINK-3021 Fix class loading issue for streaming sources > > > - FLINK-2974 Add periodic offset committer for Kafka > > > > > > (merged) > > > - FLINK-2977 Using reflection to load HBase Kerberos tokens > > > - FLINK-3024 Fix TimestampExtractor.getCurrentWatermark() Behaviour > > > - FLINK-2967 Increase timeout for LOCAL_HOST address detection stratey > > > - FLINK-3025 [kafka consumer] Bump transitive ZkClient dependency > > > (merged since my first email) > > > - FLINK-2989 job cancel button doesn't work on YARN > > > - FLINK-3032: Flink does not start on Hadoop 2.7.1 (HDP), due to class > > > conflict > > > - FLINK-3011, 3019, 3028 Cancel jobs in RESTARTING state > > > > > > > > > Is anybody volunteering to be a release manager? > > > > > > > > > On Thu, Nov 19, 2015 at 10:16 AM, Suneel Marthi > > > wrote: > > > > > > > Flink-3017, Flink-3022, and some hotfixes u had put in over the past > > few > > > > days. > > > > > > > > Flink-3041 and Flink-3043 are pending PRs at the moment. > > > > > > > > > > > > On Thu, Nov 19, 2015 at 4:10 AM, Till Rohrmann < > > till.rohrmann@gmail.com> > > > > wrote: > > > > > > > > > If they cover things which are also wrongly documented in 0.10, > then > > > they > > > > > should be merged to 0.10-release as well. > > > > > > > > > > On Thu, Nov 19, 2015 at 10:01 AM, Suneel Marthi < > > > suneel.marthi@gmail.com > > > > > > > > > > wrote: > > > > > > > > > > > @Till Should the recent updates to docs/apis/streaming-guide.md > be > > > > also > > > > > > merged to 'release 0.10'? There are other related PRs pending. > > > > > > > > > > > > On Thu, Nov 19, 2015 at 3:42 AM, Till Rohrmann < > > trohrmann@apache.org > > > > > > > > > > wrote: > > > > > > > > > > > > > Yes forgot about merging them to release-0.10. Will do it right > > > away. > > > > > > > On Nov 19, 2015 9:40 AM, "Robert Metzger" > > > > > wrote: > > > > > > > > > > > > > > > @Suneel, I think > > > https://issues.apache.org/jira/browse/FLINK-2949 > > > > > is a > > > > > > > new > > > > > > > > feature. The 0.10.1 release is intended as a bugfix release > > only. > > > > > > > > > > > > > > > > FLINK-3013 and FLINK-3036 have been merged to master only. > Are > > > > there > > > > > > > plans > > > > > > > > to merge it to "release-0.10" as well? > > > > > > > > > > > > > > > > The list of issues now looks as follows: > > > > > > > > > > > > > > > > (pending PRs) > > > > > > > > - FLINK-3032: Flink does not start on Hadoop 2.7.1 (HDP), due > > to > > > > > class > > > > > > > > conflict > > > > > > > > - FLINK-3011, 3019, 3028 Cancel jobs in RESTARTING state > > > > > > > > - FLINK-3021 Fix class loading issue for streaming sources > > > > > > > > - FLINK-2974 Add periodic offset committer for Kafka > > > > > > > > > > > > > > > > > > > > > > > > (merged) > > > > > > > > - FLINK-2977 Using reflection to load HBase Kerberos tokens > > > > > > > > - FLINK-3024 Fix TimestampExtractor.getCurrentWatermark() > > > Behaviour > > > > > > > > - FLINK-2967 Increase timeout for LOCAL_HOST address > detection > > > > > stratey > > > > > > > > - FLINK-3025 [kafka consumer] Bump transitive ZkClient > > dependency > > > > > > > > (merged since my first email) > > > > > > > > - FLINK-2989 job cancel button doesn't work on YARN > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Wed, Nov 18, 2015 at 2:35 PM, Ufuk Celebi > > > > > wrote: > > > > > > > > > > > > > > > > > @Suneel: I think that's OK for the next major release :) > > > > > > > > > > > > > > > > > > On Wed, Nov 18, 2015 at 2:17 PM, Suneel Marthi < > > > > > > > suneel.marthi@gmail.com> > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > Would be nice to have Flink-2949 in the mix, but I won't > be > > > > able > > > > > to > > > > > > > get > > > > > > > > > to > > > > > > > > > > it until early next week. > > > > > > > > > > > > > > > > > > > > On Wed, Nov 18, 2015 at 7:49 AM, Till Rohrmann < > > > > > > trohrmann@apache.org > > > > > > > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > @Vasia, do you mean FLINK-3013 or FLINK-3012? > > > > > > > > > > > > > > > > > > > > > > Will merge PRs for FLINK-3036 and FLINK-3013 this > > > afternoon. > > > > > > > > > > > > > > > > > > > > > > On Wed, Nov 18, 2015 at 1:47 PM, Stephan Ewen < > > > > > sewen@apache.org> > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > +1 for a timely 0.10.1 release > > > > > > > > > > > > > > > > > > > > > > > > I would like to add FLINK-2974 - periodic kafka > offset > > > > > > committer > > > > > > > > for > > > > > > > > > > case > > > > > > > > > > > > where checkpointing is deactivated > > > > > > > > > > > > > > > > > > > > > > > > On Wed, Nov 18, 2015 at 12:34 PM, Vasiliki Kalavri < > > > > > > > > > > > > vasilikikalavri@gmail.com> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > Hey, > > > > > > > > > > > > > > > > > > > > > > > > > > I would also add FLINK-3012 and FLINK-3036 (both > > > pending > > > > > > PRs). > > > > > > > > > > > > > > > > > > > > > > > > > > Thanks! > > > > > > > > > > > > > -Vasia. > > > > > > > > > > > > > > > > > > > > > > > > > > On 18 November 2015 at 12:24, Robert Metzger < > > > > > > > > rmetzger@apache.org> > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > > > > > > > I was wondering whether we should release Flink > > > 0.10.1 > > > > > > soon, > > > > > > > as > > > > > > > > > > there > > > > > > > > > > > > are > > > > > > > > > > > > > > some issues we've identified: > > > > > > > > > > > > > > > > > > > > > > > > > > > > (pending PRs) > > > > > > > > > > > > > > - FLINK-3032: Flink does not start on Hadoop > 2.7.1 > > > > (HDP), > > > > > > due > > > > > > > > to > > > > > > > > > > > class > > > > > > > > > > > > > > conflict > > > > > > > > > > > > > > - FLINK-3011, 3019, 3028 Cancel jobs in > RESTARTING > > > > state > > > > > > > > > > > > > > - FLINK-3021 Fix class loading issue for > streaming > > > > > sources > > > > > > > > > > > > > > - FLINK-2989 job cancel button doesn't work on > YARN > > > > > > > > > > > > > > > > > > > > > > > > > > > > (merged) > > > > > > > > > > > > > > - FLINK-2977 Using reflection to load HBase > > Kerberos > > > > > tokens > > > > > > > > > > > > > > - FLINK-3024 Fix > > > > TimestampExtractor.getCurrentWatermark() > > > > > > > > > Behaviour > > > > > > > > > > > > > > - FLINK-2967 Increase timeout for LOCAL_HOST > > address > > > > > > > detection > > > > > > > > > > > stratey > > > > > > > > > > > > > > - FLINK-3025 [kafka consumer] Bump transitive > > > ZkClient > > > > > > > > dependency > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Anything else that you would like to add? > > > > > > > > > > > > > > > > > > > > > > > > > > > > Do you think we can manage to merge the four PRs > > > until > > > > > > > tomorrow > > > > > > > > > and > > > > > > > > > > > > then > > > > > > > > > > > > > > start the RC? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --047d7bfd014e1b45150524f62161--