You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Joe Stein <jo...@stealth.ly> on 2014/02/28 15:26:59 UTC

[VOTE} Apache Kafka Release 0.8.1 - Candidate 1

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 <http://www.twitter.com/allthingshadoop>
********************************************/

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Joe Stein <jo...@stealth.ly>.
Thanks Jay!

I would like to keep the vote open until the end (Tuesday, March 4th, 6pm
PDT) to give anyone voting time to provide feedback on are any other issues
to fix prior to RC2.

More inline, some are new topic discussions not for 0.8.1 necessarily but
related to release candidates in general.

On Mon, Mar 3, 2014 at 12:53 PM, Jay Kreps <ja...@gmail.com> 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.
>
I saw that and kind of overlooked it when I changed my build script, I
should have said something sooner.  Lots of changes but yeah this shouldn't
be one of them.  I will create a JIRA for the gradle patch that will be
required so the tgz is like that post build.  I will also go back and
update the release process wiki as I need to re-order some of my steps to
prevent missing the src upload and anything else. I would even say lets
check this in as a `bin/release.sh` but let me get something working first
(maybe we have a script in 0.8.2 since it worked for 0.8.1).... maybe once
I get better with Gradle (working on it) I can add them in as tasks as we
go.


> 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.
>
I will try to reproduce this and create a JIRA could be related to some
other step(s) in the artifact build process.  Will keep an eye to make sure
it is isn't there for RC2.


> 3. Shouldn't we default to build with Scala 2.9 for the binary release?
>
I think we should default to whatever version has the most broker usage
supported in production environments. If the 0.8.1 broker is most run in
production with 2.9.3 then I think that is what the project should build
against.  Is LinkedIn running Scala version 2.9.3 for 0.8.1? One issue I
have run into is with plug-in jars for the broker only built on another
Scala version than the broker we release (so plugin is for 2.10.3 and
broker is 2.8.0).  So is having the broker in multiple supported Scala
versions as artifacts an option to discuss? It is very easy to-do during
release process. I can stamp out test environments for each at least for
consistent builds.  Also, Scala 2.11 will be out soon too and that could
coincide then for the 0.8.2 (or 0.8.1.1 release as going multiple builds
means more maintenance but not in a bad way imho)?

4. I think the JIRAs in the release notes could be better categorized as
> bug/improvement/feature, I took a pass at that.

thnx, if you haven't I will create a JIRA for this when I create the others
later tonight/tomorrow.

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.
>
I will create a JIRA


>
> -Jay
>
>
> On Fri, Feb 28, 2014 at 6:26 AM, Joe Stein <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
> > ********************************************/
> >
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Jay Kreps <ja...@gmail.com>.
Yeah, you are right Jun, I think I was just getting confused because I was
looking at an out of date test that referenced old configs.

-Jay


On Mon, Mar 3, 2014 at 4:12 PM, Jun Rao <ju...@gmail.com> wrote:

> Actually, config name standardization was done in 0.8.0. In 0.8.1, we added
> a few new configs. However, existing configs should have the same name as
> in 0.8.0.
>
> Thanks,
>
> Jun
>
>
> On Mon, Mar 3, 2014 at 3:05 PM, Jay Kreps <ja...@gmail.com> wrote:
>
> > This is the first release with the standardized configuration naming,
> > right? We need to include a table of the changes somewhere and link to it
> > from the release notes or people will be very frustrated...
> >
> > -Jay
> >
> >
> > On Mon, Mar 3, 2014 at 9:53 AM, Jay Kreps <ja...@gmail.com> 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 <jo...@stealth.ly>
> 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 <http://www.twitter.com/allthingshadoop>
> > >> ********************************************/
> > >>
> > >
> > >
> >
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Jun Rao <ju...@gmail.com>.
Actually, config name standardization was done in 0.8.0. In 0.8.1, we added
a few new configs. However, existing configs should have the same name as
in 0.8.0.

Thanks,

Jun


On Mon, Mar 3, 2014 at 3:05 PM, Jay Kreps <ja...@gmail.com> wrote:

> This is the first release with the standardized configuration naming,
> right? We need to include a table of the changes somewhere and link to it
> from the release notes or people will be very frustrated...
>
> -Jay
>
>
> On Mon, Mar 3, 2014 at 9:53 AM, Jay Kreps <ja...@gmail.com> 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 <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
> >> ********************************************/
> >>
> >
> >
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Jay Kreps <ja...@gmail.com>.
This is the first release with the standardized configuration naming,
right? We need to include a table of the changes somewhere and link to it
from the release notes or people will be very frustrated...

-Jay


On Mon, Mar 3, 2014 at 9:53 AM, Jay Kreps <ja...@gmail.com> 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 <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
>> ********************************************/
>>
>
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Jun Rao <ju...@gmail.com>.
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 <ja...@gmail.com> 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 <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
> > ********************************************/
> >
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Jay Kreps <ja...@gmail.com>.
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 <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
> ********************************************/
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Azuryy <az...@gmail.com>.
+1
there are some important bug fix in this release!


Sent from my iPhone5s

> On 2014年3月2日, at 13:05, Jun Rao <ju...@gmail.com> wrote:
> 
> Checked quickstart and unit tests. +1.
> 
> Thanks,
> 
> Jun
> 
> 
>> On Sat, Mar 1, 2014 at 4:36 PM, Joe Stein <jo...@stealth.ly> wrote:
>> 
>> I should have src* when I src.*
>> 
>> it is up there now
>> 
>>> On Sat, Mar 1, 2014 at 6:37 PM, Jun Rao <ju...@gmail.com> wrote:
>>> 
>>> Joe,
>>> 
>>> Did you forget to upload the src tgz file?
>>> 
>>> Thanks,
>>> 
>>> Jun
>>> 
>>> 
>>>> On Fri, Feb 28, 2014 at 6:26 AM, Joe Stein <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
>>>> ********************************************/
>> 

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Jun Rao <ju...@gmail.com>.
Checked quickstart and unit tests. +1.

Thanks,

Jun


On Sat, Mar 1, 2014 at 4:36 PM, Joe Stein <jo...@stealth.ly> wrote:

> I should have src* when I src.*
>
> it is up there now
>
> On Sat, Mar 1, 2014 at 6:37 PM, Jun Rao <ju...@gmail.com> wrote:
>
> > Joe,
> >
> > Did you forget to upload the src tgz file?
> >
> > Thanks,
> >
> > Jun
> >
> >
> > On Fri, Feb 28, 2014 at 6:26 AM, Joe Stein <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
> > > ********************************************/
> > >
> >
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Joe Stein <jo...@stealth.ly>.
I should have src* when I src.*

it is up there now

On Sat, Mar 1, 2014 at 6:37 PM, Jun Rao <ju...@gmail.com> wrote:

> Joe,
>
> Did you forget to upload the src tgz file?
>
> Thanks,
>
> Jun
>
>
> On Fri, Feb 28, 2014 at 6:26 AM, Joe Stein <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
> > ********************************************/
> >
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Jun Rao <ju...@gmail.com>.
Joe,

Did you forget to upload the src tgz file?

Thanks,

Jun


On Fri, Feb 28, 2014 at 6:26 AM, Joe Stein <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
> ********************************************/
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Joe Stein <jo...@stealth.ly>.
Thanks for taking care of the open issues.  I am removing 18 JIRAs from the
release notes by filtering out resolved and closed status without a
done/resolved resolution
https://issues.apache.org/jira/issues/?filter=12326760 for the release
notes for RC2 and preparing and going through everything again now.

Any other issues with RC1 let me know will roll them into RC2.  Right now
should be able to get RC2 out for vote tonight. I am going to build
using releaseTarGzAll and sign all artifacts and upload them for vote, so
all Scala versions for the brokers.

On Mon, Mar 3, 2014 at 11:50 PM, Jay Kreps <ja...@gmail.com> wrote:

> I fixed a couple of niggling issues with the log cleaner I found testing
> the release. None of these are very major but it would be nice to get these
> in 0.8.1 just to ensure a nice out-of-the-box experience. If someone could
> review:
> https://issues.apache.org/jira/browse/KAFKA-1289
>
> -Jay
>
>
> On Fri, Feb 28, 2014 at 6:26 AM, Joe Stein <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
> > ********************************************/
> >
>

Re: [VOTE} Apache Kafka Release 0.8.1 - Candidate 1

Posted by Jay Kreps <ja...@gmail.com>.
I fixed a couple of niggling issues with the log cleaner I found testing
the release. None of these are very major but it would be nice to get these
in 0.8.1 just to ensure a nice out-of-the-box experience. If someone could
review:
https://issues.apache.org/jira/browse/KAFKA-1289

-Jay


On Fri, Feb 28, 2014 at 6:26 AM, Joe Stein <jo...@stealth.ly> 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 <http://www.twitter.com/allthingshadoop>
> ********************************************/
>