Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-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 56834108F8 for ; Mon, 3 Mar 2014 23:55:16 +0000 (UTC) Received: (qmail 76200 invoked by uid 500); 3 Mar 2014 23:55:15 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 76122 invoked by uid 500); 3 Mar 2014 23:55:15 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 76108 invoked by uid 99); 3 Mar 2014 23:55:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2014 23:55:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of junrao@gmail.com designates 209.85.219.48 as permitted sender) Received: from [209.85.219.48] (HELO mail-oa0-f48.google.com) (209.85.219.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2014 23:55:11 +0000 Received: by mail-oa0-f48.google.com with SMTP id m1so7607468oag.7 for ; Mon, 03 Mar 2014 15:54:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9XucJRARCDkiDPYziVpN7e8dXl8/rbiiBIst7O/M09w=; b=typ6Noz6oHfpy7CCFqaXf6KNBEEzCwduVXoEesSluQP34sfqfGQJmqBRlJ0DxvHeX/ f9naQ9o32Gv2DFg5tRHUqTzyo+wT9cSLsqx9vCFo8Wyv0iXdkN2Yjdb9AAKre7/6xV94 WkgmoqMdvwb4bH+VM4Vy3GsQDpMH4QV5g7ObNfOOxizGkI3mpO/LuGS1B9cCJWOrvbJg 4nBUBTGJWUVcP9yK2bAKcS6OnUmEJDAjdnvvnSyPjHi/nJ/dZi9ohW83IqGFRH4dCqJq K+g7hVod01mmYkEhCiQVFQl2ThRN4ONiB41EBL+PJrcq6opYQDoNDXjgFFpU4GG1B0Ok F/mw== MIME-Version: 1.0 X-Received: by 10.60.246.10 with SMTP id xs10mr18815505oec.18.1393890890036; Mon, 03 Mar 2014 15:54:50 -0800 (PST) Received: by 10.60.231.39 with HTTP; Mon, 3 Mar 2014 15:54:49 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Mar 2014 15:54:49 -0800 Message-ID: Subject: Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1 From: Jun Rao To: "dev@kafka.apache.org" Content-Type: multipart/alternative; boundary=001a1136989a5b392104f3bc837f X-Virus-Checked: Checked by ClamAV on apache.org --001a1136989a5b392104f3bc837f Content-Type: text/plain; charset=ISO-8859-1 1. Put up a fix in KAFKA-1288. 2. This is partially fixed in KAFKA-1287 in trunk. If you build the jar from source, it automatically copies slf4j-log4j12 jar to the dependent libs dir to prevent those messages from showing up. However, in the binary release, we can't include the slf4j-log4j12 jar since it's not a direct runtime dependency. So those messages will still show up there. Thanks, Jun On Mon, Mar 3, 2014 at 9:53 AM, Jay Kreps wrote: > Several minor issues: > 1. No enclosing directory in the tgz. That is tar xzf creates the full > contents in the current directory instead of creating a single kafka > directory with all the files. > 2. SLF4j error: > SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". > SLF4J: Defaulting to no-operation (NOP) logger implementation > SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further > details. > 3. Shouldn't we default to build with Scala 2.9 for the binary release? > 4. I think the JIRAs in the release notes could be better categorized as > bug/improvement/feature, I took a pass at that. > 5. I think we might want to increase the default num.io.threads from 2 to > 4. This is not a blocker. I just noticed that 2 is too few if you have more > than 2 disks, and most people probably won't tune this. > > -Jay > > > On Fri, Feb 28, 2014 at 6:26 AM, Joe Stein wrote: > > > This is the first candidate for release of Apache Kafka 0.8.1. > > > > Release Notes for the 0.8.1 release > > > > > http://people.apache.org/~joestein/kafka-0.8.1-candidate1/RELEASE_NOTES.html > > > > *** Please download, test and vote by Tuesday, March 4th, 6pm PDT > > > > Kafka's KEYS file containing PGP keys we use to sign the release: > > http://svn.apache.org/repos/asf/kafka/KEYS in addition to the md5, sha1 > > and > > sha2 (SHA256) checksum > > > > * Release artifacts to be voted upon (source and binary): > > http://people.apache.org/~joestein/kafka-0.8.1-candidate1/ > > > > * Maven artifacts to be voted upon prior to release: > > https://repository.apache.org/content/groups/staging/ > > > > * The tag to be voted upon (off the 0.8.1 branch) is the 0.8.1 tag > > > > > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=0c9f03fd7a6cae909c429a25ffb4624a7fe507ff > > > > /******************************************* > > Joe Stein > > Founder, Principal Consultant > > Big Data Open Source Security LLC > > http://www.stealth.ly > > Twitter: @allthingshadoop > > ********************************************/ > > > --001a1136989a5b392104f3bc837f--