KAFKA-15567 Review request

2023-10-14 Thread Haruki Okada
Hi! I found that ReplicaFetcherThreadBenchmark (and other few benchmarks) is not working now and reported as KAFKA-15567. I submitted a patch for that in https://github.com/apache/kafka/pull/14513. Could anyone review the PR? Thanks, -- Okada Haruki

Re: Apache Kafka 3.7.0 Release

2023-10-14 Thread Chris Egerton
Hi Stanislav, Thanks for putting this together! I think the "Ensure that release candidates include artifacts for the new Connect test-plugins module" section (which I'm guessing was copied over from the 3.6.0 release plan?) can be removed; we made sure that those artifacts were present for

[jira] [Resolved] (KAFKA-15249) Verify Connect test-plugins artifact is published to Maven Central

2023-10-14 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton resolved KAFKA-15249. --- Resolution: Done > Verify Connect test-plugins artifact is published to Maven Central >

Re: Apache Kafka 3.7.0 Release

2023-10-14 Thread Stanislav Kozlovski
Thanks for letting me drive it, folks. I've created the 3.7.0 release page here: https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.7.0 It outlines the key milestones and important dates for the release. In particular, since the last two releases slipped their originally targeted

[jira] [Resolved] (KAFKA-14175) KRaft Upgrades Part 2

2023-10-14 Thread Stanislav Kozlovski (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislav Kozlovski resolved KAFKA-14175. - Resolution: Won't Fix > KRaft Upgrades Part 2 > - > >

Re: [DISCUSS] KIP-983: Full speed async processing during rebalance

2023-10-14 Thread Philip Nee
Hi Erik, Thanks for the KIP, again. I am also very much interested in the idea of this KIP, and I want to let you know that we are rewriting the kafka consumer using an event-driven approach, so I think the new impl would make this KIP much easier to implement. In a nutshell, the network IO

Re: [DISCUSS] KIP-988 Streams Standby Task Update Listener

2023-10-14 Thread Guozhang Wang
Thanks for the summary, that looks good to me. Guozhang On Fri, Oct 13, 2023 at 8:57 PM Colt McNealy wrote: > > Hello there! > > Thanks everyone for the comments. There's a lot of back-and-forth going on, > so I'll do my best to summarize what everyone's said in TLDR format: > > 1. Rename

[jira] [Created] (KAFKA-15607) Possible NPE is thrown in MirrorCheckpointTask

2023-10-14 Thread hudeqi (Jira)
hudeqi created KAFKA-15607: -- Summary: Possible NPE is thrown in MirrorCheckpointTask Key: KAFKA-15607 URL: https://issues.apache.org/jira/browse/KAFKA-15607 Project: Kafka Issue Type: Bug

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #2288

2023-10-14 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-983: Full speed async processing during rebalance

2023-10-14 Thread Erik van Oosten
Hello David, Thanks, I am happy to hear we agree on the problem. All the tiny details of an implementation are less important. I will read KIP-848 first to answer you question about its relation with KIP-983. But for sure it makes sense to complete the implementation of KIP-848 first.