Hi All,

I'm going to close this vote thread as there has been another blocker
merged to 1.1. I'll create another RC later today.

Thanks,
Damian

On Thu, 15 Mar 2018 at 03:31 Satish Duggana <satish.dugg...@gmail.com>
wrote:

> +1 (non-binding)
>
> - Ran testAll/releaseTarGzAll on 1.1.0-RC2 tag
> - Ran through quickstart of core/streams
> - Ran a cluster from binaries built form sources
>       - with multiple operations.
>
> Thanks,
> Satish.
>
>
> On Thu, Mar 15, 2018 at 3:25 AM, Harsha <ka...@harsha.io> wrote:
>
> > +1
> > Ran tests
> > Ran a 3 node cluster to test basic operations.
> >
> > Thanks,
> > Harsha
> >
> > On Wed, Mar 14, 2018, at 9:04 AM, Ted Yu wrote:
> > > +1
> > >
> > > Ran test suite - passed (apart from testMetricsLeak which is flaky).
> > >
> > > On Wed, Mar 14, 2018 at 3:30 AM, Damian Guy <damian....@gmail.com>
> > wrote:
> > >
> > > > Thanks for pointing out Satish. Links updated:
> > > >
> > > > ============================================
> > > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > > This is the third candidate for release of Apache Kafka 1.1.0.
> > > >
> > > > This is minor version release of Apache Kakfa. It Includes 29 new
> KIPs.
> > > > Please see the release plan for more details:
> > > >
> > > > https://cwiki.apache.org/confluence/pages/viewpage.
> > action?pageId=75957546
> > > >
> > > > A few highlights:
> > > >
> > > > * Significant Controller improvements (much faster and session
> > expiration
> > > > edge cases fixed)
> > > > * Data balancing across log directories (JBOD)
> > > > * More efficient replication when the number of partitions is large
> > > > * Dynamic Broker Configs
> > > > * Delegation tokens (KIP-48)
> > > > * Kafka Streams API improvements (KIP-205 / 210 / 220 / 224 / 239)
> > > >
> > > > Release notes for the 1.1.0 release:
> > > > http://home.apache.org/~damianguy/kafka-1.1.0-rc2/RELEASE_NOTES.html
> > > >
> > > > *** Please download, test and vote by Friday, March 16, 1pm PDT>
> > > >
> > > > 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/~damianguy/kafka-1.1.0-rc2/
> > > >
> > > > * Maven artifacts to be voted upon:
> > > > https://repository.apache.org/content/groups/staging/
> > > >
> > > > * Javadoc:
> > > > http://home.apache.org/~damianguy/kafka-1.1.0-rc2/javadoc/
> > > >
> > > > * Tag to be voted upon (off 1.1 branch) is the 1.1.0 tag:
> > > > https://github.com/apache/kafka/tree/1.1.0-rc2
> > > >
> > > >
> > > > * Documentation:
> > > > http://kafka.apache.org/11/documentation.html
> > > > <http://kafka.apache.org/1/documentation.html>
> > > >
> > > > * Protocol:
> > > > http://kafka.apache.org/11/protocol.html
> > > > <http://kafka.apache.org/1/protocol.html>
> > > >
> > > > * Successful Jenkins builds for the 1.1 branch:
> > > > Unit/integration tests: https://builds.apache.org/job/
> > kafka-1.1-jdk7/78
> > > > System tests: https://jenkins.confluent.io/
> > job/system-test-kafka/job/1.1/
> > > > 38/
> > > >
> > > > https://cwiki.apache.org/confluence/pages/viewpage.
> > action?pageId=75957546
> > > >
> > > > On Wed, 14 Mar 2018 at 04:41 Satish Duggana <
> satish.dugg...@gmail.com>
> > > > wrote:
> > > >
> > > > > Hi Damian,
> > > > > Thanks for starting vote thread for 1.1.0 release.
> > > > >
> > > > > There may be a typo on the tag to be voted upon for this release
> > > > candidate.
> > > > > I guess it should be
> https://github.com/apache/kafka/tree/1.1.0-rc2
> > > > > instead
> > > > > of https://github.com/apache/kafka/tree/1.1.0-rc.
> > > > >
> > > > > On Wed, Mar 14, 2018 at 8:27 AM, Satish Duggana <
> > > > satish.dugg...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Hi Damian,
> > > > > > Given release plan link in earlier mail is about 1.0 release. You
> > may
> > > > > want
> > > > > > to replace that with 1.1.0 release plan link[1].
> > > > > >
> > > > > > 1 - https://cwiki.apache.org/confluence/pages/viewpage.
> > > > > > action?pageId=75957546
> > > > > >
> > > > > > Thanks,
> > > > > > Satish.
> > > > > >
> > > > > > On Wed, Mar 14, 2018 at 12:47 AM, Damian Guy <
> damian....@gmail.com
> > >
> > > > > wrote:
> > > > > >
> > > > > >> Hello Kafka users, developers and client-developers,
> > > > > >>
> > > > > >> This is the third candidate for release of Apache Kafka 1.1.0.
> > > > > >>
> > > > > >> This is minor version release of Apache Kakfa. It Includes 29
> new
> > > > KIPs.
> > > > > >> Please see the release plan for more details:
> > > > > >>
> > > > > >>
> > > > > https://cwiki.apache.org/confluence/pages/viewpage.
> > > > action?pageId=71764913
> > > > > >>
> > > > > >> A few highlights:
> > > > > >>
> > > > > >> * Significant Controller improvements (much faster and session
> > > > > expiration
> > > > > >> edge cases fixed)
> > > > > >> * Data balancing across log directories (JBOD)
> > > > > >> * More efficient replication when the number of partitions is
> > large
> > > > > >> * Dynamic Broker Configs
> > > > > >> * Delegation tokens (KIP-48)
> > > > > >> * Kafka Streams API improvements (KIP-205 / 210 / 220 / 224 /
> 239)
> > > > > >>
> > > > > >> Release notes for the 1.1.0 release:
> > > > > >> http://home.apache.org/~damianguy/kafka-1.1.0-rc2/
> > RELEASE_NOTES.html
> > > > > >>
> > > > > >> *** Please download, test and vote by Friday, March 16, 1pm PDT>
> > > > > >>
> > > > > >> 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/~damianguy/kafka-1.1.0-rc2/
> > > > > >>
> > > > > >> * Maven artifacts to be voted upon:
> > > > > >> https://repository.apache.org/content/groups/staging/
> > > > > >>
> > > > > >> * Javadoc:
> > > > > >> http://home.apache.org/~damianguy/kafka-1.1.0-rc2/javadoc/
> > > > > >>
> > > > > >> * Tag to be voted upon (off 1.1 branch) is the 1.1.0 tag:
> > > > > >> https://github.com/apache/kafka/tree/1.1.0-rc
> > > > > >> <https://github.com/apache/kafka/tree/1.1.0-rc1>2
> > > > > >>
> > > > > >>
> > > > > >> * Documentation:
> > > > > >> http://kafka.apache.org/11/documentation.html
> > > > > >> <http://kafka.apache.org/1/documentation.html>
> > > > > >>
> > > > > >> * Protocol:
> > > > > >> http://kafka.apache.org/11/protocol.html
> > > > > >> <http://kafka.apache.org/1/protocol.html>
> > > > > >>
> > > > > >> * Successful Jenkins builds for the 1.1 branch:
> > > > > >> Unit/integration tests: https://builds.apache.org/job/
> > > > kafka-1.1-jdk7/78
> > > > > >> System tests: https://jenkins.confluent.io/j
> > > > > >> ob/system-test-kafka/job/1.1/38/
> > > > > >>
> > > > > >> /**************************************
> > > > > >>
> > > > > >> Thanks,
> > > > > >> Damian
> > > > > >>
> > > > > >>
> > > > > >>
> *****************************************************************
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> >
>

Reply via email to