Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.6 #65

2023-09-24 Thread Apache Jenkins Server
See

Re: [ANNOUNCE] New Kafka PMC Member: Justine Olshan

2023-09-24 Thread ziming deng
Congratulations Justine! > On Sep 25, 2023, at 00:01, Viktor Somogyi-Vass > wrote: > > Congrats Justine! > > On Sun, Sep 24, 2023, 17:45 Kirk True wrote: > >> Congratulations Justine! Thanks for all your great work! >> >>> On Sep 24, 2023, at 8:37 AM, John Roesler wrote: >>> >>>

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.6 #64

2023-09-24 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-15497) Refactor build.gradle and split each module configuration on the module itself

2023-09-24 Thread Said BOUDJELDA (Jira)
Said BOUDJELDA created KAFKA-15497: -- Summary: Refactor build.gradle and split each module configuration on the module itself Key: KAFKA-15497 URL: https://issues.apache.org/jira/browse/KAFKA-15497

[jira] [Created] (KAFKA-15496) Upgrade Jetty to version 11.0.16

2023-09-24 Thread Said BOUDJELDA (Jira)
Said BOUDJELDA created KAFKA-15496: -- Summary: Upgrade Jetty to version 11.0.16 Key: KAFKA-15496 URL: https://issues.apache.org/jira/browse/KAFKA-15496 Project: Kafka Issue Type: Improvement

Re: [kafka-clients] [VOTE] 3.6.0 RC1

2023-09-24 Thread Justine Olshan
Hi Satish, I've done the following: - Verified signature - Built from Java 17/Scala 2.13 and Java 8/Scala 2.11 - Run unit + integration tests - Ran a shorter Trogdor transactional-produce-bench on a single broker cluster (KRaft and ZK) to verify transactional workloads worked reasonably Minor

Re: [VOTE] KIP-858: Handle JBOD broker disk failure in KRaft

2023-09-24 Thread Ron Dagostino
Hi Igor. I've opened https://issues.apache.org/jira/browse/KAFKA-15495 to identify the data loss scenario that I was referring to, including steps on how to reproduce it. I agree this is a separate issue from JBOD per se. The disk UUID that this KIP introduces does give us the ability to avoid

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #2227

2023-09-24 Thread Apache Jenkins Server
See Changes: -- [...truncated 317186 lines...] Gradle Test Run :streams:test > Gradle Test Executor 85 > TasksTest >

[jira] [Created] (KAFKA-15495) KRaft partition truncated when the only ISR member restarts with and empty disk

2023-09-24 Thread Ron Dagostino (Jira)
Ron Dagostino created KAFKA-15495: - Summary: KRaft partition truncated when the only ISR member restarts with and empty disk Key: KAFKA-15495 URL: https://issues.apache.org/jira/browse/KAFKA-15495

Re: [ANNOUNCE] New Kafka PMC Member: Justine Olshan

2023-09-24 Thread Viktor Somogyi-Vass
Congrats Justine! On Sun, Sep 24, 2023, 17:45 Kirk True wrote: > Congratulations Justine! Thanks for all your great work! > > > On Sep 24, 2023, at 8:37 AM, John Roesler wrote: > > > > Congratulations, Justine! > > -John > > > > On Sun, Sep 24, 2023, at 05:05, Mickael Maison wrote: > >>

Re: [ANNOUNCE] New Kafka PMC Member: Justine Olshan

2023-09-24 Thread Kirk True
Congratulations Justine! Thanks for all your great work! > On Sep 24, 2023, at 8:37 AM, John Roesler wrote: > > Congratulations, Justine! > -John > > On Sun, Sep 24, 2023, at 05:05, Mickael Maison wrote: >> Congratulations Justine! >> >> On Sun, Sep 24, 2023 at 5:04 AM Sophie Blee-Goldman >>

Re: [ANNOUNCE] New Kafka PMC Member: Justine Olshan

2023-09-24 Thread John Roesler
Congratulations, Justine! -John On Sun, Sep 24, 2023, at 05:05, Mickael Maison wrote: > Congratulations Justine! > > On Sun, Sep 24, 2023 at 5:04 AM Sophie Blee-Goldman > wrote: >> >> Congrats Justine! >> >> On Sat, Sep 23, 2023, 4:36 PM Tom Bentley wrote: >> >> > Congratulations! >> > >> > On

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #2226

2023-09-24 Thread Apache Jenkins Server
See

Re: [kafka-clients] [VOTE] 3.6.0 RC1

2023-09-24 Thread Federico Valeri
Hi Satish, I did the following to verify the release: - Verified signature and checksum - Built from source with Java 17 and Scala 2.13 - Ran all unit and integration tests - Spot checked release notes and documentation - Ran a custom client using staging artifacts on a 3-nodes cluster - Tested

[jira] [Created] (KAFKA-15494) Remove deprecation call of task registration of Gradle on build.gradle and use tasks.register instead

2023-09-24 Thread Said BOUDJELDA (Jira)
Said BOUDJELDA created KAFKA-15494: -- Summary: Remove deprecation call of task registration of Gradle on build.gradle and use tasks.register instead Key: KAFKA-15494 URL:

[jira] [Created] (KAFKA-15493) Ensure system tests work with Java 21

2023-09-24 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-15493: --- Summary: Ensure system tests work with Java 21 Key: KAFKA-15493 URL: https://issues.apache.org/jira/browse/KAFKA-15493 Project: Kafka Issue Type: Improvement

[jira] [Created] (KAFKA-15492) Enable spotbugs when building with Java 21

2023-09-24 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-15492: --- Summary: Enable spotbugs when building with Java 21 Key: KAFKA-15492 URL: https://issues.apache.org/jira/browse/KAFKA-15492 Project: Kafka Issue Type:

Re: [ANNOUNCE] New Kafka PMC Member: Justine Olshan

2023-09-24 Thread Mickael Maison
Congratulations Justine! On Sun, Sep 24, 2023 at 5:04 AM Sophie Blee-Goldman wrote: > > Congrats Justine! > > On Sat, Sep 23, 2023, 4:36 PM Tom Bentley wrote: > > > Congratulations! > > > > On Sun, 24 Sept 2023 at 12:32, Satish Duggana > > wrote: > > > > > Congratulations Justine!! > > > > > >

Re: [kafka-clients] [VOTE] 3.6.0 RC1

2023-09-24 Thread Luke Chen
Hi Satish, I verified with: 1. Ran quick start in KRaft for scala 2.12 artifact 2. Making sure the checksum are correct 3. Browsing release notes, documents, javadocs, protocols. I filed KAFKA-15491 for log output improvement while testing

[jira] [Created] (KAFKA-15491) RackId doesn't exist while running WordCountDemo

2023-09-24 Thread Luke Chen (Jira)
Luke Chen created KAFKA-15491: - Summary: RackId doesn't exist while running WordCountDemo Key: KAFKA-15491 URL: https://issues.apache.org/jira/browse/KAFKA-15491 Project: Kafka Issue Type: Bug