Re: [kafka-clients] Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-10 Thread Joe Stein
Thanks Jun for getting this release out the door and everyone that
contributed to the work in 0.8.2.1, awesome!

~ Joe Stein
- - - - - - - - - - - - - - - - -

  http://www.stealth.ly
- - - - - - - - - - - - - - - - -

On Mon, Mar 9, 2015 at 2:12 PM, Jun Rao j...@confluent.io wrote:

 The following are the results of the votes.

 +1 binding = 3 votes
 +1 non-binding = 2 votes
 -1 = 0 votes
 0 = 0 votes

 The vote passes.

 I will release artifacts to maven central, update the dist svn and download
 site. Will send out an announce after that.

 Thanks everyone that contributed to the work in 0.8.2.1!

 Jun

 On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:

 This is the second candidate for release of Apache Kafka 0.8.2.1. This
 fixes 4 critical issue in 0.8.2.0.

 Release Notes for the 0.8.2.1 release

 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html

 *** Please download, test and vote by Monday, Mar 2, 3pm PT

 Kafka's KEYS file containing PGP keys we use to sign the release:
 http://kafka.apache.org/KEYS in addition to the md5, sha1
 and sha2 (SHA256) checksum.

 * Release artifacts to be voted upon (source and binary):
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/

 * Maven artifacts to be voted upon prior to release:
 https://repository.apache.org/content/groups/staging/

 * scala-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/

 * java-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/

 * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag

 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
 (git commit ee1267b127f3081db491fa1bf9a287084c324e36)

 /***

 Thanks,

 Jun


  --
 You received this message because you are subscribed to the Google Groups
 kafka-clients group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to kafka-clients+unsubscr...@googlegroups.com.
 To post to this group, send email to kafka-clie...@googlegroups.com.
 Visit this group at http://groups.google.com/group/kafka-clients.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G9w_bhrPq1wqEJe-R7-_DecvMNCTuOuLtrA%3DUzXXs%2Bt%3Dg%40mail.gmail.com
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G9w_bhrPq1wqEJe-R7-_DecvMNCTuOuLtrA%3DUzXXs%2Bt%3Dg%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.



Re: [kafka-clients] Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-09 Thread Solon Gordon
Any timeline on an official 0.8.2.1 release? Were there any issues found
with rc2? Just checking in because we are anxious to update our brokers but
waiting for the patch release. Thanks.

On Thu, Mar 5, 2015 at 12:01 AM, Neha Narkhede n...@confluent.io wrote:

 +1. Verified quick start, unit tests.

 On Tue, Mar 3, 2015 at 12:09 PM, Joe Stein joe.st...@stealth.ly wrote:

  Ok, lets fix the transient test failure on trunk agreed not a blocker.
 
  +1 quick start passed, verified artifacts, updates in scala
  https://github.com/stealthly/scala-kafka/tree/0.8.2.1 and go
  https://github.com/stealthly/go_kafka_client/tree/0.8.2.1 look good
 
  ~ Joe Stein
  - - - - - - - - - - - - - - - - -
 
http://www.stealth.ly
  - - - - - - - - - - - - - - - - -
 
  On Tue, Mar 3, 2015 at 12:30 PM, Jun Rao j...@confluent.io wrote:
 
   Hi, Joe,
  
   Yes, that unit test does have transient failures from time to time. The
   issue seems to be with the unit test itself and not the actual code.
 So,
   this is not a blocker for 0.8.2.1 release. I think we can just fix it
 in
   trunk.
  
   Thanks,
  
   Jun
  
   On Tue, Mar 3, 2015 at 9:08 AM, Joe Stein joe.st...@stealth.ly
 wrote:
  
   Jun, I have most everything looks good except I keep getting test
   failures from wget
  
 
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/kafka-0.8.2.1-src.tgz
tar -xvf kafka-0.8.2.1-src.tgz  cd kafka-0.8.2.1-src  gradle 
   ./gradlew test
  
   kafka.api.ProducerFailureHandlingTest 
   testNotEnoughReplicasAfterBrokerShutdown FAILED
   org.scalatest.junit.JUnitTestFailedError: Expected
   NotEnoughReplicasException when producing to topic with fewer brokers
  than
   min.insync.replicas
   at
  
 
 org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:101)
   at
  
 
 org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:149)
   at org.scalatest.Assertions$class.fail(Assertions.scala:711)
   at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149)
   at
  
 
 kafka.api.ProducerFailureHandlingTest.testNotEnoughReplicasAfterBrokerShutdown(ProducerFailureHandlingTest.scala:355)
  
   This happens to me all the time on a few different machines.
  
   ~ Joe Stein
   - - - - - - - - - - - - - - - - -
  
 http://www.stealth.ly
   - - - - - - - - - - - - - - - - -
  
   On Mon, Mar 2, 2015 at 7:36 PM, Jun Rao j...@confluent.io wrote:
  
   +1 from me. Verified quickstart and unit tests.
  
   Thanks,
  
   Jun
  
   On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:
  
   This is the second candidate for release of Apache Kafka 0.8.2.1.
 This
   fixes 4 critical issue in 0.8.2.0.
  
   Release Notes for the 0.8.2.1 release
  
  
 
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html
  
   *** Please download, test and vote by Monday, Mar 2, 3pm PT
  
   Kafka's KEYS file containing PGP keys we use to sign the release:
   http://kafka.apache.org/KEYS in addition to the md5, sha1
   and sha2 (SHA256) checksum.
  
   * Release artifacts to be voted upon (source and binary):
   https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/
  
   * Maven artifacts to be voted upon prior to release:
   https://repository.apache.org/content/groups/staging/
  
   * scala-doc
  
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/
  
   * java-doc
   https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/
  
   * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag
  
  
 
 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
   (git commit ee1267b127f3081db491fa1bf9a287084c324e36)
  
   /***
  
   Thanks,
  
   Jun
  
  
--
   You received this message because you are subscribed to the Google
   Groups kafka-clients group.
   To unsubscribe from this group and stop receiving emails from it,
 send
   an email to kafka-clients+unsubscr...@googlegroups.com.
   To post to this group, send email to kafka-clie...@googlegroups.com.
   Visit this group at http://groups.google.com/group/kafka-clients.
   To view this discussion on the web visit
  
 
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com
   
 
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com?utm_medium=emailutm_source=footer
  
   .
  
   For more options, visit https://groups.google.com/d/optout.
  
  
  
  
 



 --
 Thanks,
 Neha



Re: [kafka-clients] Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-09 Thread Jun Rao
I was trying to see if kafka-2010 is a blocker to the 0.8.2.1 release. It
doesn't seem to be since it won't affect the common usage when the
controlled shutdown is enabled (by default). I will wrap up the 0.8.2.1
release.

Thanks,

Jun

On Mon, Mar 9, 2015 at 8:25 AM, Solon Gordon so...@knewton.com wrote:

 Any timeline on an official 0.8.2.1 release? Were there any issues found
 with rc2? Just checking in because we are anxious to update our brokers but
 waiting for the patch release. Thanks.

 On Thu, Mar 5, 2015 at 12:01 AM, Neha Narkhede n...@confluent.io wrote:

 +1. Verified quick start, unit tests.

 On Tue, Mar 3, 2015 at 12:09 PM, Joe Stein joe.st...@stealth.ly wrote:

  Ok, lets fix the transient test failure on trunk agreed not a blocker.
 
  +1 quick start passed, verified artifacts, updates in scala
  https://github.com/stealthly/scala-kafka/tree/0.8.2.1 and go
  https://github.com/stealthly/go_kafka_client/tree/0.8.2.1 look good
 
  ~ Joe Stein
  - - - - - - - - - - - - - - - - -
 
http://www.stealth.ly
  - - - - - - - - - - - - - - - - -
 
  On Tue, Mar 3, 2015 at 12:30 PM, Jun Rao j...@confluent.io wrote:
 
   Hi, Joe,
  
   Yes, that unit test does have transient failures from time to time.
 The
   issue seems to be with the unit test itself and not the actual code.
 So,
   this is not a blocker for 0.8.2.1 release. I think we can just fix it
 in
   trunk.
  
   Thanks,
  
   Jun
  
   On Tue, Mar 3, 2015 at 9:08 AM, Joe Stein joe.st...@stealth.ly
 wrote:
  
   Jun, I have most everything looks good except I keep getting test
   failures from wget
  
 
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/kafka-0.8.2.1-src.tgz
tar -xvf kafka-0.8.2.1-src.tgz  cd kafka-0.8.2.1-src  gradle
 
   ./gradlew test
  
   kafka.api.ProducerFailureHandlingTest 
   testNotEnoughReplicasAfterBrokerShutdown FAILED
   org.scalatest.junit.JUnitTestFailedError: Expected
   NotEnoughReplicasException when producing to topic with fewer brokers
  than
   min.insync.replicas
   at
  
 
 org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:101)
   at
  
 
 org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:149)
   at org.scalatest.Assertions$class.fail(Assertions.scala:711)
   at
 org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149)
   at
  
 
 kafka.api.ProducerFailureHandlingTest.testNotEnoughReplicasAfterBrokerShutdown(ProducerFailureHandlingTest.scala:355)
  
   This happens to me all the time on a few different machines.
  
   ~ Joe Stein
   - - - - - - - - - - - - - - - - -
  
 http://www.stealth.ly
   - - - - - - - - - - - - - - - - -
  
   On Mon, Mar 2, 2015 at 7:36 PM, Jun Rao j...@confluent.io wrote:
  
   +1 from me. Verified quickstart and unit tests.
  
   Thanks,
  
   Jun
  
   On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:
  
   This is the second candidate for release of Apache Kafka 0.8.2.1.
 This
   fixes 4 critical issue in 0.8.2.0.
  
   Release Notes for the 0.8.2.1 release
  
  
 
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html
  
   *** Please download, test and vote by Monday, Mar 2, 3pm PT
  
   Kafka's KEYS file containing PGP keys we use to sign the release:
   http://kafka.apache.org/KEYS in addition to the md5, sha1
   and sha2 (SHA256) checksum.
  
   * Release artifacts to be voted upon (source and binary):
   https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/
  
   * Maven artifacts to be voted upon prior to release:
   https://repository.apache.org/content/groups/staging/
  
   * scala-doc
  
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/
  
   * java-doc
  
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/
  
   * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1
 tag
  
  
 
 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
   (git commit ee1267b127f3081db491fa1bf9a287084c324e36)
  
   /***
  
   Thanks,
  
   Jun
  
  
--
   You received this message because you are subscribed to the Google
   Groups kafka-clients group.
   To unsubscribe from this group and stop receiving emails from it,
 send
   an email to kafka-clients+unsubscr...@googlegroups.com.
   To post to this group, send email to kafka-clie...@googlegroups.com
 .
   Visit this group at http://groups.google.com/group/kafka-clients.
   To view this discussion on the web visit
  
 
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com
   
 
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com?utm_medium=emailutm_source=footer
  
   .
  
   For more options, visit https://groups.google.com/d/optout.
  
  
  
  
 



 --
 Thanks,
 Neha



Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-09 Thread Jun Rao
The following are the results of the votes.

+1 binding = 3 votes
+1 non-binding = 2 votes
-1 = 0 votes
0 = 0 votes

The vote passes.

I will release artifacts to maven central, update the dist svn and download
site. Will send out an announce after that.

Thanks everyone that contributed to the work in 0.8.2.1!

Jun

On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:

 This is the second candidate for release of Apache Kafka 0.8.2.1. This
 fixes 4 critical issue in 0.8.2.0.

 Release Notes for the 0.8.2.1 release

 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html

 *** Please download, test and vote by Monday, Mar 2, 3pm PT

 Kafka's KEYS file containing PGP keys we use to sign the release:
 http://kafka.apache.org/KEYS in addition to the md5, sha1
 and sha2 (SHA256) checksum.

 * Release artifacts to be voted upon (source and binary):
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/

 * Maven artifacts to be voted upon prior to release:
 https://repository.apache.org/content/groups/staging/

 * scala-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/

 * java-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/

 * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag

 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
 (git commit ee1267b127f3081db491fa1bf9a287084c324e36)

 /***

 Thanks,

 Jun




Re: [kafka-clients] Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-04 Thread Neha Narkhede
+1. Verified quick start, unit tests.

On Tue, Mar 3, 2015 at 12:09 PM, Joe Stein joe.st...@stealth.ly wrote:

 Ok, lets fix the transient test failure on trunk agreed not a blocker.

 +1 quick start passed, verified artifacts, updates in scala
 https://github.com/stealthly/scala-kafka/tree/0.8.2.1 and go
 https://github.com/stealthly/go_kafka_client/tree/0.8.2.1 look good

 ~ Joe Stein
 - - - - - - - - - - - - - - - - -

   http://www.stealth.ly
 - - - - - - - - - - - - - - - - -

 On Tue, Mar 3, 2015 at 12:30 PM, Jun Rao j...@confluent.io wrote:

  Hi, Joe,
 
  Yes, that unit test does have transient failures from time to time. The
  issue seems to be with the unit test itself and not the actual code. So,
  this is not a blocker for 0.8.2.1 release. I think we can just fix it in
  trunk.
 
  Thanks,
 
  Jun
 
  On Tue, Mar 3, 2015 at 9:08 AM, Joe Stein joe.st...@stealth.ly wrote:
 
  Jun, I have most everything looks good except I keep getting test
  failures from wget
 
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/kafka-0.8.2.1-src.tgz
   tar -xvf kafka-0.8.2.1-src.tgz  cd kafka-0.8.2.1-src  gradle 
  ./gradlew test
 
  kafka.api.ProducerFailureHandlingTest 
  testNotEnoughReplicasAfterBrokerShutdown FAILED
  org.scalatest.junit.JUnitTestFailedError: Expected
  NotEnoughReplicasException when producing to topic with fewer brokers
 than
  min.insync.replicas
  at
 
 org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:101)
  at
 
 org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:149)
  at org.scalatest.Assertions$class.fail(Assertions.scala:711)
  at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149)
  at
 
 kafka.api.ProducerFailureHandlingTest.testNotEnoughReplicasAfterBrokerShutdown(ProducerFailureHandlingTest.scala:355)
 
  This happens to me all the time on a few different machines.
 
  ~ Joe Stein
  - - - - - - - - - - - - - - - - -
 
http://www.stealth.ly
  - - - - - - - - - - - - - - - - -
 
  On Mon, Mar 2, 2015 at 7:36 PM, Jun Rao j...@confluent.io wrote:
 
  +1 from me. Verified quickstart and unit tests.
 
  Thanks,
 
  Jun
 
  On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:
 
  This is the second candidate for release of Apache Kafka 0.8.2.1. This
  fixes 4 critical issue in 0.8.2.0.
 
  Release Notes for the 0.8.2.1 release
 
 
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html
 
  *** Please download, test and vote by Monday, Mar 2, 3pm PT
 
  Kafka's KEYS file containing PGP keys we use to sign the release:
  http://kafka.apache.org/KEYS in addition to the md5, sha1
  and sha2 (SHA256) checksum.
 
  * Release artifacts to be voted upon (source and binary):
  https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/
 
  * Maven artifacts to be voted upon prior to release:
  https://repository.apache.org/content/groups/staging/
 
  * scala-doc
  https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/
 
  * java-doc
  https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/
 
  * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag
 
 
 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
  (git commit ee1267b127f3081db491fa1bf9a287084c324e36)
 
  /***
 
  Thanks,
 
  Jun
 
 
   --
  You received this message because you are subscribed to the Google
  Groups kafka-clients group.
  To unsubscribe from this group and stop receiving emails from it, send
  an email to kafka-clients+unsubscr...@googlegroups.com.
  To post to this group, send email to kafka-clie...@googlegroups.com.
  Visit this group at http://groups.google.com/group/kafka-clients.
  To view this discussion on the web visit
 
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com
  
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com?utm_medium=emailutm_source=footer
 
  .
 
  For more options, visit https://groups.google.com/d/optout.
 
 
 
 




-- 
Thanks,
Neha


Re: [kafka-clients] Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-03 Thread Gwen Shapira
Hi,

Good catch, Joe. Releasing with a broken test is not a good habit.

I provided a small patch that fixes the issue in KAFKA-1999.

Gwen

On Tue, Mar 3, 2015 at 9:08 AM, Joe Stein joe.st...@stealth.ly wrote:

 Jun, I have most everything looks good except I keep getting test failures
 from wget
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/kafka-0.8.2.1-src.tgz
  tar -xvf kafka-0.8.2.1-src.tgz  cd kafka-0.8.2.1-src  gradle 
 ./gradlew test

 kafka.api.ProducerFailureHandlingTest 
 testNotEnoughReplicasAfterBrokerShutdown FAILED
 org.scalatest.junit.JUnitTestFailedError: Expected
 NotEnoughReplicasException when producing to topic with fewer brokers than
 min.insync.replicas
 at
 org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:101)
 at
 org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:149)
 at org.scalatest.Assertions$class.fail(Assertions.scala:711)
 at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149)
 at
 kafka.api.ProducerFailureHandlingTest.testNotEnoughReplicasAfterBrokerShutdown(ProducerFailureHandlingTest.scala:355)

 This happens to me all the time on a few different machines.

 ~ Joe Stein
 - - - - - - - - - - - - - - - - -

   http://www.stealth.ly
 - - - - - - - - - - - - - - - - -

 On Mon, Mar 2, 2015 at 7:36 PM, Jun Rao j...@confluent.io wrote:

 +1 from me. Verified quickstart and unit tests.

 Thanks,

 Jun

 On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:

 This is the second candidate for release of Apache Kafka 0.8.2.1. This
 fixes 4 critical issue in 0.8.2.0.

 Release Notes for the 0.8.2.1 release

 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html

 *** Please download, test and vote by Monday, Mar 2, 3pm PT

 Kafka's KEYS file containing PGP keys we use to sign the release:
 http://kafka.apache.org/KEYS in addition to the md5, sha1
 and sha2 (SHA256) checksum.

 * Release artifacts to be voted upon (source and binary):
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/

 * Maven artifacts to be voted upon prior to release:
 https://repository.apache.org/content/groups/staging/

 * scala-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/

 * java-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/

 * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag

 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
 (git commit ee1267b127f3081db491fa1bf9a287084c324e36)

 /***

 Thanks,

 Jun


  --
 You received this message because you are subscribed to the Google Groups
 kafka-clients group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to kafka-clients+unsubscr...@googlegroups.com.
 To post to this group, send email to kafka-clie...@googlegroups.com.
 Visit this group at http://groups.google.com/group/kafka-clients.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 kafka-clients group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to kafka-clients+unsubscr...@googlegroups.com.
 To post to this group, send email to kafka-clie...@googlegroups.com.
 Visit this group at http://groups.google.com/group/kafka-clients.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/kafka-clients/CAA7ooCCr5oVs0oVpHY%3D2cAgTvJYEL998VfrL5zJbTpSCw8dMUg%40mail.gmail.com
 https://groups.google.com/d/msgid/kafka-clients/CAA7ooCCr5oVs0oVpHY%3D2cAgTvJYEL998VfrL5zJbTpSCw8dMUg%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.



Re: [kafka-clients] Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-03 Thread Joe Stein
Jun, I have most everything looks good except I keep getting test failures
from wget
https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/kafka-0.8.2.1-src.tgz
 tar -xvf kafka-0.8.2.1-src.tgz  cd kafka-0.8.2.1-src  gradle 
./gradlew test

kafka.api.ProducerFailureHandlingTest 
testNotEnoughReplicasAfterBrokerShutdown FAILED
org.scalatest.junit.JUnitTestFailedError: Expected
NotEnoughReplicasException when producing to topic with fewer brokers than
min.insync.replicas
at
org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:101)
at
org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:149)
at org.scalatest.Assertions$class.fail(Assertions.scala:711)
at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149)
at
kafka.api.ProducerFailureHandlingTest.testNotEnoughReplicasAfterBrokerShutdown(ProducerFailureHandlingTest.scala:355)

This happens to me all the time on a few different machines.

~ Joe Stein
- - - - - - - - - - - - - - - - -

  http://www.stealth.ly
- - - - - - - - - - - - - - - - -

On Mon, Mar 2, 2015 at 7:36 PM, Jun Rao j...@confluent.io wrote:

 +1 from me. Verified quickstart and unit tests.

 Thanks,

 Jun

 On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:

 This is the second candidate for release of Apache Kafka 0.8.2.1. This
 fixes 4 critical issue in 0.8.2.0.

 Release Notes for the 0.8.2.1 release

 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html

 *** Please download, test and vote by Monday, Mar 2, 3pm PT

 Kafka's KEYS file containing PGP keys we use to sign the release:
 http://kafka.apache.org/KEYS in addition to the md5, sha1
 and sha2 (SHA256) checksum.

 * Release artifacts to be voted upon (source and binary):
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/

 * Maven artifacts to be voted upon prior to release:
 https://repository.apache.org/content/groups/staging/

 * scala-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/

 * java-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/

 * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag

 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
 (git commit ee1267b127f3081db491fa1bf9a287084c324e36)

 /***

 Thanks,

 Jun


  --
 You received this message because you are subscribed to the Google Groups
 kafka-clients group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to kafka-clients+unsubscr...@googlegroups.com.
 To post to this group, send email to kafka-clie...@googlegroups.com.
 Visit this group at http://groups.google.com/group/kafka-clients.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.



Re: [kafka-clients] Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-03 Thread Joe Stein
Ok, lets fix the transient test failure on trunk agreed not a blocker.

+1 quick start passed, verified artifacts, updates in scala
https://github.com/stealthly/scala-kafka/tree/0.8.2.1 and go
https://github.com/stealthly/go_kafka_client/tree/0.8.2.1 look good

~ Joe Stein
- - - - - - - - - - - - - - - - -

  http://www.stealth.ly
- - - - - - - - - - - - - - - - -

On Tue, Mar 3, 2015 at 12:30 PM, Jun Rao j...@confluent.io wrote:

 Hi, Joe,

 Yes, that unit test does have transient failures from time to time. The
 issue seems to be with the unit test itself and not the actual code. So,
 this is not a blocker for 0.8.2.1 release. I think we can just fix it in
 trunk.

 Thanks,

 Jun

 On Tue, Mar 3, 2015 at 9:08 AM, Joe Stein joe.st...@stealth.ly wrote:

 Jun, I have most everything looks good except I keep getting test
 failures from wget
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/kafka-0.8.2.1-src.tgz
  tar -xvf kafka-0.8.2.1-src.tgz  cd kafka-0.8.2.1-src  gradle 
 ./gradlew test

 kafka.api.ProducerFailureHandlingTest 
 testNotEnoughReplicasAfterBrokerShutdown FAILED
 org.scalatest.junit.JUnitTestFailedError: Expected
 NotEnoughReplicasException when producing to topic with fewer brokers than
 min.insync.replicas
 at
 org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:101)
 at
 org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:149)
 at org.scalatest.Assertions$class.fail(Assertions.scala:711)
 at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149)
 at
 kafka.api.ProducerFailureHandlingTest.testNotEnoughReplicasAfterBrokerShutdown(ProducerFailureHandlingTest.scala:355)

 This happens to me all the time on a few different machines.

 ~ Joe Stein
 - - - - - - - - - - - - - - - - -

   http://www.stealth.ly
 - - - - - - - - - - - - - - - - -

 On Mon, Mar 2, 2015 at 7:36 PM, Jun Rao j...@confluent.io wrote:

 +1 from me. Verified quickstart and unit tests.

 Thanks,

 Jun

 On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:

 This is the second candidate for release of Apache Kafka 0.8.2.1. This
 fixes 4 critical issue in 0.8.2.0.

 Release Notes for the 0.8.2.1 release

 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html

 *** Please download, test and vote by Monday, Mar 2, 3pm PT

 Kafka's KEYS file containing PGP keys we use to sign the release:
 http://kafka.apache.org/KEYS in addition to the md5, sha1
 and sha2 (SHA256) checksum.

 * Release artifacts to be voted upon (source and binary):
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/

 * Maven artifacts to be voted upon prior to release:
 https://repository.apache.org/content/groups/staging/

 * scala-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/

 * java-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/

 * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag

 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
 (git commit ee1267b127f3081db491fa1bf9a287084c324e36)

 /***

 Thanks,

 Jun


  --
 You received this message because you are subscribed to the Google
 Groups kafka-clients group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to kafka-clients+unsubscr...@googlegroups.com.
 To post to this group, send email to kafka-clie...@googlegroups.com.
 Visit this group at http://groups.google.com/group/kafka-clients.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.






Re: [kafka-clients] Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-03 Thread Jun Rao
Hi, Joe,

Yes, that unit test does have transient failures from time to time. The
issue seems to be with the unit test itself and not the actual code. So,
this is not a blocker for 0.8.2.1 release. I think we can just fix it in
trunk.

Thanks,

Jun

On Tue, Mar 3, 2015 at 9:08 AM, Joe Stein joe.st...@stealth.ly wrote:

 Jun, I have most everything looks good except I keep getting test failures
 from wget
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/kafka-0.8.2.1-src.tgz
  tar -xvf kafka-0.8.2.1-src.tgz  cd kafka-0.8.2.1-src  gradle 
 ./gradlew test

 kafka.api.ProducerFailureHandlingTest 
 testNotEnoughReplicasAfterBrokerShutdown FAILED
 org.scalatest.junit.JUnitTestFailedError: Expected
 NotEnoughReplicasException when producing to topic with fewer brokers than
 min.insync.replicas
 at
 org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:101)
 at
 org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:149)
 at org.scalatest.Assertions$class.fail(Assertions.scala:711)
 at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149)
 at
 kafka.api.ProducerFailureHandlingTest.testNotEnoughReplicasAfterBrokerShutdown(ProducerFailureHandlingTest.scala:355)

 This happens to me all the time on a few different machines.

 ~ Joe Stein
 - - - - - - - - - - - - - - - - -

   http://www.stealth.ly
 - - - - - - - - - - - - - - - - -

 On Mon, Mar 2, 2015 at 7:36 PM, Jun Rao j...@confluent.io wrote:

 +1 from me. Verified quickstart and unit tests.

 Thanks,

 Jun

 On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:

 This is the second candidate for release of Apache Kafka 0.8.2.1. This
 fixes 4 critical issue in 0.8.2.0.

 Release Notes for the 0.8.2.1 release

 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html

 *** Please download, test and vote by Monday, Mar 2, 3pm PT

 Kafka's KEYS file containing PGP keys we use to sign the release:
 http://kafka.apache.org/KEYS in addition to the md5, sha1
 and sha2 (SHA256) checksum.

 * Release artifacts to be voted upon (source and binary):
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/

 * Maven artifacts to be voted upon prior to release:
 https://repository.apache.org/content/groups/staging/

 * scala-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/

 * java-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/

 * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag

 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
 (git commit ee1267b127f3081db491fa1bf9a287084c324e36)

 /***

 Thanks,

 Jun


  --
 You received this message because you are subscribed to the Google Groups
 kafka-clients group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to kafka-clients+unsubscr...@googlegroups.com.
 To post to this group, send email to kafka-clie...@googlegroups.com.
 Visit this group at http://groups.google.com/group/kafka-clients.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com
 https://groups.google.com/d/msgid/kafka-clients/CAFc58G_5FuLKx3_kM4PCgqQL8d%2B4sqE0o-%2BXfu3FJicAgn5KPw%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.





Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-02 Thread Jun Rao
+1 from me. Verified quickstart and unit tests.

Thanks,

Jun

On Thu, Feb 26, 2015 at 2:59 PM, Jun Rao j...@confluent.io wrote:

 This is the second candidate for release of Apache Kafka 0.8.2.1. This
 fixes 4 critical issue in 0.8.2.0.

 Release Notes for the 0.8.2.1 release

 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html

 *** Please download, test and vote by Monday, Mar 2, 3pm PT

 Kafka's KEYS file containing PGP keys we use to sign the release:
 http://kafka.apache.org/KEYS in addition to the md5, sha1
 and sha2 (SHA256) checksum.

 * Release artifacts to be voted upon (source and binary):
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/

 * Maven artifacts to be voted upon prior to release:
 https://repository.apache.org/content/groups/staging/

 * scala-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/

 * java-doc
 https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/

 * The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag

 https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
 (git commit ee1267b127f3081db491fa1bf9a287084c324e36)

 /***

 Thanks,

 Jun




Re: [VOTE] 0.8.2.1 Candidate 2

2015-03-02 Thread Solon Gordon
+1


[VOTE] 0.8.2.1 Candidate 2

2015-02-26 Thread Jun Rao
This is the second candidate for release of Apache Kafka 0.8.2.1. This
fixes 4 critical issue in 0.8.2.0.

Release Notes for the 0.8.2.1 release
https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/RELEASE_NOTES.html

*** Please download, test and vote by Monday, Mar 2, 3pm PT

Kafka's KEYS file containing PGP keys we use to sign the release:
http://kafka.apache.org/KEYS in addition to the md5, sha1
and sha2 (SHA256) checksum.

* Release artifacts to be voted upon (source and binary):
https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/

* Maven artifacts to be voted upon prior to release:
https://repository.apache.org/content/groups/staging/

* scala-doc
https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/scaladoc/

* java-doc
https://people.apache.org/~junrao/kafka-0.8.2.1-candidate2/javadoc/

* The tag to be voted upon (off the 0.8.2 branch) is the 0.8.2.1 tag
https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=bd1bfb63ec73c10d08432ac893a23f28281ea021
(git commit ee1267b127f3081db491fa1bf9a287084c324e36)

/***

Thanks,

Jun