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 D15B31824F for ; Thu, 18 Jun 2015 11:52:03 +0000 (UTC) Received: (qmail 6278 invoked by uid 500); 18 Jun 2015 11:52:03 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 6219 invoked by uid 500); 18 Jun 2015 11:52: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 6208 invoked by uid 99); 18 Jun 2015 11:52: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; Thu, 18 Jun 2015 11:52:03 +0000 Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id C74BD1A0094 for ; Thu, 18 Jun 2015 11:52:02 +0000 (UTC) Received: by wgez8 with SMTP id z8so61530031wge.0 for ; Thu, 18 Jun 2015 04:52:01 -0700 (PDT) X-Received: by 10.194.89.5 with SMTP id bk5mr6729195wjb.144.1434628321584; Thu, 18 Jun 2015 04:52:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Aljoscha Krettek Date: Thu, 18 Jun 2015 11:51:51 +0000 Message-ID: Subject: Re: [VOTE] Release Apache Flink 0.9.0 (release-0.9.0-rc4) To: dev@flink.apache.org Content-Type: multipart/alternative; boundary=089e010d84007e2ecb0518c96f74 --089e010d84007e2ecb0518c96f74 Content-Type: text/plain; charset=UTF-8 +1 I tested each of the previous RCs, as can be read in our Google Doc release documents. Now, I also ran tests with Kafka/Checkpointing on a GCE cluster. Checkpoints are correctly restored when a Job fails. I killed task managers, the job restarted and checkpoints were restored. I killed Kafka Brokers. The KafkaSource correctly switches to another broker for reading. The KafkaSink fails when the Kafka Broker that it writes to is killed. The Job is restarted when this happens and resumes writing to a different broker. (In all of this I used the HDFS backend for checkpoints.) On Thu, 18 Jun 2015 at 13:46 Maximilian Michels wrote: > Please vote on releasing the following candidate as Apache Flink version > 0.9.0. > > ------------------------------------------------------------- > The commit to be voted on: > 0a35271dba4675311eb3094d8669a876efd285a9 > > Branch: > release-0.9.0-rc4 ( > > https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git;a=shortlog;h=refs/heads/release-0.9.0-rc4 > ) > > The release artifacts to be voted on can be found at: > http://people.apache.org/~mxm/flink-0.9.0-rc4/ > > Release artifacts are signed with the key with fingerprint C2909CBF: > http://www.apache.org/dist/flink/KEYS > > The staging repository for this release can be found at: > https://repository.apache.org/content/repositories/orgapacheflink-1042 > ------------------------------------------------------------- > > Please vote on releasing this package as Apache Flink 0.9.0. > > The vote is open for the next 72 hours and passes if a majority of at least > three +1 PMC votes are cast. > > The vote ends on Tuesday (June 23, 2015). > > [ ] +1 Release this package as Apache Flink 0.9.0 > [ ] -1 Do not release this package because ... > > > The following commits have been added since the last release candidate > (release-0.9.0-rc3): > > 61f17f8 [core] Fix typo in DataSinkTask error message > d47405b [streaming] Fix out-of-sync class-level docs of SourceFunction > bbd08f3 Revert "[FLINK-2203] handling null values for RowSerializer" > d6ad294 Revert "[FLINK-2210] Table API support for aggregation on columns > with null values" > --089e010d84007e2ecb0518c96f74--