Hi there, Here is what I did: - Verified signature and hashes - Built kafka from source - Executed tests - all passed - Started Zookeeper, Kafka broker, a console producer and consumer. Verified that the stream of records published to my test Kafka topic was processed - Ran the Kafka Streams demo app - worked as expected
- Tried to validate the release candidate by running system tests too. Unfortunately, tests are failing because they cannot download old binaries from the specified mirror (http://mirrors.ocf.berkeley.edu/apache/kafka/ (it was fixed by KAFKA-6247). - version.py in system tests might need to be updated ("1.0.1" is missing) +0 (non-binding) because of the system test issue Regards, - Attila > On Thu, Feb 22, 2018 at 1:06 AM, Ewen Cheslack-Postava <e...@confluent.io> > wrote: > >> Hello Kafka users, developers and client-developers, >> >> This is the third candidate for release of Apache Kafka 1.0.1. >> >> This is a bugfix release for the 1.0 branch that was first released with >> 1.0.0 about 3 months ago. We've fixed 49 issues since that release. Most >> of >> these are non-critical, but in aggregate these fixes will have significant >> impact. A few of the more significant fixes include: >> >> * KAFKA-6277: Make loadClass thread-safe for class loaders of Connect >> plugins >> * KAFKA-6185: Selector memory leak with high likelihood of OOM in case of >> down conversion >> * KAFKA-6269: KTable state restore fails after rebalance >> * KAFKA-6190: GlobalKTable never finishes restoring when consuming >> transactional messages >> * KAFKA-6529: Stop file descriptor leak when client disconnects with >> staged >> receives >> * KAFKA-6238: Issues with protocol version when applying a rolling upgrade >> to 1.0.0 >> >> Release notes for the 1.0.1 release: >> http://home.apache.org/~ewencp/kafka-1.0.1-rc2/RELEASE_NOTES.html >> >> *** Please download, test and vote by Saturday Feb 24, 9pm 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/~ewencp/kafka-1.0.1-rc2/ >> >> * Maven artifacts to be voted upon: >> https://repository.apache.org/content/groups/staging/ >> >> * Javadoc: >> http://home.apache.org/~ewencp/kafka-1.0.1-rc2/javadoc/ >> >> * Tag to be voted upon (off 1.0 branch) is the 1.0.1 tag: >> https://github.com/apache/kafka/tree/1.0.1-rc2 >> >> * Documentation: >> http://kafka.apache.org/10/documentation.html >> >> * Protocol: >> http://kafka.apache.org/10/protocol.html >> >> /************************************** >> >> Thanks, >> Ewen Cheslack-Postava >> > >