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 06278200C0D for ; Tue, 31 Jan 2017 17:54:13 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 04DD1160B52; Tue, 31 Jan 2017 16:54:13 +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 27F07160B36 for ; Tue, 31 Jan 2017 17:54:12 +0100 (CET) Received: (qmail 34844 invoked by uid 500); 31 Jan 2017 16:54:11 -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 34833 invoked by uid 99); 31 Jan 2017 16:54:11 -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 16:54:11 +0000 Received: from mail-yb0-f169.google.com (mail-yb0-f169.google.com [209.85.213.169]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D91291A002B for ; Tue, 31 Jan 2017 16:54:10 +0000 (UTC) Received: by mail-yb0-f169.google.com with SMTP id o65so38778576ybo.2 for ; Tue, 31 Jan 2017 08:54:10 -0800 (PST) X-Gm-Message-State: AIkVDXJFqP/rK5HClwA0UYMtev7kOT79JEujm8jFhnYGcq1oEtngcbHG86SxTre6OXnL8fKGziXXHYi4LrhJew== X-Received: by 10.37.12.4 with SMTP id 4mr2468509ybm.128.1485881649909; Tue, 31 Jan 2017 08:54:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.91.133 with HTTP; Tue, 31 Jan 2017 08:53:29 -0800 (PST) In-Reply-To: References: From: Till Rohrmann Date: Tue, 31 Jan 2017 17:53:29 +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=001a113e5f9aebda80054766c76d archived-at: Tue, 31 Jan 2017 16:54:13 -0000 --001a113e5f9aebda80054766c76d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable +1 - Built Flink with Hadoop 2.7.1 - Tested SBT quickstarts - Ran Flink on Mesos (standalone and HA mode) executing the WindowJoin example - Ran example job using the RemoteEnvironment On Tue, Jan 31, 2017 at 3:06 PM, Robert Metzger wrote= : > +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 wrot= e: > > > +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 fo= r > > 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: = 2017. 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 > files > > > (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 Kry= o > > > > 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 > backends > > > > - 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 > it > > as > > > > > early as possible. > > > > > For making the testing easier, I've created this document to trac= k > > 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 ... > > > > > > > > > > --001a113e5f9aebda80054766c76d--