+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 <satish.dugg...@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 <g...@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 <yuzhih...@gmail.com> wrote: > > > > > Understood. > > > > > > The test passed when run standalone. > > > > > > +1 from me. > > > > > > On Mon, Nov 13, 2017 at 1:19 AM, Rajini Sivaram < > rajinisiva...@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 <yuzhih...@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 < > > > rajinisiva...@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