Re: [VOTE] 3.1.1 RC1

2022-05-06 Thread Michal Tóth
Hello

I have executed some produce/consume system tests which all passed.
Also everything passed from https://github.com/tombentley/kafka-verify-rc
- checking signatures, checksums, with gradle unit & integration tests, etc.

Good from me (non-binding).



pi 6. 5. 2022 o 14:30 David Jacot  napísal(a):

> Thanks for running the release, Tom.
>
> I performed the following validations:
> * Verified all checksums and signatures.
> * Built from source and ran unit tests.
> * Ran the first quickstart steps for both ZK and KRaft.
> * Spotchecked the Javadocs.
>
> I noticed the same issues as others on the website. I checked
> the doc in git and it looks good.
>
> +1 (binding)
>
> Best,
> David
>
> On Thu, May 5, 2022 at 7:52 PM Dongjoon Hyun  wrote:
> >
> > +1 (non-binding)
> >
> > RC1 was tested with Apache Spark tests
> >
> > - https://github.com/apache/spark/pull/36135
> >
> > Thanks,
> > Dongjoon.
> >
> > On 2022/05/05 03:25:25 Luke Chen wrote:
> > > Hi Tom,
> > >
> > > I did:
> > > 1. check the signature and checksums
> > > 2. ran quick start with java17 + sacla2.12
> > > 3. browse java docs/documentations
> > >
> > > +1 (non-binding)
> > >
> > > Thanks for running the release.
> > >
> > > Luke
> > >
> > > On Thu, May 5, 2022 at 12:43 AM Bill Bejeck 
> wrote:
> > >
> > > > Hi Tom,
> > > >
> > > > Thanks for running the release!
> > > >
> > > > I did the following checks:
> > > >
> > > >1. Validated all the checksum and signatures
> > > >2. Built from source and ran the unit tests (Java 11)
> > > >3. Ran the quickstart and the Kafka Streams demo (Java 11)
> > > >4. Did a quick scan of the Javadoc and the documentation
> > > >
> > > > I noticed the same issues as Mickael on the website, but otherwise,
> it
> > > > looks good.
> > > > +1 (binding)
> > > >
> > > > Thanks,
> > > > Bill
> > > >
> > > > On Tue, May 3, 2022 at 10:17 AM Jakub Scholz 
> wrote:
> > > >
> > > > > +1 (non-binding). I used the Scala 2.13 binaries and staged Maven
> > > > artifacts
> > > > > and ran various tests with them. Thanks for doing the release.
> > > > >
> > > > > Jakub
> > > > >
> > > > > On Fri, Apr 29, 2022 at 8:16 PM Mickael Maison <
> mimai...@apache.org>
> > > > > wrote:
> > > > >
> > > > > > Hi Tom,
> > > > > >
> > > > > > Thanks for running this release!
> > > > > >
> > > > > > I've done the following:
> > > > > > - Checked signatures and checksums
> > > > > > - Checked javadocs/maven artifacts
> > > > > > - Built from source and run all tests with Java 11
> > > > > > - Ran quickstart on Scala 2.13 artifact with Java 11
> > > > > >
> > > > > > It looks like the website has not been updated yet, I still only
> see
> > > > > > 3.1.0. When you'll add 3.1.1, let's make sure we mention
> reload4j in
> > > > > > the notable changes section.
> > > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > Thanks,
> > > > > > Mickael
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Fri, Apr 29, 2022 at 11:12 AM Tom Bentley <
> tbent...@redhat.com>
> > > > > wrote:
> > > > > > >
> > > > > > > Hello Kafka users, developers and client-developers,
> > > > > > >
> > > > > > > This is the first candidate for release of Apache Kafka 3.1.1.
> > > > > > >
> > > > > > > Apache Kafka 3.1.1 is a bugfix release and 30 issues have been
> fixed
> > > > > > > since 3.1.0.
> > > > > > >
> > > > > > > Release notes for the 3.1.1 release:
> > > > > > >
> > > >
> https://home.apache.org/~tombentley/kafka-3.1.1-rc1/RELEASE_NOTES.html
> > > > > > >
> > > > > > > *** Please download, test and vote by 09:00 UTC, Friday 6th May
> > > > > > >
> > > > > > > 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/~tombentley/kafka-3.1.1-rc1/
> > > > > > >
> > > > > > > * Maven artifacts to be voted upon:
> > > > > > >
> > > >
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > > > > >
> > > > > > > * Javadoc:
> > > > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc1/javadoc/
> > > > > > >
> > > > > > > * Tag to be voted upon (off 3.1 branch) is the 3.1.1 tag:
> > > > > > > https://github.com/apache/kafka/releases/tag/3.1.1-rc1
> > > > > > >
> > > > > > > * Documentation:
> > > > > > > https://kafka.apache.org/31/documentation.html
> > > > > > >
> > > > > > > * Protocol:
> > > > > > > https://kafka.apache.org/31/protocol.html
> > > > > > >
> > > > > > > * Successful Jenkins builds for the 3.1 branch:
> > > > > > > I will share a link one the build is complete.
> > > > > > >
> > > > > > > /**
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Tom
> > > > > >
> > > > >
> > > >
> > >
>


-- 
S pozdravom
 Michal Tóth


Re: [VOTE] 3.2.0 RC0

2022-04-21 Thread Michal Tóth
Hello all,

 I have executed some produce/consume system tests which all passed.
Also everything passed from https://github.com/tombentley/kafka-verify-rc
- checking signatures, checksums, with gradle unit & integration tests, etc.

Good from me (non-binding).

Thank you


pi 15. 4. 2022 o 21:05 Bruno Cadonna  napísal(a):

> Hello Kafka users, developers and client-developers,
>
> This is the first candidate for release of Apache Kafka 3.2.0.
>
> * log4j 1.x is replaced with reload4j (KAFKA-9366)
> * StandardAuthorizer for KRaft (KIP-801)
> * Send a hint to the partition leader to recover the partition (KIP-704)
> * Top-level error code field in DescribeLogDirsResponse (KIP-784)
> * kafka-console-producer writes headers and null values (KIP-798 and
> KIP-810)
> * JoinGroupRequest and LeaveGroupRequest have a reason attached (KIP-800)
> * Static membership protocol lets the leader skip assignment (KIP-814)
> * Rack-aware standby task assignment in Kafka Streams (KIP-708)
> * Interactive Query v2 (KIP-796, KIP-805, and KIP-806)
> * Connect APIs list all connector plugins and retrieve their
> configuration (KIP-769)
> * TimestampConverter SMT supports different unix time precisions (KIP-808)
> * Connect source tasks handle producer exceptions (KIP-779)
>
> Release notes for the 3.2.0 release:
> https://home.apache.org/~cadonna/kafka-3.2.0-rc0/RELEASE_NOTES.html
>
> *** Please download, test and vote by Monday, April 25, 9am CEST
>
> 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/~cadonna/kafka-3.2.0-rc0/
>
> * Maven artifacts to be voted upon:
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
>
> * Javadoc:
> https://home.apache.org/~cadonna/kafka-3.2.0-rc0/javadoc/
>
> * Tag to be voted upon (off 3.2 branch) is the 3.2.0 tag:
> https://github.com/apache/kafka/releases/tag/3.2.0-rc0
>
> * Documentation (not yet ported to kafka-site):
> https://kafka.apache.org/32/documentation.html
>
> * Protocol:
> https://kafka.apache.org/32/protocol.html
>
> * Successful Jenkins builds for the 3.2 branch:
> I'll share a link once the builds complete
>
>
> /**
>
> Thanks,
> Bruno
>


-- 
S pozdravom
 Michal Tóth


Re: [VOTE] 3.0.1 RC0

2022-03-08 Thread Michal Tóth
Hello,

 executed https://github.com/tombentley/kafka-verify-rc - with no issues.
All checks have passed.
* checksums, keys
* unit tests
* executed few system tests - all passed

+1 (non-binding).

Thank you


ut 8. 3. 2022 o 8:33 Luke Chen  napísal(a):

> Hi Mickael,
>
> Thanks for running the release!
>
> I did the following:
>1. Validated the scala 2.13 checksums
>2. Spot checked the java docs
>3. Ran the quick start with scala 2.13 (found a minor bug KAFKA-13718
> <https://issues.apache.org/jira/browse/KAFKA-13718>, won't block the
> release)
>
> +1 (non-binding).
>
> Thank you.
>
> On Tue, Mar 8, 2022 at 1:33 AM Mickael Maison 
> wrote:
>
> > Here is a successful Jenkins build for the 3.0 branch:
> > https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.0/183/
> >
> > On Mon, Mar 7, 2022 at 12:27 AM Jakub Scholz  wrote:
> > >
> > > +1 (non-binding). I used the staged Scala 2.13 binaries and the staging
> > > Maven repository to run my tests. All seems to work fine, no issues
> > found.
> > >
> > > Thanks
> > > Jakub
> > >
> > > On Thu, Mar 3, 2022 at 7:05 PM Mickael Maison 
> > wrote:
> > >
> > > > Hello Kafka users, developers and client-developers,
> > > >
> > > > This is the first candidate for release of Apache Kafka 3.0.1.
> > > >
> > > > Apache Kafka 3.0.1 is a bugfix release and 29 issues have been fixed
> > > > since 3.0.0.
> > > >
> > > > Release notes for the 3.0.1 release:
> > > > https://home.apache.org/~mimaison/kafka-3.0.1-rc0/RELEASE_NOTES.html
> > > >
> > > > *** Please download, test and vote by Thursday, March 10, 6pm GMT ***
> > > >
> > > > 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/~mimaison/kafka-3.0.1-rc0/
> > > >
> > > > * Maven artifacts to be voted upon:
> > > >
> https://repository.apache.org/content/groups/staging/org/apache/kafka/
> > > >
> > > > * Javadoc:
> > > > https://home.apache.org/~mimaison/kafka-3.0.1-rc0/javadoc/
> > > >
> > > > * Tag to be voted upon (off 3.0 branch) is the 3.0.1 tag:
> > > > https://github.com/apache/kafka/releases/tag/3.0.1-rc0
> > > >
> > > > * Documentation:
> > > > https://kafka.apache.org/30/documentation.html
> > > >
> > > > * Protocol:
> > > > https://kafka.apache.org/30/protocol.html
> > > >
> > > > * Successful Jenkins builds for the 3.0 branch:
> > > > I'll share a link once the build complete
> > > >
> > > > /**
> > > >
> > > > Thanks,
> > > > Mickael
> > > >
> >
>


-- 
S pozdravom
 Michal Tóth


Re: [VOTE] 3.1.0 RC1

2022-01-17 Thread Michal Tóth
Hello,

 verified 3.1.0 RC1 and performed following actions (using kafka-verify-rc
tool https://github.com/tombentley/kafka-verify-rc):
- Verified PGP signatures
- Checksums
- Gradle builds targets - srcJar javadoc javadocJar scaladoc scaladocJar
docsjar unitTest integrationTest
- Executed few system Tests
(ConsumeBenchTest.test_single_partition,ProduceBenchTest.test_produce_bench,TestVerifiableProducer.test_simple_run)
- Looks good from our side

 Michal

ne 16. 1. 2022 o 23:28 Randall Hauch  napísal(a):

> Thanks for the RC, David.
>
> I was able to successfully complete the following:
>
> - Installed 3.1.0 RC1 and performed quickstart for broker and Connect
> (using Java 17)
> - Verified signatures and checksums
> - Verified the tag
> - Manually compared the release notes to JIRA
> - Build release archive from the tag, ran Connect tests, installed
> locally, and ran a portion of quickstart
> - Manually spotchecked the Javadocs linked above
> - Verified the site docs at
> https://kafka.apache.org/31/documentation.html has the correct version
> references
>
> So I'm +1 (binding)
>
> Best regards,
>
> Randall
>
> On Wed, Jan 12, 2022 at 6:59 AM David Jacot  wrote:
> >
> > Hello Kafka users, developers and client-developers,
> >
> > This is the second candidate for release of Apache Kafka 3.1.0.
> >
> > * Apache Kafka supports Java 17
> > * The FetchRequest supports Topic IDs (KIP-516)
> > * Extend SASL/OAUTHBEARER with support for OIDC (KIP-768)
> > * Add broker count metrics (KIP-748)
> > * Differentiate consistently metric latency measured in millis and
> > nanos (KIP-773)
> > * The eager rebalance protocol is deprecated (KAFKA-13439)
> > * Add TaskId field to StreamsException (KIP-783)
> > * Custom partitioners in foreign-key joins (KIP-775)
> > * Fetch/findSessions queries with open endpoints for
> > SessionStore/WindowStore (KIP-766)
> > * Range queries with open endpoints (KIP-763)
> > * Add total blocked time metric to Streams (KIP-761)
> > * Add additional configuration to control MirrorMaker2 internal topics
> > naming convention (KIP-690)
> >
> > Release notes for the 3.1.0 release:
> > https://home.apache.org/~dajac/kafka-3.1.0-rc1/RELEASE_NOTES.html
> >
> > *** Please download, test and vote by Monday, January 17, 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/~dajac/kafka-3.1.0-rc1/
> >
> > * Maven artifacts to be voted upon:
> > https://repository.apache.org/content/groups/staging/org/apache/kafka/
> >
> > * Javadoc:
> > https://home.apache.org/~dajac/kafka-3.1.0-rc1/javadoc/
> >
> > * Tag to be voted upon (off 3.1 branch) is the 3.1.0 tag:
> > https://github.com/apache/kafka/releases/tag/3.1.0-rc1
> >
> > * Documentation:
> > https://kafka.apache.org/31/documentation.html
> >
> > * Protocol:
> > https://kafka.apache.org/31/protocol.html
> >
> > * Successful Jenkins builds for the 3.1 branch:
> > Unit/integration tests:
> > https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.1/60/
> > System tests:
> > https://jenkins.confluent.io/job/system-test-kafka/job/3.1/66/
> >
> > /**
> >
> > Thanks,
> > David
>


-- 
S pozdravom
 Michal Tóth