[VOTE] 0.8.2.0 Candidate 3

46 views
Skip to first unread message

Jun Rao

unread,
Jan 29, 2015, 12:22:12 AM1/29/15
to d...@kafka.apache.org, us...@kafka.apache.org, kafka-...@googlegroups.com
This is the third candidate for release of Apache Kafka 0.8.2.0. 

Release Notes for the 0.8.2.0 release

*** Please download, test and vote by Saturday, Jan 31, 11:30pm 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):

* Maven artifacts to be voted upon prior to release:

* scala-doc

* java-doc

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

/*******************************************

Thanks,

Jun

Magnus Edenhill

unread,
Jan 29, 2015, 4:01:29 AM1/29/15
to us...@kafka.apache.org, d...@kafka.apache.org, kafka-...@googlegroups.com
+1 on librdkafka interop

Minor nitpick:
 KAFKA-1781 (state required gradle version in README)  is included in the Release notes but is not actually fixed

Jun Rao

unread,
Jan 29, 2015, 6:58:07 PM1/29/15
to us...@kafka.apache.org, d...@kafka.apache.org, kafka-...@googlegroups.com
I think we were just confirming whether that issue was fixed in 0.8.2 not. Given that this issue only happens in unclean shutdown, I don't think it's a blocker for 0.8.2. Also, the patch is not trivial and it's better to test it out a bit longer in trunk.

Thanks,

Jun

On Thu, Jan 29, 2015 at 5:36 PM, Jiangjie Qin <jq...@linkedin.com.invalid> wrote:
In meetup we said that KAFKA-1650 and follow up patches is included in
0.8.2, but it seems not on the list.

Jun Rao

unread,
Jan 30, 2015, 3:04:03 PM1/30/15
to d...@kafka.apache.org, us...@kafka.apache.org, kafka-...@googlegroups.com
This is a reminder that the vote will close tomorrow night. Please test RC3 out and vote before the deadline.

Thanks,

Jun

Joe Stein

unread,
Jan 31, 2015, 1:43:21 AM1/31/15
to Jun Rao, d...@kafka.apache.org, us...@kafka.apache.org, kafka-...@googlegroups.com
+1 (binding)

verified signatures, ran quick start, tests all passed.

- Joe Stein

--
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-client...@googlegroups.com.
To post to this group, send email to kafka-...@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/CAFc58G9pGUpo7jp4BXY3Y_doPTzZiJKRCPPY-oYj1sqAapUx-Q%40mail.gmail.com.

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

Jun Rao

unread,
Jan 31, 2015, 9:02:58 PM1/31/15
to us...@kafka.apache.org, kafka-...@googlegroups.com, d...@kafka.apache.org
Hi, Alex,

Thanks for testing RC3. 

Broker.connectionString() is actually not part of the public api for the producer. Is there a particular reason that you need to use this api?

Thanks,

Jun

On Sat, Jan 31, 2015 at 1:53 PM, Alex The Rocker <alex....@gmail.com> wrote:
Hello,

I have read Broker.scala source code, and I found the answer:
 - With Kafka 0.8.1.1 we used Broker.getConnectionString() in our Java code.
 - With Kafka 0.8.2.0, this method has been replaced by a 0-arity method
without the "get" prefix, so we have to change our Java code to call
Broker.connectionString()

So despite binary compatibility is broken, we have a by-pass.
I hope this will help other people relying on this API...

and I'm going to continue tests with 0.8.2 rc3..

Alex

2015-01-31 21:23 GMT+01:00 Alex The Rocker <alex....@gmail.com>:

> Hello,
>
> I ran my own tests made with kafka_2.10-0.8.1.1.tgz binaries with our
> application:
>
> 1st test:
> ======
>   replace all kafka .jar files in our application on consumming side
>   (without recompiling anything)
>   => tests passed, OK
>
> 2nd test:
> =======
>   replace all kafka .jar files in our application on producubg side
>   (without recompiling anything)
>   => KO, we get this error:
>
> 2015-01-31 20:54:00,094 [Timer-2] ERROR c.d.i.t.StdOutErrRedirect -
> Exception in thread "Timer-2"
> 2015-01-31 20:54:00,111 [Timer-2] ERROR c.d.i.t.StdOutErrRedirect -
> java.lang.NoSuchMethodError:
> kafka.cluster.Broker.getConnectionString()Ljava/lang/String;
>
> Which means that binary compatibility with 0.8.1.1 version has been broken.
> We use getConnectionString() to get Broker's zookeepers adresses, see this
> answer from Neha:
>
>
> http://mail-archives.apache.org/mod_mbox/kafka-users/201404.mbox/%3CCAOG_4QYnWrB=TmRTCRyF8-PdAgY_CGF...@mail.gmail.com%3E
>
> If the kafka.cluster.Broker.getConnectionString() method has been removed
> with Kafka 0.8.2.0, then what is the suitable replacement for it ?
>
> Thanks
> Alex

Jun Rao

unread,
Feb 1, 2015, 12:41:06 AM2/1/15
to d...@kafka.apache.org, us...@kafka.apache.org, kafka-...@googlegroups.com
+1 (binding). Verified quickstart and unit tests.

Thanks,

Jun

On Wed, Jan 28, 2015 at 11:22 PM, Jun Rao <j...@confluent.io> wrote:

Jun Rao

unread,
Feb 2, 2015, 2:27:04 PM2/2/15
to d...@kafka.apache.org, us...@kafka.apache.org, kafka-...@googlegroups.com
The following are the results of the votes.

+1 binding = 3 votes
+1 non-binding = 1 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.0!

Jun

Joe Stein

unread,
Feb 2, 2015, 4:32:27 PM2/2/15
to Jun Rao, d...@kafka.apache.org, us...@kafka.apache.org, kafka-...@googlegroups.com
Huzzah! 

Thanks Jun for preparing the release candidates and getting this out to the community.

- Joe Stein

--
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-client...@googlegroups.com.
To post to this group, send email to kafka-...@googlegroups.com.
Visit this group at http://groups.google.com/group/kafka-clients.

Jay Kreps

unread,
Feb 2, 2015, 11:13:30 PM2/2/15
to us...@kafka.apache.org, d...@kafka.apache.org, Jun Rao, kafka-...@googlegroups.com
Yay!

-Jay

On Mon, Feb 2, 2015 at 2:23 PM, Neha Narkhede <ne...@confluent.io> wrote:
Great! Thanks Jun for helping with the release and everyone involved for
your contributions.

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



--
Thanks,
Neha

Gwen Shapira

unread,
Feb 3, 2015, 2:04:52 PM2/3/15
to Jay Kreps, us...@kafka.apache.org, d...@kafka.apache.org, Jun Rao, kafka-...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages