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

2023-11-23 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-15889) Make General Assignor's rebalance incremental

2023-11-23 Thread David Jacot (Jira)
David Jacot created KAFKA-15889: --- Summary: Make General Assignor's rebalance incremental Key: KAFKA-15889 URL: https://issues.apache.org/jira/browse/KAFKA-15889 Project: Kafka Issue Type: Sub-t

[jira] [Resolved] (KAFKA-15484) Implement general uniform broker side assignor

2023-11-23 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-15484. - Fix Version/s: 3.7.0 Resolution: Fixed > Implement general uniform broker side assignor >

[jira] [Resolved] (KAFKA-15555) Ensure wakeups are handled correctly in PrototypeAsyncConsumer.poll()

2023-11-23 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna resolved KAFKA-1. --- Resolution: Fixed > Ensure wakeups are handled correctly in PrototypeAsyncConsumer.poll() >

[jira] [Resolved] (KAFKA-15856) Add integration tests for JoinGroup API and SyncGroup API

2023-11-23 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-15856. - Fix Version/s: 3.7.0 Resolution: Fixed > Add integration tests for JoinGroup API and Sync

[jira] [Created] (KAFKA-15890) kafka-console-consumer.sh problems with new consumer

2023-11-23 Thread Andrew Schofield (Jira)
Andrew Schofield created KAFKA-15890: Summary: kafka-console-consumer.sh problems with new consumer Key: KAFKA-15890 URL: https://issues.apache.org/jira/browse/KAFKA-15890 Project: Kafka

[jira] [Resolved] (KAFKA-15840) Correct initialization of ConsumerGroupHeartbeat by client

2023-11-23 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield resolved KAFKA-15840. -- Resolution: Duplicate > Correct initialization of ConsumerGroupHeartbeat by client > -

Re: [VOTE] KIP-963: Additional metrics in Tiered Storage

2023-11-23 Thread Christo Lolov
Hello all, With 3 +1 binding and 1 +1 non-binding votes KIP-963 is adopted 🥳! I will get down to implementing it. Best, Christo On Tue, 21 Nov 2023 at 07:22, Luke Chen wrote: > +1 (binding) from me. > Thanks for the KIP. > > Luke > > On Tue, Nov 21, 2023 at 11:53 AM Satish Duggana > wrote: >

Re: Apache Kafka 3.7.0 Release

2023-11-23 Thread Nick Telford
Hi Stan, I'd like to propose including KIP-892 in the 3.7 release. The KIP has been accepted and I'm just working on rebasing the implementation against trunk before I open a PR. Regards, Nick On Tue, 21 Nov 2023 at 11:27, Mayank Shekhar Narula < mayanks.nar...@gmail.com> wrote: > Hi Stan > > C

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.6 #119

2023-11-23 Thread Apache Jenkins Server
See Changes: -- [...truncated 415268 lines...] > Task :connect:api:compileTestJava UP-TO-DATE > Task :connect:api:testClasses UP-TO-DATE > Task :connect:json:generateMetadataF

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

2023-11-23 Thread Apache Jenkins Server
See Changes: -- [...truncated 438041 lines...] Gradle Test Run :streams:test > Gradle Test Executor 91 > DefaultTaskManagerTest > shouldReturnFromAwaitOnUnlocking() START

Re: Apache Kafka 3.6.1 release

2023-11-23 Thread Mickael Maison
Hi Kirk, It's pretty late, I was hoping to build RC0 tomorrow morning (EU time). This does not seem like it's a regression or a major bug so I don't consider it a blocker. If you can get it merged and backported to 3.6 overnight, fine, but I don't think we need to wait for it. Thanks, Mickael O

Re: Apache Kafka 3.6.1 release

2023-11-23 Thread Ismael Juma
I agree that we should not block 3.6.1 if it's not a regression. Ismael On Thu, Nov 23, 2023 at 8:13 AM Mickael Maison wrote: > Hi Kirk, > > It's pretty late, I was hoping to build RC0 tomorrow morning (EU > time). This does not seem like it's a regression or a major bug so I > don't consider i

Re: [VOTE] KIP-963: Additional metrics in Tiered Storage

2023-11-23 Thread Jorge Esteban Quilcate Otoya
A bit late, but happy this KIP is being adopted. Thanks, Christo! On Thu 23. Nov 2023 at 15.15, Christo Lolov wrote: > Hello all, > > With 3 +1 binding and 1 +1 non-binding votes KIP-963 is adopted 🥳! > I will get down to implementing it. > > Best, > Christo > > On Tue, 21 Nov 2023 at 07:22, Lu

Re: [DISCUSS] KIP-974 Docker Image for GraalVM based Native Kafka Broker

2023-11-23 Thread Krishna Agarwal
Hi Ismael, In my pursuit of a lightweight base image, I initially considered Alpine and Distroless 1. The next best option I explored is the Ubuntu Docker image( https://hub.docker.com/_/ubuntu/tags) which is a more complete image. It has a size of 70MB compared to the 15MB of the Alpine