Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 73623200BD4 for ; Fri, 16 Dec 2016 10:44:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 720CA160B24; Fri, 16 Dec 2016 09:44:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BCF53160AF6 for ; Fri, 16 Dec 2016 10:44:11 +0100 (CET) Received: (qmail 25479 invoked by uid 500); 16 Dec 2016 09:44:10 -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 25463 invoked by uid 99); 16 Dec 2016 09:44:10 -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, 16 Dec 2016 09:44:10 +0000 Received: from mail-it0-f42.google.com (mail-it0-f42.google.com [209.85.214.42]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 98F861A02E6 for ; Fri, 16 Dec 2016 09:44:10 +0000 (UTC) Received: by mail-it0-f42.google.com with SMTP id j191so15240817ita.1 for ; Fri, 16 Dec 2016 01:44:10 -0800 (PST) X-Gm-Message-State: AKaTC00Ky9P2+PJNpqhNizocqcUEZDJDGib6C1yVfblSBJzNKgEJu4rB0Faxhi4dvZHugnqRxrtO5+E4eLXFxw== X-Received: by 10.36.3.1 with SMTP id e1mr2661487ite.97.1481881449690; Fri, 16 Dec 2016 01:44:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.135.1 with HTTP; Fri, 16 Dec 2016 01:43:49 -0800 (PST) In-Reply-To: References: From: Robert Metzger Date: Fri, 16 Dec 2016 10:43:49 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [VOTE] Release Apache Flink 1.1.4 (RC3) To: "dev@flink.apache.org" Content-Type: multipart/alternative; boundary=001a1144a00c6883b10543c36974 archived-at: Fri, 16 Dec 2016 09:44:12 -0000 --001a1144a00c6883b10543c36974 Content-Type: text/plain; charset=UTF-8 I'm not sure if we can release the release candidate like this, because I'm running into two issues probably related to a recent rocksdb version upgrade. This is my list of points so far: - Checked the staging repository. Quickstarts and Hadoop 1 / 2 are okay. - Build a job against the staging repository - Binaries deploy on a kerberized HA YARN / HDFS setup. Ran the KMeans and WordCount batch jobs - Executed a heavy, misbehaved streaming job for a few hours. While running that job, I found that: - Not all checkpoint directories are cleaned up in HDFS (I use the async rocksdb statebackend) - segfaults from rocksdb (8 segfaults in ~3 hrs, but they were all happening in the last minutes) - "beyond physical memory limits" container killings from YARN (I know we can configure this, I just wonder what if we should change the default value) - the segfaults and memory limits caused the job to not run anymore in the end because it was in a constant retry loop. - This is not a blocking issue I found during the testing: https://issues.apache.org/jira/browse/FLINK-5345 - This is also a non blocking issue for 1.1.4 (fixed for 1.2) https://issues.apache.org/jira/browse/FLINK-4631 Let me know if we should release anyways or fix these issues first. On Tue, Dec 13, 2016 at 11:04 PM, Ufuk Celebi wrote: > 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=flin > k.git;a=shortlog;h=refs/heads/release-1.1.4-rc3) > > The release artifacts to be voted on can be found at: > http://people.apache.org/~uce/flink-1.1.4-rc3/ > > The release artifacts are signed with the key with fingerprint 9D403309: > http://www.apache.org/dist/flink/KEYS > > The staging repository for this release can be found at: > https://repository.apache.org/content/repositories/orgapacheflink-1109 > > ------------------------------------------------------------- > > The voting time is at least three days and the vote passes if a > majority of at least three +1 PMC votes are cast. The vote ends earliest > on Friday, December 16th, 2016, at 11 PM (CET)/2 PM (PST). > > [ ] +1 Release this package as Apache Flink 1.1.4 > [ ] -1 Do not release this package, because ... > --001a1144a00c6883b10543c36974--