Re: Subject: [VOTE] 2.2.2 RC2

2019-11-10 Thread Jakub Scholz
+1 (non-binding) ... I used the prepared artifacts (Scala 2.12) and run my
tests against them. All seems to be fine.

On Sun, Nov 10, 2019 at 2:10 AM Matthias J. Sax 
wrote:

> Thanks for running the release Randall!
>
> - verified all signatures
> - build from source
> - ran unit/integration tests
>
> Latest system test passed, too:
> https://jenkins.confluent.io/job/apache-kafka-test/job/2.2/225/
>
> +1 (binding)
>
>
> -Matthias
>
>
> On 11/8/19 3:11 PM, Bill Bejeck wrote:
> >- verified signatures
> >- built it from source
> >- ran unit tests
> >
> > +1 (non-binding)
> >
> > Thanks for running the release, Randall!
> >
> > -Bill
> >
> > On Fri, Nov 8, 2019 at 4:40 PM David Arthur  wrote:
> >
> >> * Glanced through docs, release notes
> >> * Downloaded RC2 binaries, verified signatures
> >> * Ran through quickstart
> >>
> >> +1 binding
> >>
> >> Thanks for managing this release, Randall!
> >>
> >> -David
> >>
> >> On Wed, Nov 6, 2019 at 7:39 PM Eric Lalonde  wrote:
> >>
> >>> Hello,
> >>>
> >>> In an effort to assist in the verification of release candidates, I
> have
> >>> authored the following quick-and-dirty utility to help people verify
> >>> release candidate artifacts:
> >>> https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh <
> >>> https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh>
> .
> >> I
> >>> have executed this script for 2.2.2 rc2 and everything looks good:
> >>> - all checksums verify
> >>> - all executed gradle commands succeed
> >>> - all unit and integration tests pass.
> >>>
> >>> Hope this helps in the release of 2.2.2.
> >>>
> >>> - Eric
> >>>
>  On Nov 5, 2019, at 7:55 AM, Randall Hauch  wrote:
> 
>  Thanks, Mickael!
> 
>  Anyone else get a chance to validate the 2.2.2 RC2 build? It'd be
> great
> >>> to
>  get this out the door.
> 
>  Randall
> 
>  On Tue, Nov 5, 2019 at 6:34 AM Mickael Maison <
> >> mickael.mai...@gmail.com>
>  wrote:
> 
> > +1 (non binding)
> > I verified signatures, built it from source, ran unit tests and
> >>> quickstart
> >
> >
> >
> > On Fri, Oct 25, 2019 at 3:10 PM Randall Hauch 
> >> wrote:
> >>
> >> Hello all, we identified around three dozen bug fixes, including an
> > update
> >> of a third party dependency, and wanted to release a patch release
> >> for
> > the
> >> Apache Kafka 2.2.0 release.
> >>
> >> This is the *second* candidate for release of Apache Kafka 2.2.2.
> >> (RC1
> > did
> >> not include a fix for
> >> https://issues.apache.org/jira/browse/KAFKA-9053
> >>> ,
> > but
> >> the fix appeared before RC1 was announced so it was easier to just
> >>> create
> >> RC2.)
> >>
> >> Check out the release notes for a complete list of the changes in
> >> this
> >> release candidate:
> >> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/RELEASE_NOTES.html
> >>
> >> *** Please download, test and vote by Wednesday, October 30, 9am PT>
> >>
> >> Kafka's KEYS file containing PGP keys we use to sign the release:
> >> https://kafka.apache.org/KEYS
> >>
> >> * Release artifacts to be voted upon (source and binary):
> >> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/
> >>
> >> * Maven artifacts to be voted upon:
> >>
> >> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >>
> >> * Javadoc:
> >> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/javadoc/
> >>
> >> * Tag to be voted upon (off 2.2 branch) is the 2.2.2 tag:
> >> https://github.com/apache/kafka/releases/tag/2.2.2-rc2
> >>
> >> * Documentation:
> >> https://kafka.apache.org/22/documentation.html
> >>
> >> * Protocol:
> >> https://kafka.apache.org/22/protocol.html
> >>
> >> * Successful Jenkins builds for the 2.2 branch:
> >> Unit/integration tests:
> >>> https://builds.apache.org/job/kafka-2.2-jdk8/1/
> >> System tests:
> >> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/216/
> >>
> >> /**
> >>
> >> Thanks,
> >>
> >> Randall Hauch
> >
> >>>
> >>>
> >>
> >> --
> >> David Arthur
> >>
> >
>
>


Re: Subject: [VOTE] 2.2.2 RC2

2019-11-09 Thread Matthias J. Sax
Thanks for running the release Randall!

- verified all signatures
- build from source
- ran unit/integration tests

Latest system test passed, too:
https://jenkins.confluent.io/job/apache-kafka-test/job/2.2/225/

+1 (binding)


-Matthias


On 11/8/19 3:11 PM, Bill Bejeck wrote:
>- verified signatures
>- built it from source
>- ran unit tests
> 
> +1 (non-binding)
> 
> Thanks for running the release, Randall!
> 
> -Bill
> 
> On Fri, Nov 8, 2019 at 4:40 PM David Arthur  wrote:
> 
>> * Glanced through docs, release notes
>> * Downloaded RC2 binaries, verified signatures
>> * Ran through quickstart
>>
>> +1 binding
>>
>> Thanks for managing this release, Randall!
>>
>> -David
>>
>> On Wed, Nov 6, 2019 at 7:39 PM Eric Lalonde  wrote:
>>
>>> Hello,
>>>
>>> In an effort to assist in the verification of release candidates, I have
>>> authored the following quick-and-dirty utility to help people verify
>>> release candidate artifacts:
>>> https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh <
>>> https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh> .
>> I
>>> have executed this script for 2.2.2 rc2 and everything looks good:
>>> - all checksums verify
>>> - all executed gradle commands succeed
>>> - all unit and integration tests pass.
>>>
>>> Hope this helps in the release of 2.2.2.
>>>
>>> - Eric
>>>
 On Nov 5, 2019, at 7:55 AM, Randall Hauch  wrote:

 Thanks, Mickael!

 Anyone else get a chance to validate the 2.2.2 RC2 build? It'd be great
>>> to
 get this out the door.

 Randall

 On Tue, Nov 5, 2019 at 6:34 AM Mickael Maison <
>> mickael.mai...@gmail.com>
 wrote:

> +1 (non binding)
> I verified signatures, built it from source, ran unit tests and
>>> quickstart
>
>
>
> On Fri, Oct 25, 2019 at 3:10 PM Randall Hauch 
>> wrote:
>>
>> Hello all, we identified around three dozen bug fixes, including an
> update
>> of a third party dependency, and wanted to release a patch release
>> for
> the
>> Apache Kafka 2.2.0 release.
>>
>> This is the *second* candidate for release of Apache Kafka 2.2.2.
>> (RC1
> did
>> not include a fix for
>> https://issues.apache.org/jira/browse/KAFKA-9053
>>> ,
> but
>> the fix appeared before RC1 was announced so it was easier to just
>>> create
>> RC2.)
>>
>> Check out the release notes for a complete list of the changes in
>> this
>> release candidate:
>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/RELEASE_NOTES.html
>>
>> *** Please download, test and vote by Wednesday, October 30, 9am PT>
>>
>> Kafka's KEYS file containing PGP keys we use to sign the release:
>> https://kafka.apache.org/KEYS
>>
>> * Release artifacts to be voted upon (source and binary):
>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/
>>
>> * Maven artifacts to be voted upon:
>>
>> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>>
>> * Javadoc:
>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/javadoc/
>>
>> * Tag to be voted upon (off 2.2 branch) is the 2.2.2 tag:
>> https://github.com/apache/kafka/releases/tag/2.2.2-rc2
>>
>> * Documentation:
>> https://kafka.apache.org/22/documentation.html
>>
>> * Protocol:
>> https://kafka.apache.org/22/protocol.html
>>
>> * Successful Jenkins builds for the 2.2 branch:
>> Unit/integration tests:
>>> https://builds.apache.org/job/kafka-2.2-jdk8/1/
>> System tests:
>> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/216/
>>
>> /**
>>
>> Thanks,
>>
>> Randall Hauch
>
>>>
>>>
>>
>> --
>> David Arthur
>>
> 



signature.asc
Description: OpenPGP digital signature


Re: Subject: [VOTE] 2.2.2 RC2

2019-11-08 Thread Satish Duggana
+1 (non-binding)

- Ran testAll/releaseTarGzAll successfully with no failures.
- Ran through quickstart of core/streams on builds generated from 2.3.0-rc2
tag.
- Ran a few internal apps with ~2500 topic-partitions on 5 a node cluster.

Thanks,
Satish.

On Sat, Nov 9, 2019 at 4:41 AM Bill Bejeck  wrote:

>- verified signatures
>- built it from source
>- ran unit tests
>
> +1 (non-binding)
>
> Thanks for running the release, Randall!
>
> -Bill
>
> On Fri, Nov 8, 2019 at 4:40 PM David Arthur  wrote:
>
> > * Glanced through docs, release notes
> > * Downloaded RC2 binaries, verified signatures
> > * Ran through quickstart
> >
> > +1 binding
> >
> > Thanks for managing this release, Randall!
> >
> > -David
> >
> > On Wed, Nov 6, 2019 at 7:39 PM Eric Lalonde  wrote:
> >
> > > Hello,
> > >
> > > In an effort to assist in the verification of release candidates, I
> have
> > > authored the following quick-and-dirty utility to help people verify
> > > release candidate artifacts:
> > > https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh <
> > > https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh>
> .
> > I
> > > have executed this script for 2.2.2 rc2 and everything looks good:
> > > - all checksums verify
> > > - all executed gradle commands succeed
> > > - all unit and integration tests pass.
> > >
> > > Hope this helps in the release of 2.2.2.
> > >
> > > - Eric
> > >
> > > > On Nov 5, 2019, at 7:55 AM, Randall Hauch  wrote:
> > > >
> > > > Thanks, Mickael!
> > > >
> > > > Anyone else get a chance to validate the 2.2.2 RC2 build? It'd be
> great
> > > to
> > > > get this out the door.
> > > >
> > > > Randall
> > > >
> > > > On Tue, Nov 5, 2019 at 6:34 AM Mickael Maison <
> > mickael.mai...@gmail.com>
> > > > wrote:
> > > >
> > > >> +1 (non binding)
> > > >> I verified signatures, built it from source, ran unit tests and
> > > quickstart
> > > >>
> > > >>
> > > >>
> > > >> On Fri, Oct 25, 2019 at 3:10 PM Randall Hauch 
> > wrote:
> > > >>>
> > > >>> Hello all, we identified around three dozen bug fixes, including an
> > > >> update
> > > >>> of a third party dependency, and wanted to release a patch release
> > for
> > > >> the
> > > >>> Apache Kafka 2.2.0 release.
> > > >>>
> > > >>> This is the *second* candidate for release of Apache Kafka 2.2.2.
> > (RC1
> > > >> did
> > > >>> not include a fix for
> > https://issues.apache.org/jira/browse/KAFKA-9053
> > > ,
> > > >> but
> > > >>> the fix appeared before RC1 was announced so it was easier to just
> > > create
> > > >>> RC2.)
> > > >>>
> > > >>> Check out the release notes for a complete list of the changes in
> > this
> > > >>> release candidate:
> > > >>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/RELEASE_NOTES.html
> > > >>>
> > > >>> *** Please download, test and vote by Wednesday, October 30, 9am
> PT>
> > > >>>
> > > >>> Kafka's KEYS file containing PGP keys we use to sign the release:
> > > >>> https://kafka.apache.org/KEYS
> > > >>>
> > > >>> * Release artifacts to be voted upon (source and binary):
> > > >>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/
> > > >>>
> > > >>> * Maven artifacts to be voted upon:
> > > >>>
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > >>>
> > > >>> * Javadoc:
> > > >>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/javadoc/
> > > >>>
> > > >>> * Tag to be voted upon (off 2.2 branch) is the 2.2.2 tag:
> > > >>> https://github.com/apache/kafka/releases/tag/2.2.2-rc2
> > > >>>
> > > >>> * Documentation:
> > > >>> https://kafka.apache.org/22/documentation.html
> > > >>>
> > > >>> * Protocol:
> > > >>> https://kafka.apache.org/22/protocol.html
> > > >>>
> > > >>> * Successful Jenkins builds for the 2.2 branch:
> > > >>> Unit/integration tests:
> > > https://builds.apache.org/job/kafka-2.2-jdk8/1/
> > > >>> System tests:
> > > >>> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/216/
> > > >>>
> > > >>> /**
> > > >>>
> > > >>> Thanks,
> > > >>>
> > > >>> Randall Hauch
> > > >>
> > >
> > >
> >
> > --
> > David Arthur
> >
>


Re: Subject: [VOTE] 2.2.2 RC2

2019-11-08 Thread Bill Bejeck
   - verified signatures
   - built it from source
   - ran unit tests

+1 (non-binding)

Thanks for running the release, Randall!

-Bill

On Fri, Nov 8, 2019 at 4:40 PM David Arthur  wrote:

> * Glanced through docs, release notes
> * Downloaded RC2 binaries, verified signatures
> * Ran through quickstart
>
> +1 binding
>
> Thanks for managing this release, Randall!
>
> -David
>
> On Wed, Nov 6, 2019 at 7:39 PM Eric Lalonde  wrote:
>
> > Hello,
> >
> > In an effort to assist in the verification of release candidates, I have
> > authored the following quick-and-dirty utility to help people verify
> > release candidate artifacts:
> > https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh <
> > https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh> .
> I
> > have executed this script for 2.2.2 rc2 and everything looks good:
> > - all checksums verify
> > - all executed gradle commands succeed
> > - all unit and integration tests pass.
> >
> > Hope this helps in the release of 2.2.2.
> >
> > - Eric
> >
> > > On Nov 5, 2019, at 7:55 AM, Randall Hauch  wrote:
> > >
> > > Thanks, Mickael!
> > >
> > > Anyone else get a chance to validate the 2.2.2 RC2 build? It'd be great
> > to
> > > get this out the door.
> > >
> > > Randall
> > >
> > > On Tue, Nov 5, 2019 at 6:34 AM Mickael Maison <
> mickael.mai...@gmail.com>
> > > wrote:
> > >
> > >> +1 (non binding)
> > >> I verified signatures, built it from source, ran unit tests and
> > quickstart
> > >>
> > >>
> > >>
> > >> On Fri, Oct 25, 2019 at 3:10 PM Randall Hauch 
> wrote:
> > >>>
> > >>> Hello all, we identified around three dozen bug fixes, including an
> > >> update
> > >>> of a third party dependency, and wanted to release a patch release
> for
> > >> the
> > >>> Apache Kafka 2.2.0 release.
> > >>>
> > >>> This is the *second* candidate for release of Apache Kafka 2.2.2.
> (RC1
> > >> did
> > >>> not include a fix for
> https://issues.apache.org/jira/browse/KAFKA-9053
> > ,
> > >> but
> > >>> the fix appeared before RC1 was announced so it was easier to just
> > create
> > >>> RC2.)
> > >>>
> > >>> Check out the release notes for a complete list of the changes in
> this
> > >>> release candidate:
> > >>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/RELEASE_NOTES.html
> > >>>
> > >>> *** Please download, test and vote by Wednesday, October 30, 9am PT>
> > >>>
> > >>> Kafka's KEYS file containing PGP keys we use to sign the release:
> > >>> https://kafka.apache.org/KEYS
> > >>>
> > >>> * Release artifacts to be voted upon (source and binary):
> > >>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/
> > >>>
> > >>> * Maven artifacts to be voted upon:
> > >>>
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > >>>
> > >>> * Javadoc:
> > >>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/javadoc/
> > >>>
> > >>> * Tag to be voted upon (off 2.2 branch) is the 2.2.2 tag:
> > >>> https://github.com/apache/kafka/releases/tag/2.2.2-rc2
> > >>>
> > >>> * Documentation:
> > >>> https://kafka.apache.org/22/documentation.html
> > >>>
> > >>> * Protocol:
> > >>> https://kafka.apache.org/22/protocol.html
> > >>>
> > >>> * Successful Jenkins builds for the 2.2 branch:
> > >>> Unit/integration tests:
> > https://builds.apache.org/job/kafka-2.2-jdk8/1/
> > >>> System tests:
> > >>> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/216/
> > >>>
> > >>> /**
> > >>>
> > >>> Thanks,
> > >>>
> > >>> Randall Hauch
> > >>
> >
> >
>
> --
> David Arthur
>


Re: Subject: [VOTE] 2.2.2 RC2

2019-11-08 Thread David Arthur
* Glanced through docs, release notes
* Downloaded RC2 binaries, verified signatures
* Ran through quickstart

+1 binding

Thanks for managing this release, Randall!

-David

On Wed, Nov 6, 2019 at 7:39 PM Eric Lalonde  wrote:

> Hello,
>
> In an effort to assist in the verification of release candidates, I have
> authored the following quick-and-dirty utility to help people verify
> release candidate artifacts:
> https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh <
> https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh> . I
> have executed this script for 2.2.2 rc2 and everything looks good:
> - all checksums verify
> - all executed gradle commands succeed
> - all unit and integration tests pass.
>
> Hope this helps in the release of 2.2.2.
>
> - Eric
>
> > On Nov 5, 2019, at 7:55 AM, Randall Hauch  wrote:
> >
> > Thanks, Mickael!
> >
> > Anyone else get a chance to validate the 2.2.2 RC2 build? It'd be great
> to
> > get this out the door.
> >
> > Randall
> >
> > On Tue, Nov 5, 2019 at 6:34 AM Mickael Maison 
> > wrote:
> >
> >> +1 (non binding)
> >> I verified signatures, built it from source, ran unit tests and
> quickstart
> >>
> >>
> >>
> >> On Fri, Oct 25, 2019 at 3:10 PM Randall Hauch  wrote:
> >>>
> >>> Hello all, we identified around three dozen bug fixes, including an
> >> update
> >>> of a third party dependency, and wanted to release a patch release for
> >> the
> >>> Apache Kafka 2.2.0 release.
> >>>
> >>> This is the *second* candidate for release of Apache Kafka 2.2.2. (RC1
> >> did
> >>> not include a fix for https://issues.apache.org/jira/browse/KAFKA-9053
> ,
> >> but
> >>> the fix appeared before RC1 was announced so it was easier to just
> create
> >>> RC2.)
> >>>
> >>> Check out the release notes for a complete list of the changes in this
> >>> release candidate:
> >>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/RELEASE_NOTES.html
> >>>
> >>> *** Please download, test and vote by Wednesday, October 30, 9am PT>
> >>>
> >>> Kafka's KEYS file containing PGP keys we use to sign the release:
> >>> https://kafka.apache.org/KEYS
> >>>
> >>> * Release artifacts to be voted upon (source and binary):
> >>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/
> >>>
> >>> * Maven artifacts to be voted upon:
> >>> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >>>
> >>> * Javadoc:
> >>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/javadoc/
> >>>
> >>> * Tag to be voted upon (off 2.2 branch) is the 2.2.2 tag:
> >>> https://github.com/apache/kafka/releases/tag/2.2.2-rc2
> >>>
> >>> * Documentation:
> >>> https://kafka.apache.org/22/documentation.html
> >>>
> >>> * Protocol:
> >>> https://kafka.apache.org/22/protocol.html
> >>>
> >>> * Successful Jenkins builds for the 2.2 branch:
> >>> Unit/integration tests:
> https://builds.apache.org/job/kafka-2.2-jdk8/1/
> >>> System tests:
> >>> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/216/
> >>>
> >>> /**
> >>>
> >>> Thanks,
> >>>
> >>> Randall Hauch
> >>
>
>

-- 
David Arthur


Re: Subject: [VOTE] 2.2.2 RC2

2019-11-06 Thread Eric Lalonde
Hello,

In an effort to assist in the verification of release candidates, I have 
authored the following quick-and-dirty utility to help people verify release 
candidate artifacts: 
https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh 
 . I have 
executed this script for 2.2.2 rc2 and everything looks good:
- all checksums verify
- all executed gradle commands succeed
- all unit and integration tests pass.

Hope this helps in the release of 2.2.2.

- Eric

> On Nov 5, 2019, at 7:55 AM, Randall Hauch  wrote:
> 
> Thanks, Mickael!
> 
> Anyone else get a chance to validate the 2.2.2 RC2 build? It'd be great to
> get this out the door.
> 
> Randall
> 
> On Tue, Nov 5, 2019 at 6:34 AM Mickael Maison 
> wrote:
> 
>> +1 (non binding)
>> I verified signatures, built it from source, ran unit tests and quickstart
>> 
>> 
>> 
>> On Fri, Oct 25, 2019 at 3:10 PM Randall Hauch  wrote:
>>> 
>>> Hello all, we identified around three dozen bug fixes, including an
>> update
>>> of a third party dependency, and wanted to release a patch release for
>> the
>>> Apache Kafka 2.2.0 release.
>>> 
>>> This is the *second* candidate for release of Apache Kafka 2.2.2. (RC1
>> did
>>> not include a fix for https://issues.apache.org/jira/browse/KAFKA-9053,
>> but
>>> the fix appeared before RC1 was announced so it was easier to just create
>>> RC2.)
>>> 
>>> Check out the release notes for a complete list of the changes in this
>>> release candidate:
>>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/RELEASE_NOTES.html
>>> 
>>> *** Please download, test and vote by Wednesday, October 30, 9am PT>
>>> 
>>> Kafka's KEYS file containing PGP keys we use to sign the release:
>>> https://kafka.apache.org/KEYS
>>> 
>>> * Release artifacts to be voted upon (source and binary):
>>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/
>>> 
>>> * Maven artifacts to be voted upon:
>>> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>>> 
>>> * Javadoc:
>>> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/javadoc/
>>> 
>>> * Tag to be voted upon (off 2.2 branch) is the 2.2.2 tag:
>>> https://github.com/apache/kafka/releases/tag/2.2.2-rc2
>>> 
>>> * Documentation:
>>> https://kafka.apache.org/22/documentation.html
>>> 
>>> * Protocol:
>>> https://kafka.apache.org/22/protocol.html
>>> 
>>> * Successful Jenkins builds for the 2.2 branch:
>>> Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/1/
>>> System tests:
>>> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/216/
>>> 
>>> /**
>>> 
>>> Thanks,
>>> 
>>> Randall Hauch
>> 



Re: Subject: [VOTE] 2.2.2 RC2

2019-11-05 Thread Randall Hauch
Thanks, Mickael!

Anyone else get a chance to validate the 2.2.2 RC2 build? It'd be great to
get this out the door.

Randall

On Tue, Nov 5, 2019 at 6:34 AM Mickael Maison 
wrote:

> +1 (non binding)
> I verified signatures, built it from source, ran unit tests and quickstart
>
>
>
> On Fri, Oct 25, 2019 at 3:10 PM Randall Hauch  wrote:
> >
> > Hello all, we identified around three dozen bug fixes, including an
> update
> > of a third party dependency, and wanted to release a patch release for
> the
> > Apache Kafka 2.2.0 release.
> >
> > This is the *second* candidate for release of Apache Kafka 2.2.2. (RC1
> did
> > not include a fix for https://issues.apache.org/jira/browse/KAFKA-9053,
> but
> > the fix appeared before RC1 was announced so it was easier to just create
> > RC2.)
> >
> > Check out the release notes for a complete list of the changes in this
> > release candidate:
> > https://home.apache.org/~rhauch/kafka-2.2.2-rc2/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Wednesday, October 30, 9am PT>
> >
> > Kafka's KEYS file containing PGP keys we use to sign the release:
> > https://kafka.apache.org/KEYS
> >
> > * Release artifacts to be voted upon (source and binary):
> > https://home.apache.org/~rhauch/kafka-2.2.2-rc2/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~rhauch/kafka-2.2.2-rc2/javadoc/
> >
> > * Tag to be voted upon (off 2.2 branch) is the 2.2.2 tag:
> > https://github.com/apache/kafka/releases/tag/2.2.2-rc2
> >
> > * Documentation:
> > https://kafka.apache.org/22/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/22/protocol.html
> >
> > * Successful Jenkins builds for the 2.2 branch:
> > Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/1/
> > System tests:
> > https://jenkins.confluent.io/job/system-test-kafka/job/2.2/216/
> >
> > /**
> >
> > Thanks,
> >
> > Randall Hauch
>


Re: Subject: [VOTE] 2.2.2 RC2

2019-11-05 Thread Mickael Maison
+1 (non binding)
I verified signatures, built it from source, ran unit tests and quickstart



On Fri, Oct 25, 2019 at 3:10 PM Randall Hauch  wrote:
>
> Hello all, we identified around three dozen bug fixes, including an update
> of a third party dependency, and wanted to release a patch release for the
> Apache Kafka 2.2.0 release.
>
> This is the *second* candidate for release of Apache Kafka 2.2.2. (RC1 did
> not include a fix for https://issues.apache.org/jira/browse/KAFKA-9053, but
> the fix appeared before RC1 was announced so it was easier to just create
> RC2.)
>
> Check out the release notes for a complete list of the changes in this
> release candidate:
> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/RELEASE_NOTES.html
>
> *** Please download, test and vote by Wednesday, October 30, 9am PT>
>
> Kafka's KEYS file containing PGP keys we use to sign the release:
> https://kafka.apache.org/KEYS
>
> * Release artifacts to be voted upon (source and binary):
> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~rhauch/kafka-2.2.2-rc2/javadoc/
>
> * Tag to be voted upon (off 2.2 branch) is the 2.2.2 tag:
> https://github.com/apache/kafka/releases/tag/2.2.2-rc2
>
> * Documentation:
> https://kafka.apache.org/22/documentation.html
>
> * Protocol:
> https://kafka.apache.org/22/protocol.html
>
> * Successful Jenkins builds for the 2.2 branch:
> Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/1/
> System tests:
> https://jenkins.confluent.io/job/system-test-kafka/job/2.2/216/
>
> /**
>
> Thanks,
>
> Randall Hauch


Subject: [VOTE] 2.2.2 RC2

2019-10-25 Thread Randall Hauch
Hello all, we identified around three dozen bug fixes, including an update
of a third party dependency, and wanted to release a patch release for the
Apache Kafka 2.2.0 release.

This is the *second* candidate for release of Apache Kafka 2.2.2. (RC1 did
not include a fix for https://issues.apache.org/jira/browse/KAFKA-9053, but
the fix appeared before RC1 was announced so it was easier to just create
RC2.)

Check out the release notes for a complete list of the changes in this
release candidate:
https://home.apache.org/~rhauch/kafka-2.2.2-rc2/RELEASE_NOTES.html

*** Please download, test and vote by Wednesday, October 30, 9am PT>

Kafka's KEYS file containing PGP keys we use to sign the release:
https://kafka.apache.org/KEYS

* Release artifacts to be voted upon (source and binary):
https://home.apache.org/~rhauch/kafka-2.2.2-rc2/

* Maven artifacts to be voted upon:
https://repository.apache.org/content/groups/staging/org/apache/kafka/

* Javadoc:
https://home.apache.org/~rhauch/kafka-2.2.2-rc2/javadoc/

* Tag to be voted upon (off 2.2 branch) is the 2.2.2 tag:
https://github.com/apache/kafka/releases/tag/2.2.2-rc2

* Documentation:
https://kafka.apache.org/22/documentation.html

* Protocol:
https://kafka.apache.org/22/protocol.html

* Successful Jenkins builds for the 2.2 branch:
Unit/integration tests: https://builds.apache.org/job/kafka-2.2-jdk8/1/
System tests:
https://jenkins.confluent.io/job/system-test-kafka/job/2.2/216/

/**

Thanks,

Randall Hauch