Re: [VOTE] 1.0.1 RC2

2018-03-02 Thread Ismael Juma
Thanks for running the release Ewen!

Ismael

On Fri, Mar 2, 2018 at 10:10 AM, Ewen Cheslack-Postava 
wrote:

> Thanks everyone for voting. This passes with 3 binding +1, 5 non-binding
> +1, and no dissenting votes.
>
> I'll work on getting the release finalized and send out an announcement
> when it is ready.
>
> -Ewen
>
> On Tue, Feb 27, 2018 at 11:18 PM, Jason Gustafson 
> wrote:
>
> > +1. Verified artifacts and ran the basic quickstart.
> >
> > -Jason
> >
> > On Mon, Feb 26, 2018 at 1:08 AM, Manikumar 
> > wrote:
> >
> > > +1 (non-binding)
> > > Built src and ran tests
> > > Ran core quick start
> > >
> > > On Sat, Feb 24, 2018 at 8:44 PM, Jakub Scholz  wrote:
> > >
> > > > +1 (non-binding) ... I used the Scala 2.12 binaries and run my tests
> > with
> > > > producers / consumers.
> > > >
> > > > 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
> > > > >
> > > >
> > >
> >
>


Re: [VOTE] 1.0.1 RC2

2018-03-02 Thread Ewen Cheslack-Postava
Thanks everyone for voting. This passes with 3 binding +1, 5 non-binding
+1, and no dissenting votes.

I'll work on getting the release finalized and send out an announcement
when it is ready.

-Ewen

On Tue, Feb 27, 2018 at 11:18 PM, Jason Gustafson 
wrote:

> +1. Verified artifacts and ran the basic quickstart.
>
> -Jason
>
> On Mon, Feb 26, 2018 at 1:08 AM, Manikumar 
> wrote:
>
> > +1 (non-binding)
> > Built src and ran tests
> > Ran core quick start
> >
> > On Sat, Feb 24, 2018 at 8:44 PM, Jakub Scholz  wrote:
> >
> > > +1 (non-binding) ... I used the Scala 2.12 binaries and run my tests
> with
> > > producers / consumers.
> > >
> > > 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
> > > >
> > >
> >
>


Re: [VOTE] 1.0.1 RC2

2018-02-27 Thread Jason Gustafson
+1. Verified artifacts and ran the basic quickstart.

-Jason

On Mon, Feb 26, 2018 at 1:08 AM, Manikumar 
wrote:

> +1 (non-binding)
> Built src and ran tests
> Ran core quick start
>
> On Sat, Feb 24, 2018 at 8:44 PM, Jakub Scholz  wrote:
>
> > +1 (non-binding) ... I used the Scala 2.12 binaries and run my tests with
> > producers / consumers.
> >
> > 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
> > >
> >
>


Re: [VOTE] 1.0.1 RC2

2018-02-26 Thread Manikumar
+1 (non-binding)
Built src and ran tests
Ran core quick start

On Sat, Feb 24, 2018 at 8:44 PM, Jakub Scholz  wrote:

> +1 (non-binding) ... I used the Scala 2.12 binaries and run my tests with
> producers / consumers.
>
> On Thu, Feb 22, 2018 at 1:06 AM, Ewen Cheslack-Postava 
> 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
> >
>


Re: [VOTE] 1.0.1 RC2

2018-02-24 Thread Jakub Scholz
+1 (non-binding) ... I used the Scala 2.12 binaries and run my tests with
producers / consumers.

On Thu, Feb 22, 2018 at 1:06 AM, Ewen Cheslack-Postava 
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
>


Re: [VOTE] 1.0.1 RC2

2018-02-23 Thread Guozhang Wang
+1.

Ran the quickstart with the binary release of scala 2.12.


Guozhang

On Fri, Feb 23, 2018 at 1:02 PM, Vahid S Hashemian <
vahidhashem...@us.ibm.com> wrote:

> +1
>
> Built source and ran quickstarts successfully on Ubuntu and Windows 64bit.
>
> Thanks.
> --Vahid
>
>
>
>
> From:   Damian Guy <damian@gmail.com>
> To: dev@kafka.apache.org
> Date:   02/23/2018 01:42 AM
> Subject:Re: [VOTE] 1.0.1 RC2
>
>
>
> +1
>
> Built src and ran tests
> Ran streams quickstart
>
> On Thu, 22 Feb 2018 at 21:32 Ted Yu <yuzhih...@gmail.com> wrote:
>
> > +1
> >
> > MetricsTest#testMetricsLeak failed but it is flaky test
> >
> > On Wed, Feb 21, 2018 at 4:06 PM, 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:
> > >
> https://urldefense.proofpoint.com/v2/url?u=http-3A__home.
> apache.org_-7Eewencp_kafka-2D1.0.1-2Drc2_RELEASE-5FNOTES.
> html=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-
> kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=
> v2WB8ZkBAy5UgHbVO0fX2aTxrrkjUK7FWRgbYkem_bc=
>
> > >
> > > *** Please download, test and vote by Saturday Feb 24, 9pm PT ***
> > >
> > > Kafka's KEYS file containing PGP keys we use to sign the release:
> > >
> https://urldefense.proofpoint.com/v2/url?u=http-3A__kafka.
> apache.org_KEYS=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_
> itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdS
> ts3xq5NfJhfBM=w0mQOiRrYJSZI_8uBdSNZuIdz1uPYV43nAzw7e5_TQ0=
>
> > >
> > > * Release artifacts to be voted upon (source and binary):
> > >
> https://urldefense.proofpoint.com/v2/url?u=http-3A__home.
> apache.org_-7Eewencp_kafka-2D1.0.1-2Drc2_=DwIBaQ=jf_
> iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=
> ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=IjVYYFDf2lbBOhF3wIV3dd-
> rlbvNG4HXdvchNk3QcjE=
>
> > >
> > > * Maven artifacts to be voted upon:
> > >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__
> repository.apache.org_content_groups_staging_=DwIBaQ=jf_
> iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=
> ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=
> ZGMPv2Pj8iMf9Ygyo5N9tQST2UaK5O0lDH0JugM3_AM=
>
> > >
> > > * Javadoc:
> > >
> https://urldefense.proofpoint.com/v2/url?u=http-3A__home.
> apache.org_-7Eewencp_kafka-2D1.0.1-2Drc2_javadoc_=
> DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-
> kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=vo-
> uUbsQeP4lLVqpMHLrB7KRtxZcxXCpefluTyfBw2I=
>
> > >
> > > * Tag to be voted upon (off 1.0 branch) is the 1.0.1 tag:
> > >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.
> com_apache_kafka_tree_1.0.1-2Drc2=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_
> itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdS
> ts3xq5NfJhfBM=O9UComAYd7f7IP3WWp-KB068HF5DouP5FnxEfhn5Uio=
>
> > >
> > > * Documentation:
> > >
> https://urldefense.proofpoint.com/v2/url?u=http-3A__kafka.
> apache.org_10_documentation.html=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_
> itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdS
> ts3xq5NfJhfBM=BiqFcfHnTMyzrCKFwWB0SrqA-jd1m3YzLKP5Dh-q5o4=
>
> > >
> > > * Protocol:
> > >
> https://urldefense.proofpoint.com/v2/url?u=http-3A__kafka.
> apache.org_10_protocol.html=DwIBaQ=jf_iaSHvJObTbx-
> siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=
> ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=
> zCN8Z93FHqhu7EDdTH5oDnUOBwz3r2PpRqEKYlXUwQI=
>
> > >
> > > /**
> > >
> > > Thanks,
> > > Ewen Cheslack-Postava
> > >
> >
>
>
>
>
>


-- 
-- Guozhang


Re: [VOTE] 1.0.1 RC2

2018-02-23 Thread Vahid S Hashemian
+1

Built source and ran quickstarts successfully on Ubuntu and Windows 64bit.

Thanks.
--Vahid




From:   Damian Guy <damian@gmail.com>
To: dev@kafka.apache.org
Date:   02/23/2018 01:42 AM
Subject:        Re: [VOTE] 1.0.1 RC2



+1

Built src and ran tests
Ran streams quickstart

On Thu, 22 Feb 2018 at 21:32 Ted Yu <yuzhih...@gmail.com> wrote:

> +1
>
> MetricsTest#testMetricsLeak failed but it is flaky test
>
> On Wed, Feb 21, 2018 at 4:06 PM, 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:
> > 
https://urldefense.proofpoint.com/v2/url?u=http-3A__home.apache.org_-7Eewencp_kafka-2D1.0.1-2Drc2_RELEASE-5FNOTES.html=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=v2WB8ZkBAy5UgHbVO0fX2aTxrrkjUK7FWRgbYkem_bc=

> >
> > *** Please download, test and vote by Saturday Feb 24, 9pm PT ***
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> > 
https://urldefense.proofpoint.com/v2/url?u=http-3A__kafka.apache.org_KEYS=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=w0mQOiRrYJSZI_8uBdSNZuIdz1uPYV43nAzw7e5_TQ0=

> >
> > * Release artifacts to be voted upon (source and binary):
> > 
https://urldefense.proofpoint.com/v2/url?u=http-3A__home.apache.org_-7Eewencp_kafka-2D1.0.1-2Drc2_=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=IjVYYFDf2lbBOhF3wIV3dd-rlbvNG4HXdvchNk3QcjE=

> >
> > * Maven artifacts to be voted upon:
> > 
https://urldefense.proofpoint.com/v2/url?u=https-3A__repository.apache.org_content_groups_staging_=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=ZGMPv2Pj8iMf9Ygyo5N9tQST2UaK5O0lDH0JugM3_AM=

> >
> > * Javadoc:
> > 
https://urldefense.proofpoint.com/v2/url?u=http-3A__home.apache.org_-7Eewencp_kafka-2D1.0.1-2Drc2_javadoc_=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=vo-uUbsQeP4lLVqpMHLrB7KRtxZcxXCpefluTyfBw2I=

> >
> > * Tag to be voted upon (off 1.0 branch) is the 1.0.1 tag:
> > 
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_kafka_tree_1.0.1-2Drc2=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=O9UComAYd7f7IP3WWp-KB068HF5DouP5FnxEfhn5Uio=

> >
> > * Documentation:
> > 
https://urldefense.proofpoint.com/v2/url?u=http-3A__kafka.apache.org_10_documentation.html=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=BiqFcfHnTMyzrCKFwWB0SrqA-jd1m3YzLKP5Dh-q5o4=

> >
> > * Protocol:
> > 
https://urldefense.proofpoint.com/v2/url?u=http-3A__kafka.apache.org_10_protocol.html=DwIBaQ=jf_iaSHvJObTbx-siA1ZOg=Q_itwloTQj3_xUKl7Nzswo6KE4Nj-kjJc7uSVcviKUc=ej7xOpAnIyFWKFyM8r5d3UY6evMIdSts3xq5NfJhfBM=zCN8Z93FHqhu7EDdTH5oDnUOBwz3r2PpRqEKYlXUwQI=

> >
> > /**
> >
> > Thanks,
> > Ewen Cheslack-Postava
> >
>






Re: [VOTE] 1.0.1 RC2

2018-02-23 Thread Attila Sasvári
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 
>  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
>>
>
>


Re: [VOTE] 1.0.1 RC2

2018-02-23 Thread Damian Guy
+1

Built src and ran tests
Ran streams quickstart

On Thu, 22 Feb 2018 at 21:32 Ted Yu  wrote:

> +1
>
> MetricsTest#testMetricsLeak failed but it is flaky test
>
> On Wed, Feb 21, 2018 at 4:06 PM, Ewen Cheslack-Postava 
> 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
> >
>


Re: [VOTE] 1.0.1 RC2

2018-02-22 Thread Ted Yu
+1

MetricsTest#testMetricsLeak failed but it is flaky test

On Wed, Feb 21, 2018 at 4:06 PM, Ewen Cheslack-Postava 
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
>