You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Rajini Sivaram <ra...@gmail.com> on 2017/11/11 00:37:40 UTC

[VOTE] 0.11.0.2 RC0

Hello Kafka users, developers and client-developers,


This is the first candidate for release of Apache Kafka 0.11.0.2.


This is a bug fix release and it includes fixes and improvements from 16 JIRAs,
including a few critical bugs.


Release notes for the 0.11.0.2 release:

http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html


*** Please download, test and vote by Wednesday the 15th of November, 8PM PT


Kafka's KEYS file containing PGP keys we use to sign the release:

http://kafka.apache.org/KEYS


* Release artifacts to be voted upon (source and binary):

http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/


* Maven artifacts to be voted upon:

https://repository.apache.org/content/groups/staging/


* Javadoc:

http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/


* Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:

https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=25639822d6e23803c599cba35ad3dc1a2817b404



* Documentation:

Note the documentation can't be pushed live due to changes that will
not go live
until the release. You can manually verify by downloading

http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/kafka_2.11-0.11.0.2-site-docs.tgz



* Protocol:

http://kafka.apache.org/0110/protocol.html


* Successful Jenkins builds for the 0.11.0 branch:

Unit/integration tests: https://builds.apache.org/job/kafka-0.11.0-jdk7/333/




Thanks,


Rajini

Re: [VOTE] 0.11.0.2 RC0

Posted by Guozhang Wang <wa...@gmail.com>.
+1

- Ran through quick start, streams tutorials.
- Ran testAll (scala 2.11, java 8)

On Wed, Nov 15, 2017 at 12:27 AM, Satish Duggana <sa...@gmail.com>
wrote:

> +1 (non-binding)
>
> - Ran testAll on source
> - Verified signatures on binaries built with Scala-2.11
> - Ran through quickstart of core/streams
>
>
>
> On Wed, Nov 15, 2017 at 12:46 AM, Gwen Shapira <gw...@confluent.io> wrote:
>
> > +1 (binding)
> >
> > Validated signatures, compiled sources, ran through quickstart on my
> > machine.
> >
> > On Mon, Nov 13, 2017 at 7:53 PM Ted Yu <yu...@gmail.com> wrote:
> >
> > > Understood.
> > >
> > > The test passed when run standalone.
> > >
> > > +1 from me.
> > >
> > > On Mon, Nov 13, 2017 at 1:19 AM, Rajini Sivaram <
> rajinisivaram@gmail.com
> > >
> > > wrote:
> > >
> > > > Hi Ted,
> > > >
> > > > Thank you for running the tests. As you have mentioned in KAFKA-4262,
> > > this
> > > > has been a known intermittent test failure. It has been difficult to
> > make
> > > > integration tests for quotas reliable since they verify the time
> taken
> > to
> > > > complete after running for a short duration. We should make the tests
> > > > reliable, but this shouldn't be a blocker for the release.
> > > >
> > > >
> > > > On Sat, Nov 11, 2017 at 5:29 PM, Ted Yu <yu...@gmail.com> wrote:
> > > >
> > > > > Running test suite I saw:
> > > > >
> > > > > kafka.admin.ReassignPartitionsClusterTest >
> > > > > shouldExecuteThrottledReassignment FAILED
> > > > >     java.lang.AssertionError: Expected replication to be < 10000
> but
> > > was
> > > > > 10138
> > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > >         at org.junit.Assert.assertTrue(Assert.java:41)
> > > > >         at
> > > > > kafka.admin.ReassignPartitionsClusterTest.shouldExecuteThrot
> > > > > tledReassignment(ReassignPartitionsClusterTest.scala:183)
> > > > >
> > > > > Has anyone else seen the above ?
> > > > >
> > > > > Cheers
> > > > >
> > > > > On Fri, Nov 10, 2017 at 4:37 PM, Rajini Sivaram <
> > > rajinisivaram@gmail.com
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Hello Kafka users, developers and client-developers,
> > > > > >
> > > > > >
> > > > > > This is the first candidate for release of Apache Kafka 0.11.0.2.
> > > > > >
> > > > > >
> > > > > > This is a bug fix release and it includes fixes and improvements
> > from
> > > > 16
> > > > > > JIRAs,
> > > > > > including a few critical bugs.
> > > > > >
> > > > > >
> > > > > > Release notes for the 0.11.0.2 release:
> > > > > >
> > > > > >
> > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
> > > > > >
> > > > > >
> > > > > > *** Please download, test and vote by Wednesday the 15th of
> > November,
> > > > 8PM
> > > > > > PT
> > > > > >
> > > > > >
> > > > > > Kafka's KEYS file containing PGP keys we use to sign the release:
> > > > > >
> > > > > > http://kafka.apache.org/KEYS
> > > > > >
> > > > > >
> > > > > > * Release artifacts to be voted upon (source and binary):
> > > > > >
> > > > > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > > > > >
> > > > > >
> > > > > > * Maven artifacts to be voted upon:
> > > > > >
> > > > > > https://repository.apache.org/content/groups/staging/
> > > > > >
> > > > > >
> > > > > > * Javadoc:
> > > > > >
> > > > > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
> > > > > >
> > > > > >
> > > > > > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
> > > > > >
> > > > > > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> > > > > > 25639822d6e23803c599cba35ad3dc1a2817b404
> > > > > >
> > > > > >
> > > > > >
> > > > > > * Documentation:
> > > > > >
> > > > > > Note the documentation can't be pushed live due to changes that
> > will
> > > > > > not go live
> > > > > > until the release. You can manually verify by downloading
> > > > > >
> > > > > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > > > > > kafka_2.11-0.11.0.2-site-docs.tgz
> > > > > >
> > > > > >
> > > > > >
> > > > > > * Protocol:
> > > > > >
> > > > > > http://kafka.apache.org/0110/protocol.html
> > > > > >
> > > > > >
> > > > > > * Successful Jenkins builds for the 0.11.0 branch:
> > > > > >
> > > > > > Unit/integration tests: https://builds.apache.org/job/
> > > > > > kafka-0.11.0-jdk7/333/
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > >
> > > > > > Rajini
> > > > > >
> > > > >
> > > >
> > >
> >
>



-- 
-- Guozhang

Re: [VOTE] 0.11.0.2 RC0

Posted by Satish Duggana <sa...@gmail.com>.
+1 (non-binding)

- Ran testAll on source
- Verified signatures on binaries built with Scala-2.11
- Ran through quickstart of core/streams



On Wed, Nov 15, 2017 at 12:46 AM, Gwen Shapira <gw...@confluent.io> wrote:

> +1 (binding)
>
> Validated signatures, compiled sources, ran through quickstart on my
> machine.
>
> On Mon, Nov 13, 2017 at 7:53 PM Ted Yu <yu...@gmail.com> wrote:
>
> > Understood.
> >
> > The test passed when run standalone.
> >
> > +1 from me.
> >
> > On Mon, Nov 13, 2017 at 1:19 AM, Rajini Sivaram <rajinisivaram@gmail.com
> >
> > wrote:
> >
> > > Hi Ted,
> > >
> > > Thank you for running the tests. As you have mentioned in KAFKA-4262,
> > this
> > > has been a known intermittent test failure. It has been difficult to
> make
> > > integration tests for quotas reliable since they verify the time taken
> to
> > > complete after running for a short duration. We should make the tests
> > > reliable, but this shouldn't be a blocker for the release.
> > >
> > >
> > > On Sat, Nov 11, 2017 at 5:29 PM, Ted Yu <yu...@gmail.com> wrote:
> > >
> > > > Running test suite I saw:
> > > >
> > > > kafka.admin.ReassignPartitionsClusterTest >
> > > > shouldExecuteThrottledReassignment FAILED
> > > >     java.lang.AssertionError: Expected replication to be < 10000 but
> > was
> > > > 10138
> > > >         at org.junit.Assert.fail(Assert.java:88)
> > > >         at org.junit.Assert.assertTrue(Assert.java:41)
> > > >         at
> > > > kafka.admin.ReassignPartitionsClusterTest.shouldExecuteThrot
> > > > tledReassignment(ReassignPartitionsClusterTest.scala:183)
> > > >
> > > > Has anyone else seen the above ?
> > > >
> > > > Cheers
> > > >
> > > > On Fri, Nov 10, 2017 at 4:37 PM, Rajini Sivaram <
> > rajinisivaram@gmail.com
> > > >
> > > > wrote:
> > > >
> > > > > Hello Kafka users, developers and client-developers,
> > > > >
> > > > >
> > > > > This is the first candidate for release of Apache Kafka 0.11.0.2.
> > > > >
> > > > >
> > > > > This is a bug fix release and it includes fixes and improvements
> from
> > > 16
> > > > > JIRAs,
> > > > > including a few critical bugs.
> > > > >
> > > > >
> > > > > Release notes for the 0.11.0.2 release:
> > > > >
> > > > >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
> > > > >
> > > > >
> > > > > *** Please download, test and vote by Wednesday the 15th of
> November,
> > > 8PM
> > > > > PT
> > > > >
> > > > >
> > > > > Kafka's KEYS file containing PGP keys we use to sign the release:
> > > > >
> > > > > http://kafka.apache.org/KEYS
> > > > >
> > > > >
> > > > > * Release artifacts to be voted upon (source and binary):
> > > > >
> > > > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > > > >
> > > > >
> > > > > * Maven artifacts to be voted upon:
> > > > >
> > > > > https://repository.apache.org/content/groups/staging/
> > > > >
> > > > >
> > > > > * Javadoc:
> > > > >
> > > > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
> > > > >
> > > > >
> > > > > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
> > > > >
> > > > > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> > > > > 25639822d6e23803c599cba35ad3dc1a2817b404
> > > > >
> > > > >
> > > > >
> > > > > * Documentation:
> > > > >
> > > > > Note the documentation can't be pushed live due to changes that
> will
> > > > > not go live
> > > > > until the release. You can manually verify by downloading
> > > > >
> > > > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > > > > kafka_2.11-0.11.0.2-site-docs.tgz
> > > > >
> > > > >
> > > > >
> > > > > * Protocol:
> > > > >
> > > > > http://kafka.apache.org/0110/protocol.html
> > > > >
> > > > >
> > > > > * Successful Jenkins builds for the 0.11.0 branch:
> > > > >
> > > > > Unit/integration tests: https://builds.apache.org/job/
> > > > > kafka-0.11.0-jdk7/333/
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Thanks,
> > > > >
> > > > >
> > > > > Rajini
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Gwen Shapira <gw...@confluent.io>.
+1 (binding)

Validated signatures, compiled sources, ran through quickstart on my
machine.

On Mon, Nov 13, 2017 at 7:53 PM Ted Yu <yu...@gmail.com> wrote:

> Understood.
>
> The test passed when run standalone.
>
> +1 from me.
>
> On Mon, Nov 13, 2017 at 1:19 AM, Rajini Sivaram <ra...@gmail.com>
> wrote:
>
> > Hi Ted,
> >
> > Thank you for running the tests. As you have mentioned in KAFKA-4262,
> this
> > has been a known intermittent test failure. It has been difficult to make
> > integration tests for quotas reliable since they verify the time taken to
> > complete after running for a short duration. We should make the tests
> > reliable, but this shouldn't be a blocker for the release.
> >
> >
> > On Sat, Nov 11, 2017 at 5:29 PM, Ted Yu <yu...@gmail.com> wrote:
> >
> > > Running test suite I saw:
> > >
> > > kafka.admin.ReassignPartitionsClusterTest >
> > > shouldExecuteThrottledReassignment FAILED
> > >     java.lang.AssertionError: Expected replication to be < 10000 but
> was
> > > 10138
> > >         at org.junit.Assert.fail(Assert.java:88)
> > >         at org.junit.Assert.assertTrue(Assert.java:41)
> > >         at
> > > kafka.admin.ReassignPartitionsClusterTest.shouldExecuteThrot
> > > tledReassignment(ReassignPartitionsClusterTest.scala:183)
> > >
> > > Has anyone else seen the above ?
> > >
> > > Cheers
> > >
> > > On Fri, Nov 10, 2017 at 4:37 PM, Rajini Sivaram <
> rajinisivaram@gmail.com
> > >
> > > wrote:
> > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > >
> > > > This is the first candidate for release of Apache Kafka 0.11.0.2.
> > > >
> > > >
> > > > This is a bug fix release and it includes fixes and improvements from
> > 16
> > > > JIRAs,
> > > > including a few critical bugs.
> > > >
> > > >
> > > > Release notes for the 0.11.0.2 release:
> > > >
> > > >
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
> > > >
> > > >
> > > > *** Please download, test and vote by Wednesday the 15th of November,
> > 8PM
> > > > PT
> > > >
> > > >
> > > > Kafka's KEYS file containing PGP keys we use to sign the release:
> > > >
> > > > http://kafka.apache.org/KEYS
> > > >
> > > >
> > > > * Release artifacts to be voted upon (source and binary):
> > > >
> > > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > > >
> > > >
> > > > * Maven artifacts to be voted upon:
> > > >
> > > > https://repository.apache.org/content/groups/staging/
> > > >
> > > >
> > > > * Javadoc:
> > > >
> > > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
> > > >
> > > >
> > > > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
> > > >
> > > > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> > > > 25639822d6e23803c599cba35ad3dc1a2817b404
> > > >
> > > >
> > > >
> > > > * Documentation:
> > > >
> > > > Note the documentation can't be pushed live due to changes that will
> > > > not go live
> > > > until the release. You can manually verify by downloading
> > > >
> > > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > > > kafka_2.11-0.11.0.2-site-docs.tgz
> > > >
> > > >
> > > >
> > > > * Protocol:
> > > >
> > > > http://kafka.apache.org/0110/protocol.html
> > > >
> > > >
> > > > * Successful Jenkins builds for the 0.11.0 branch:
> > > >
> > > > Unit/integration tests: https://builds.apache.org/job/
> > > > kafka-0.11.0-jdk7/333/
> > > >
> > > >
> > > >
> > > >
> > > > Thanks,
> > > >
> > > >
> > > > Rajini
> > > >
> > >
> >
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Ted Yu <yu...@gmail.com>.
Understood.

The test passed when run standalone.

+1 from me.

On Mon, Nov 13, 2017 at 1:19 AM, Rajini Sivaram <ra...@gmail.com>
wrote:

> Hi Ted,
>
> Thank you for running the tests. As you have mentioned in KAFKA-4262, this
> has been a known intermittent test failure. It has been difficult to make
> integration tests for quotas reliable since they verify the time taken to
> complete after running for a short duration. We should make the tests
> reliable, but this shouldn't be a blocker for the release.
>
>
> On Sat, Nov 11, 2017 at 5:29 PM, Ted Yu <yu...@gmail.com> wrote:
>
> > Running test suite I saw:
> >
> > kafka.admin.ReassignPartitionsClusterTest >
> > shouldExecuteThrottledReassignment FAILED
> >     java.lang.AssertionError: Expected replication to be < 10000 but was
> > 10138
> >         at org.junit.Assert.fail(Assert.java:88)
> >         at org.junit.Assert.assertTrue(Assert.java:41)
> >         at
> > kafka.admin.ReassignPartitionsClusterTest.shouldExecuteThrot
> > tledReassignment(ReassignPartitionsClusterTest.scala:183)
> >
> > Has anyone else seen the above ?
> >
> > Cheers
> >
> > On Fri, Nov 10, 2017 at 4:37 PM, Rajini Sivaram <rajinisivaram@gmail.com
> >
> > wrote:
> >
> > > Hello Kafka users, developers and client-developers,
> > >
> > >
> > > This is the first candidate for release of Apache Kafka 0.11.0.2.
> > >
> > >
> > > This is a bug fix release and it includes fixes and improvements from
> 16
> > > JIRAs,
> > > including a few critical bugs.
> > >
> > >
> > > Release notes for the 0.11.0.2 release:
> > >
> > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
> > >
> > >
> > > *** Please download, test and vote by Wednesday the 15th of November,
> 8PM
> > > PT
> > >
> > >
> > > Kafka's KEYS file containing PGP keys we use to sign the release:
> > >
> > > http://kafka.apache.org/KEYS
> > >
> > >
> > > * Release artifacts to be voted upon (source and binary):
> > >
> > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > >
> > >
> > > * Maven artifacts to be voted upon:
> > >
> > > https://repository.apache.org/content/groups/staging/
> > >
> > >
> > > * Javadoc:
> > >
> > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
> > >
> > >
> > > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
> > >
> > > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> > > 25639822d6e23803c599cba35ad3dc1a2817b404
> > >
> > >
> > >
> > > * Documentation:
> > >
> > > Note the documentation can't be pushed live due to changes that will
> > > not go live
> > > until the release. You can manually verify by downloading
> > >
> > > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > > kafka_2.11-0.11.0.2-site-docs.tgz
> > >
> > >
> > >
> > > * Protocol:
> > >
> > > http://kafka.apache.org/0110/protocol.html
> > >
> > >
> > > * Successful Jenkins builds for the 0.11.0 branch:
> > >
> > > Unit/integration tests: https://builds.apache.org/job/
> > > kafka-0.11.0-jdk7/333/
> > >
> > >
> > >
> > >
> > > Thanks,
> > >
> > >
> > > Rajini
> > >
> >
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Rajini Sivaram <ra...@gmail.com>.
Hi Ted,

Thank you for running the tests. As you have mentioned in KAFKA-4262, this
has been a known intermittent test failure. It has been difficult to make
integration tests for quotas reliable since they verify the time taken to
complete after running for a short duration. We should make the tests
reliable, but this shouldn't be a blocker for the release.


On Sat, Nov 11, 2017 at 5:29 PM, Ted Yu <yu...@gmail.com> wrote:

> Running test suite I saw:
>
> kafka.admin.ReassignPartitionsClusterTest >
> shouldExecuteThrottledReassignment FAILED
>     java.lang.AssertionError: Expected replication to be < 10000 but was
> 10138
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at
> kafka.admin.ReassignPartitionsClusterTest.shouldExecuteThrot
> tledReassignment(ReassignPartitionsClusterTest.scala:183)
>
> Has anyone else seen the above ?
>
> Cheers
>
> On Fri, Nov 10, 2017 at 4:37 PM, Rajini Sivaram <ra...@gmail.com>
> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> >
> > This is the first candidate for release of Apache Kafka 0.11.0.2.
> >
> >
> > This is a bug fix release and it includes fixes and improvements from 16
> > JIRAs,
> > including a few critical bugs.
> >
> >
> > Release notes for the 0.11.0.2 release:
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
> >
> >
> > *** Please download, test and vote by Wednesday the 15th of November, 8PM
> > PT
> >
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> >
> > http://kafka.apache.org/KEYS
> >
> >
> > * Release artifacts to be voted upon (source and binary):
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> >
> >
> > * Maven artifacts to be voted upon:
> >
> > https://repository.apache.org/content/groups/staging/
> >
> >
> > * Javadoc:
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
> >
> >
> > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
> >
> > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> > 25639822d6e23803c599cba35ad3dc1a2817b404
> >
> >
> >
> > * Documentation:
> >
> > Note the documentation can't be pushed live due to changes that will
> > not go live
> > until the release. You can manually verify by downloading
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > kafka_2.11-0.11.0.2-site-docs.tgz
> >
> >
> >
> > * Protocol:
> >
> > http://kafka.apache.org/0110/protocol.html
> >
> >
> > * Successful Jenkins builds for the 0.11.0 branch:
> >
> > Unit/integration tests: https://builds.apache.org/job/
> > kafka-0.11.0-jdk7/333/
> >
> >
> >
> >
> > Thanks,
> >
> >
> > Rajini
> >
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Ted Yu <yu...@gmail.com>.
Running test suite I saw:

kafka.admin.ReassignPartitionsClusterTest >
shouldExecuteThrottledReassignment FAILED
    java.lang.AssertionError: Expected replication to be < 10000 but was
10138
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at
kafka.admin.ReassignPartitionsClusterTest.shouldExecuteThrottledReassignment(ReassignPartitionsClusterTest.scala:183)

Has anyone else seen the above ?

Cheers

On Fri, Nov 10, 2017 at 4:37 PM, Rajini Sivaram <ra...@gmail.com>
wrote:

> Hello Kafka users, developers and client-developers,
>
>
> This is the first candidate for release of Apache Kafka 0.11.0.2.
>
>
> This is a bug fix release and it includes fixes and improvements from 16
> JIRAs,
> including a few critical bugs.
>
>
> Release notes for the 0.11.0.2 release:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
>
>
> *** Please download, test and vote by Wednesday the 15th of November, 8PM
> PT
>
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
>
> http://kafka.apache.org/KEYS
>
>
> * Release artifacts to be voted upon (source and binary):
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
>
>
> * Maven artifacts to be voted upon:
>
> https://repository.apache.org/content/groups/staging/
>
>
> * Javadoc:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
>
>
> * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> 25639822d6e23803c599cba35ad3dc1a2817b404
>
>
>
> * Documentation:
>
> Note the documentation can't be pushed live due to changes that will
> not go live
> until the release. You can manually verify by downloading
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> kafka_2.11-0.11.0.2-site-docs.tgz
>
>
>
> * Protocol:
>
> http://kafka.apache.org/0110/protocol.html
>
>
> * Successful Jenkins builds for the 0.11.0 branch:
>
> Unit/integration tests: https://builds.apache.org/job/
> kafka-0.11.0-jdk7/333/
>
>
>
>
> Thanks,
>
>
> Rajini
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Tim Carey-Smith <ti...@spork.in>.
Hi Rajini, 

+1 (non-binding). We ran a preliminary performance and regression suites
and found no noticeable negative impacts.

Tim @ Heroku

On Fri, Nov 10, 2017, at 16:40, Rajini Sivaram wrote:
> Resending to include kafka-clients.
> 
> On Sat, Nov 11, 2017 at 12:37 AM, Rajini Sivaram
> <ra...@gmail.com>
> wrote:
> 
> > Hello Kafka users, developers and client-developers,
> >
> >
> > This is the first candidate for release of Apache Kafka 0.11.0.2.
> >
> >
> > This is a bug fix release and it includes fixes and improvements from 16 JIRAs,
> > including a few critical bugs.
> >
> >
> > Release notes for the 0.11.0.2 release:
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
> >
> >
> > *** Please download, test and vote by Wednesday the 15th of November, 8PM
> > PT
> >
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> >
> > http://kafka.apache.org/KEYS
> >
> >
> > * Release artifacts to be voted upon (source and binary):
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> >
> >
> > * Maven artifacts to be voted upon:
> >
> > https://repository.apache.org/content/groups/staging/
> >
> >
> > * Javadoc:
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
> >
> >
> > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
> >
> > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> > 25639822d6e23803c599cba35ad3dc1a2817b404
> >
> >
> >
> > * Documentation:
> >
> > Note the documentation can't be pushed live due to changes that will not
> > go live until the release. You can manually verify by downloading
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> > kafka_2.11-0.11.0.2-site-docs.tgz
> >
> >
> >
> > * Protocol:
> >
> > http://kafka.apache.org/0110/protocol.html
> >
> >
> > * Successful Jenkins builds for the 0.11.0 branch:
> >
> > Unit/integration tests: https://builds.apache.
> > org/job/kafka-0.11.0-jdk7/333/
> >
> >
> >
> >
> > Thanks,
> >
> >
> > Rajini
> >
> >

Re: [VOTE] 0.11.0.2 RC0

Posted by Rajini Sivaram <ra...@gmail.com>.
Resending to include kafka-clients.

On Sat, Nov 11, 2017 at 12:37 AM, Rajini Sivaram <ra...@gmail.com>
wrote:

> Hello Kafka users, developers and client-developers,
>
>
> This is the first candidate for release of Apache Kafka 0.11.0.2.
>
>
> This is a bug fix release and it includes fixes and improvements from 16 JIRAs,
> including a few critical bugs.
>
>
> Release notes for the 0.11.0.2 release:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
>
>
> *** Please download, test and vote by Wednesday the 15th of November, 8PM
> PT
>
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
>
> http://kafka.apache.org/KEYS
>
>
> * Release artifacts to be voted upon (source and binary):
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
>
>
> * Maven artifacts to be voted upon:
>
> https://repository.apache.org/content/groups/staging/
>
>
> * Javadoc:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
>
>
> * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> 25639822d6e23803c599cba35ad3dc1a2817b404
>
>
>
> * Documentation:
>
> Note the documentation can't be pushed live due to changes that will not
> go live until the release. You can manually verify by downloading
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> kafka_2.11-0.11.0.2-site-docs.tgz
>
>
>
> * Protocol:
>
> http://kafka.apache.org/0110/protocol.html
>
>
> * Successful Jenkins builds for the 0.11.0 branch:
>
> Unit/integration tests: https://builds.apache.
> org/job/kafka-0.11.0-jdk7/333/
>
>
>
>
> Thanks,
>
>
> Rajini
>
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Rajini Sivaram <ra...@gmail.com>.
Resending to include kafka-clients.

On Sat, Nov 11, 2017 at 12:37 AM, Rajini Sivaram <ra...@gmail.com>
wrote:

> Hello Kafka users, developers and client-developers,
>
>
> This is the first candidate for release of Apache Kafka 0.11.0.2.
>
>
> This is a bug fix release and it includes fixes and improvements from 16 JIRAs,
> including a few critical bugs.
>
>
> Release notes for the 0.11.0.2 release:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
>
>
> *** Please download, test and vote by Wednesday the 15th of November, 8PM
> PT
>
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
>
> http://kafka.apache.org/KEYS
>
>
> * Release artifacts to be voted upon (source and binary):
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
>
>
> * Maven artifacts to be voted upon:
>
> https://repository.apache.org/content/groups/staging/
>
>
> * Javadoc:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
>
>
> * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> 25639822d6e23803c599cba35ad3dc1a2817b404
>
>
>
> * Documentation:
>
> Note the documentation can't be pushed live due to changes that will not
> go live until the release. You can manually verify by downloading
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> kafka_2.11-0.11.0.2-site-docs.tgz
>
>
>
> * Protocol:
>
> http://kafka.apache.org/0110/protocol.html
>
>
> * Successful Jenkins builds for the 0.11.0 branch:
>
> Unit/integration tests: https://builds.apache.
> org/job/kafka-0.11.0-jdk7/333/
>
>
>
>
> Thanks,
>
>
> Rajini
>
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Rajini Sivaram <ra...@gmail.com>.
Correction from previous note:

Vote closed with 3 binding PMC votes (Gwen, Guozhang, Ismael ) and 4
non-binding votes.

On Thu, Nov 16, 2017 at 10:03 AM, Rajini Sivaram <ra...@gmail.com>
wrote:

> +1 from me
>
> The vote has passed with 4 binding votes (Gwen, Guozhang, Ismael and
> Rajini) and 3 non-binding votes (Ted, Satish and Tim). I will close the
> voting thread and complete the release process.
>
> Many thanks to everyone for voting.
>
> Regards,
>
> Rajini
>
> On Thu, Nov 16, 2017 at 3:01 AM, Ismael Juma <is...@juma.me.uk> wrote:
>
>> +1 (binding). Tested the quickstart with the source and binary (Scala
>> 2.12)
>> artifacts, ran the tests on the source artifact and verified some
>> signatures and hashes on source and binary (Scala 2.12) artifacts.
>>
>> Thanks for managing this release Rajini!
>>
>> On Sat, Nov 11, 2017 at 12:37 AM, Rajini Sivaram <rajinisivaram@gmail.com
>> >
>> wrote:
>>
>> > Hello Kafka users, developers and client-developers,
>> >
>> >
>> > This is the first candidate for release of Apache Kafka 0.11.0.2.
>> >
>> >
>> > This is a bug fix release and it includes fixes and improvements from 16
>> > JIRAs,
>> > including a few critical bugs.
>> >
>> >
>> > Release notes for the 0.11.0.2 release:
>> >
>> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
>> >
>> >
>> > *** Please download, test and vote by Wednesday the 15th of November,
>> 8PM
>> > PT
>> >
>> >
>> > Kafka's KEYS file containing PGP keys we use to sign the release:
>> >
>> > http://kafka.apache.org/KEYS
>> >
>> >
>> > * Release artifacts to be voted upon (source and binary):
>> >
>> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
>> >
>> >
>> > * Maven artifacts to be voted upon:
>> >
>> > https://repository.apache.org/content/groups/staging/
>> >
>> >
>> > * Javadoc:
>> >
>> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
>> >
>> >
>> > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
>> >
>> > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
>> > 25639822d6e23803c599cba35ad3dc1a2817b404
>> >
>> >
>> >
>> > * Documentation:
>> >
>> > Note the documentation can't be pushed live due to changes that will
>> > not go live
>> > until the release. You can manually verify by downloading
>> >
>> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/kafka_2.
>> > 11-0.11.0.2-site-docs.tgz
>> >
>> >
>> >
>> > * Protocol:
>> >
>> > http://kafka.apache.org/0110/protocol.html
>> >
>> >
>> > * Successful Jenkins builds for the 0.11.0 branch:
>> >
>> > Unit/integration tests: https://builds.apache.org/job/
>> > kafka-0.11.0-jdk7/333/
>> >
>> >
>> >
>> >
>> > Thanks,
>> >
>> >
>> > Rajini
>> >
>>
>
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Rajini Sivaram <ra...@gmail.com>.
Correction from previous note:

Vote closed with 3 binding PMC votes (Gwen, Guozhang, Ismael ) and 4
non-binding votes.

On Thu, Nov 16, 2017 at 10:03 AM, Rajini Sivaram <ra...@gmail.com>
wrote:

> +1 from me
>
> The vote has passed with 4 binding votes (Gwen, Guozhang, Ismael and
> Rajini) and 3 non-binding votes (Ted, Satish and Tim). I will close the
> voting thread and complete the release process.
>
> Many thanks to everyone for voting.
>
> Regards,
>
> Rajini
>
> On Thu, Nov 16, 2017 at 3:01 AM, Ismael Juma <is...@juma.me.uk> wrote:
>
>> +1 (binding). Tested the quickstart with the source and binary (Scala
>> 2.12)
>> artifacts, ran the tests on the source artifact and verified some
>> signatures and hashes on source and binary (Scala 2.12) artifacts.
>>
>> Thanks for managing this release Rajini!
>>
>> On Sat, Nov 11, 2017 at 12:37 AM, Rajini Sivaram <rajinisivaram@gmail.com
>> >
>> wrote:
>>
>> > Hello Kafka users, developers and client-developers,
>> >
>> >
>> > This is the first candidate for release of Apache Kafka 0.11.0.2.
>> >
>> >
>> > This is a bug fix release and it includes fixes and improvements from 16
>> > JIRAs,
>> > including a few critical bugs.
>> >
>> >
>> > Release notes for the 0.11.0.2 release:
>> >
>> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
>> >
>> >
>> > *** Please download, test and vote by Wednesday the 15th of November,
>> 8PM
>> > PT
>> >
>> >
>> > Kafka's KEYS file containing PGP keys we use to sign the release:
>> >
>> > http://kafka.apache.org/KEYS
>> >
>> >
>> > * Release artifacts to be voted upon (source and binary):
>> >
>> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
>> >
>> >
>> > * Maven artifacts to be voted upon:
>> >
>> > https://repository.apache.org/content/groups/staging/
>> >
>> >
>> > * Javadoc:
>> >
>> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
>> >
>> >
>> > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
>> >
>> > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
>> > 25639822d6e23803c599cba35ad3dc1a2817b404
>> >
>> >
>> >
>> > * Documentation:
>> >
>> > Note the documentation can't be pushed live due to changes that will
>> > not go live
>> > until the release. You can manually verify by downloading
>> >
>> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/kafka_2.
>> > 11-0.11.0.2-site-docs.tgz
>> >
>> >
>> >
>> > * Protocol:
>> >
>> > http://kafka.apache.org/0110/protocol.html
>> >
>> >
>> > * Successful Jenkins builds for the 0.11.0 branch:
>> >
>> > Unit/integration tests: https://builds.apache.org/job/
>> > kafka-0.11.0-jdk7/333/
>> >
>> >
>> >
>> >
>> > Thanks,
>> >
>> >
>> > Rajini
>> >
>>
>
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Rajini Sivaram <ra...@gmail.com>.
+1 from me

The vote has passed with 4 binding votes (Gwen, Guozhang, Ismael and
Rajini) and 3 non-binding votes (Ted, Satish and Tim). I will close the
voting thread and complete the release process.

Many thanks to everyone for voting.

Regards,

Rajini

On Thu, Nov 16, 2017 at 3:01 AM, Ismael Juma <is...@juma.me.uk> wrote:

> +1 (binding). Tested the quickstart with the source and binary (Scala 2.12)
> artifacts, ran the tests on the source artifact and verified some
> signatures and hashes on source and binary (Scala 2.12) artifacts.
>
> Thanks for managing this release Rajini!
>
> On Sat, Nov 11, 2017 at 12:37 AM, Rajini Sivaram <ra...@gmail.com>
> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> >
> > This is the first candidate for release of Apache Kafka 0.11.0.2.
> >
> >
> > This is a bug fix release and it includes fixes and improvements from 16
> > JIRAs,
> > including a few critical bugs.
> >
> >
> > Release notes for the 0.11.0.2 release:
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
> >
> >
> > *** Please download, test and vote by Wednesday the 15th of November, 8PM
> > PT
> >
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> >
> > http://kafka.apache.org/KEYS
> >
> >
> > * Release artifacts to be voted upon (source and binary):
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> >
> >
> > * Maven artifacts to be voted upon:
> >
> > https://repository.apache.org/content/groups/staging/
> >
> >
> > * Javadoc:
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
> >
> >
> > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
> >
> > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> > 25639822d6e23803c599cba35ad3dc1a2817b404
> >
> >
> >
> > * Documentation:
> >
> > Note the documentation can't be pushed live due to changes that will
> > not go live
> > until the release. You can manually verify by downloading
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/kafka_2.
> > 11-0.11.0.2-site-docs.tgz
> >
> >
> >
> > * Protocol:
> >
> > http://kafka.apache.org/0110/protocol.html
> >
> >
> > * Successful Jenkins builds for the 0.11.0 branch:
> >
> > Unit/integration tests: https://builds.apache.org/job/
> > kafka-0.11.0-jdk7/333/
> >
> >
> >
> >
> > Thanks,
> >
> >
> > Rajini
> >
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Rajini Sivaram <ra...@gmail.com>.
+1 from me

The vote has passed with 4 binding votes (Gwen, Guozhang, Ismael and
Rajini) and 3 non-binding votes (Ted, Satish and Tim). I will close the
voting thread and complete the release process.

Many thanks to everyone for voting.

Regards,

Rajini

On Thu, Nov 16, 2017 at 3:01 AM, Ismael Juma <is...@juma.me.uk> wrote:

> +1 (binding). Tested the quickstart with the source and binary (Scala 2.12)
> artifacts, ran the tests on the source artifact and verified some
> signatures and hashes on source and binary (Scala 2.12) artifacts.
>
> Thanks for managing this release Rajini!
>
> On Sat, Nov 11, 2017 at 12:37 AM, Rajini Sivaram <ra...@gmail.com>
> wrote:
>
> > Hello Kafka users, developers and client-developers,
> >
> >
> > This is the first candidate for release of Apache Kafka 0.11.0.2.
> >
> >
> > This is a bug fix release and it includes fixes and improvements from 16
> > JIRAs,
> > including a few critical bugs.
> >
> >
> > Release notes for the 0.11.0.2 release:
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
> >
> >
> > *** Please download, test and vote by Wednesday the 15th of November, 8PM
> > PT
> >
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> >
> > http://kafka.apache.org/KEYS
> >
> >
> > * Release artifacts to be voted upon (source and binary):
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
> >
> >
> > * Maven artifacts to be voted upon:
> >
> > https://repository.apache.org/content/groups/staging/
> >
> >
> > * Javadoc:
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
> >
> >
> > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
> >
> > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> > 25639822d6e23803c599cba35ad3dc1a2817b404
> >
> >
> >
> > * Documentation:
> >
> > Note the documentation can't be pushed live due to changes that will
> > not go live
> > until the release. You can manually verify by downloading
> >
> > http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/kafka_2.
> > 11-0.11.0.2-site-docs.tgz
> >
> >
> >
> > * Protocol:
> >
> > http://kafka.apache.org/0110/protocol.html
> >
> >
> > * Successful Jenkins builds for the 0.11.0 branch:
> >
> > Unit/integration tests: https://builds.apache.org/job/
> > kafka-0.11.0-jdk7/333/
> >
> >
> >
> >
> > Thanks,
> >
> >
> > Rajini
> >
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Ismael Juma <is...@juma.me.uk>.
+1 (binding). Tested the quickstart with the source and binary (Scala 2.12)
artifacts, ran the tests on the source artifact and verified some
signatures and hashes on source and binary (Scala 2.12) artifacts.

Thanks for managing this release Rajini!

On Sat, Nov 11, 2017 at 12:37 AM, Rajini Sivaram <ra...@gmail.com>
wrote:

> Hello Kafka users, developers and client-developers,
>
>
> This is the first candidate for release of Apache Kafka 0.11.0.2.
>
>
> This is a bug fix release and it includes fixes and improvements from 16
> JIRAs,
> including a few critical bugs.
>
>
> Release notes for the 0.11.0.2 release:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
>
>
> *** Please download, test and vote by Wednesday the 15th of November, 8PM
> PT
>
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
>
> http://kafka.apache.org/KEYS
>
>
> * Release artifacts to be voted upon (source and binary):
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
>
>
> * Maven artifacts to be voted upon:
>
> https://repository.apache.org/content/groups/staging/
>
>
> * Javadoc:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
>
>
> * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> 25639822d6e23803c599cba35ad3dc1a2817b404
>
>
>
> * Documentation:
>
> Note the documentation can't be pushed live due to changes that will
> not go live
> until the release. You can manually verify by downloading
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/kafka_2.
> 11-0.11.0.2-site-docs.tgz
>
>
>
> * Protocol:
>
> http://kafka.apache.org/0110/protocol.html
>
>
> * Successful Jenkins builds for the 0.11.0 branch:
>
> Unit/integration tests: https://builds.apache.org/job/
> kafka-0.11.0-jdk7/333/
>
>
>
>
> Thanks,
>
>
> Rajini
>

Re: [VOTE] 0.11.0.2 RC0

Posted by Ismael Juma <is...@juma.me.uk>.
+1 (binding). Tested the quickstart with the source and binary (Scala 2.12)
artifacts, ran the tests on the source artifact and verified some
signatures and hashes on source and binary (Scala 2.12) artifacts.

Thanks for managing this release Rajini!

On Sat, Nov 11, 2017 at 12:37 AM, Rajini Sivaram <ra...@gmail.com>
wrote:

> Hello Kafka users, developers and client-developers,
>
>
> This is the first candidate for release of Apache Kafka 0.11.0.2.
>
>
> This is a bug fix release and it includes fixes and improvements from 16
> JIRAs,
> including a few critical bugs.
>
>
> Release notes for the 0.11.0.2 release:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/RELEASE_NOTES.html
>
>
> *** Please download, test and vote by Wednesday the 15th of November, 8PM
> PT
>
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
>
> http://kafka.apache.org/KEYS
>
>
> * Release artifacts to be voted upon (source and binary):
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/
>
>
> * Maven artifacts to be voted upon:
>
> https://repository.apache.org/content/groups/staging/
>
>
> * Javadoc:
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/javadoc/
>
>
> * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.2 tag:
>
> https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
> 25639822d6e23803c599cba35ad3dc1a2817b404
>
>
>
> * Documentation:
>
> Note the documentation can't be pushed live due to changes that will
> not go live
> until the release. You can manually verify by downloading
>
> http://home.apache.org/~rsivaram/kafka-0.11.0.2-rc0/kafka_2.
> 11-0.11.0.2-site-docs.tgz
>
>
>
> * Protocol:
>
> http://kafka.apache.org/0110/protocol.html
>
>
> * Successful Jenkins builds for the 0.11.0 branch:
>
> Unit/integration tests: https://builds.apache.org/job/
> kafka-0.11.0-jdk7/333/
>
>
>
>
> Thanks,
>
>
> Rajini
>