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 D30C0200C0D for ; Tue, 31 Jan 2017 15:07:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D16CF160B52; Tue, 31 Jan 2017 14:07:04 +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 25F09160B46 for ; Tue, 31 Jan 2017 15:07:04 +0100 (CET) Received: (qmail 87760 invoked by uid 500); 31 Jan 2017 14:07:03 -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 87748 invoked by uid 99); 31 Jan 2017 14:07:03 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2017 14:07:03 +0000 Received: from mail-io0-f182.google.com (mail-io0-f182.google.com [209.85.223.182]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D123E1A002B for ; Tue, 31 Jan 2017 14:07:02 +0000 (UTC) Received: by mail-io0-f182.google.com with SMTP id v96so35708874ioi.0 for ; Tue, 31 Jan 2017 06:07:02 -0800 (PST) X-Gm-Message-State: AIkVDXJ/jCYtnjhPTUYwc2HnMy4hJGVhVrP186WVvspAS/d+rQOyekU9jbPTziMPF/FpfHt23CR/HbNSmwGUxA== X-Received: by 10.107.55.70 with SMTP id e67mr22134086ioa.142.1485871621998; Tue, 31 Jan 2017 06:07:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.135.1 with HTTP; Tue, 31 Jan 2017 06:06:41 -0800 (PST) In-Reply-To: References: From: Robert Metzger Date: Tue, 31 Jan 2017 15:06:41 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [VOTE] Release Apache Flink 1.2.0 (RC3) To: "dev@flink.apache.org" Content-Type: multipart/alternative; boundary=001a114a6d763615ac054764723f archived-at: Tue, 31 Jan 2017 14:07:05 -0000 --001a114a6d763615ac054764723f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable +1 - Downloaded the hadoop26, scala 2.10 build and ran it overnight on a CDH 5.9.0 cluster using YARN (with HA), HDFS (with HA) and all services with Kerberos - Build a streaming job using the artifacts from the staging repository - ran a job which is specifically designed to be misbehaved. I didn't see any release critical issues - Killed the JM with HA enabled and watched the job recover successfully - Checked if the version in the quickstarts is set correctly. On Tue, Jan 31, 2017 at 8:43 AM, Gyula F=C3=B3ra wrote: > +1 from me > > - Built with tests on osx/linux for Hadoop 2.6.0 > - Ran several large scale streaming programs for days on RC2 and now for > almost a day on RC3 without any issues on YARN > - Tested Savepoint/External checkpoints/rescaling > - Tested user metrics with custom reporter > > Gyula > > Tzu-Li (Gordon) Tai ezt =C3=ADrta (id=C5=91pont: 20= 17. jan. > 31., K, 7:06): > > > +1 (non-binding) > > > > - Tested TaskManager failures on Mesos / Standalone with exactly-once > > guarantees > > - Above tests also done against Kafka 0.8 / 0.9 / 0.10, offsets > committed > > correctly back to ZK (manual check for 0.8 due to FLINK-4822) > > - Tested Kafka 0.10 server-side timestamps > > - Verified Async I/O with fake async operation, checked exactly-once > > guarantees > > > > > > Not rerun for RC3, but is reasonable to forward: > > - Kerberos authentication against YARN, Kafka, HDFS, Zookeeper. All fil= es > > (including shipped keytabs) not lingering. Logs sane. > > - Tested TaskManager / JobManager failures on YARN. Tested start from > > savepoint on YARN. > > > > On January 31, 2017 at 2:45:29 AM, Stephan Ewen (sewen@apache.org) > wrote: > > > > +1 from my side > > > > - Checked the LICENSE and NOTICE files > > - No binary executable in the release > > - Clean build and tests for Linux Scala 2.11, Hadoop 2.6.2 > > - Ran a streaming program with Async I/O against Redis > > - Ran examples on a local cluster - all log files are sane > > - checked the contents of the uber-jar file (no un-shaded guava) > > > > > > > > On Mon, Jan 30, 2017 at 5:40 PM, Ufuk Celebi wrote: > > > > > +1 from my side: > > > > > > - Re-verified signatures and checksums > > > - Re-checked out the Java quickstarts and ran the jobs > > > - Re-checked that all poms point to 1.2.0 > > > - Re-ran streaming state machine with Kafka source, RocksDB backend > > > and master and worker failures (standalone cluster) > > > - Tested externalized checkpoints > > > - Verified lingering files fix for RocksDB > > > - Verified sane results in checkpoints monitoring UI > > > > > > Did not re-do the following tests, but I think it's reasonable to > > > forward these previous results to this RC: > > > - Migrated multiple jobs via savepoint from 1.1.4 to 1.2.0 with Kryo > > > types, session windows (w/o lateness), operator and keyed state for > > > all three backends > > > - Rescaled the same jobs from 1.2.0 savepoints with all three backend= s > > > - Verified the "migration namespace serializer" fix > > > > > > > > > On Mon, Jan 30, 2017 at 8:40 AM, Robert Metzger > > > wrote: > > > > Dear Flink community, > > > > > > > > Please vote on releasing the following candidate as Apache Flink > > version > > > > 1.2.0. > > > > > > > > The commit to be voted on: > > > > 1c659cf4 1c659cf4 > > > > > > > (*http://git-wip-us.apache.org/repos/asf/flink/commit/1c659cf4 > > > > *) > > > > > > > > Branch: > > > > release-1.2.0-rc3 > > > > (https://git1-us-west.apache.org/repos/asf/flink/repo?p=3Dflin > > > > k.git;a=3Dshortlog;h=3Drefs/heads/release-1.2.0-rc3) > > > > > > > > The release artifacts to be voted on can be found at: > > > > *http://people.apache.org/~rmetzger/flink-1.2.0-rc3/ > > > > * > > > > > > > > The release artifacts are signed with the key with fingerprint > > D9839159: > > > > http://www.apache.org/dist/flink/KEYS > > > > > > > > The staging repository for this release can be found at: > > > > https://repository.apache.org/content/repositories/ > orgapacheflink-1114 > > > > > > > > ------------------------------------------------------------- > > > > > > > > The vote ends on 11:00:00 am CET | Thursday, February 2, 2017 > > > > > > > > Please test the release as soon as possible, to be able to cancel i= t > as > > > > early as possible. > > > > For making the testing easier, I've created this document to track > what > > > has > > > > already been tested and what needs to be tested: > > https://docs.google.co > > > > m/document/d/1MX-8l9RrLly3UmZMODHBnuZUrK_n-DGIBLjFKyCrTAs/ > > > edit?usp=3Dsharing > > > > Feel free to add more tests or change existing ones. > > > > > > > > [ ] +1 Release this package as Apache Flink 1.2.0 > > > > [ ] -1 Do not release this package, because ... > > > > > > --001a114a6d763615ac054764723f--