[jira] [Created] (KAFKA-19514) Deprecate and remove Properties from public API

2025-07-16 Thread Jhen-Yung Hsu (Jira)
Jhen-Yung Hsu created KAFKA-19514: - Summary: Deprecate and remove Properties from public API Key: KAFKA-19514 URL: https://issues.apache.org/jira/browse/KAFKA-19514 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-19513) Flaky test: AclControlManagerTest.testDeleteExceedsMaxRecords()

2025-07-16 Thread Apoorv Mittal (Jira)
Apoorv Mittal created KAFKA-19513: - Summary: Flaky test: AclControlManagerTest.testDeleteExceedsMaxRecords() Key: KAFKA-19513 URL: https://issues.apache.org/jira/browse/KAFKA-19513 Project: Kafka

[DISCUSS] KIP-1195: cleanup deprecated exceptions in org.apache.kafka.streams.errors.*

2025-07-16 Thread Rajani Karuturi
Hi All, I would like to start a discussion for KIP-1195( https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=373886192) Over time, certain exceptions and methods within the Kafka Streams exception handling interfaces have been deprecated in favor of newer, more comprehensive alternat

Re: [DISCUSS] KIP-1161: cleanup.policy shouldn't be empty

2025-07-16 Thread 黃竣陽
Hi Jun, Thanks for the reply. JR26: I’ve addressed this change in the KIP. JR27: I’ve documented the following configurations in the KIP: ConsumerConfig partition.assignment.strategy StreamsConfig bootstrap.servers MirrorCheckpointConfig groups groups.exclude task.assigned.groups

Re: [VOTE] KIP-1172: Improve EndToEndLatency tool

2025-07-16 Thread Federico Valeri
+1 non binding Thanks On Tue, Jul 15, 2025 at 2:52 AM Kirk True wrote: > > +1 (non-binding) > > Thanks for the suggested improvement! > > On Thu, Jul 10, 2025, at 1:25 AM, Andrew Schofield wrote: > > Thanks for the KIP. > > > > +1 (binding) > > > > Andrew > > > >

Re: [VOTE] KIP-1066: Mechanism to cordon brokers and log directories

2025-07-16 Thread Federico Valeri
+1 non binding Thanks Fede On Wed, Jul 9, 2025 at 8:58 AM Luke Chen wrote: > > Re-read the KIP after 1 year, LGTM! :) > > +1 from me. > > Thanks. > Luke > > On Tue, Jul 1, 2025 at 11:32 PM Mickael Maison > wrote: > > > Hi, > > > > I've not seen new comments in the DISCUSS thread in a while so I

Re: [VOTE] 4.1.0 RC0

2025-07-16 Thread Chia-Ping Tsai
hi Mickael I'm going to merge the patch for https://issues.apache.org/jira/browse/KAFKA-19427. The bug could lead to an OOM in 4.x. The risk is low since the patch is small. Hence, I plan to backport it to 4.1.0 if you agree to accept it. Best, Chia-Ping On 2025/07/15 08:43:40 Mickael Maison

Re: [VOTE] 4.1.0 RC0

2025-07-16 Thread Mickael Maison
Hi Chia-Ping, Sure, thanks Mickael On Wed, Jul 16, 2025 at 4:07 PM Chia-Ping Tsai wrote: > > hi Mickael > > I'm going to merge the patch for > https://issues.apache.org/jira/browse/KAFKA-19427. The bug could lead to an > OOM in 4.x. The risk is low since the patch is small. Hence, I plan to

Re: [VOTE] 4.1.0 RC0

2025-07-16 Thread Paolo Patierno
Hi, I already did on the PR but let me confirm here as well that the metadata version issues is not fixed, I was able to test it locally within our Strimzi unit tests. Thanks, Paolo Twitter : @ppatierno Linkedin : paolopatierno

[jira] [Created] (KAFKA-19515) Align broker and controller "advertised.listeners" and "listeners" behaviour

2025-07-16 Thread Jira
黃竣陽 created KAFKA-19515: --- Summary: Align broker and controller "advertised.listeners" and "listeners" behaviour Key: KAFKA-19515 URL: https://issues.apache.org/jira/browse/KAFKA-19515 Project: Kafka I

Re: [VOTE] 4.1.0 RC0

2025-07-16 Thread Jun Rao
Hi, Paolo, Thanks for the reply. I guess that you mean the metadata version issue is NOW fixed, instead of NOT fixed? Jun On Wed, Jul 16, 2025 at 8:57 AM Paolo Patierno wrote: > Hi, > I already did on the PR but let me confirm here as well that the metadata > version issues is not fixed, I was

Re: [VOTE] 4.1.0 RC0

2025-07-16 Thread Paolo Patierno
Hi Jun, oh yes sorry!! It's NOW fixed :-D Thanks! On Wed, 16 Jul 2025 at 18:38, Jun Rao wrote: > Hi, Paolo, > > Thanks for the reply. I guess that you mean the metadata version issue is > NOW fixed, instead of NOT fixed? > > Jun > > On Wed, Jul 16, 2025 at 8:57 AM Paolo Patierno > wrote: > > >

Re: [DISCUSS] KIP-1161: cleanup.policy shouldn't be empty

2025-07-16 Thread Jun Rao
Hi, Jiunn-Yang, Thanks for the reply. A few more comments. JR28. AdminClientConfig: Currently, bootstrap.servers doesn't throw NullPointerException on null value. It's converted to an empty list. JR29. The "Before exception" column: It would be useful to add which value causes an exception. For

[jira] [Resolved] (KAFKA-19427) The __consumer_offsets topic applies the broker configuration message.max.bytes, which may cause the coordinator broker to allocate too much memory and cause OOM

2025-07-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-19427. Resolution: Fixed > The __consumer_offsets topic applies the broker configuration > messa

Re: [DISCUSS] KIP-1066: Mechanism to cordon brokers and log directories

2025-07-16 Thread Jun Rao
Hi, Mickael, Thanks for the updated KIP. A few more comments. JR10. kafka.log:type=LogManager,name=LogDirectoryCordoned,logDirectory=: Path contains /, which has special meaning in mbean. Could we use kafka.log:type=LogManager,name=LogDirectoryCordoned and show the cordoned paths as the value? J

[jira] [Created] (KAFKA-19516) Resolve flakiness in ShareFetchAcknowledgeRequestTest

2025-07-16 Thread Chirag Wadhwa (Jira)
Chirag Wadhwa created KAFKA-19516: - Summary: Resolve flakiness in ShareFetchAcknowledgeRequestTest Key: KAFKA-19516 URL: https://issues.apache.org/jira/browse/KAFKA-19516 Project: Kafka Issue

Re: [DISCUSS] KIP-1027 Add MockFixedKeyProcessorContext

2025-07-16 Thread Matthias J. Sax
I did not re-read the KIP, but base on the last comment from Lucas, it sounds like it. If there is no other open points to discuss, the next step would be to start a VOTE thread, to get the KIP approved. -Matthias On 7/15/25 8:09 PM, Shashwat Pandey wrote: Hi Matthias, Sorry this totally

Re: [ANNOUNCE] New Kafka PMC member: Lucas Brutschy

2025-07-16 Thread Sophie Blee-Goldman
Congrats! On Tue, Jul 15, 2025 at 9:33 AM Hsu Jhen-Yung wrote: > Congrats Lucas! Well deserved. > > On 2025/07/14 22:00:54 "Matthias J. Sax" wrote: > > Dear all, > > > > The Project Management Committee (PMC) for Apache Kafka is pleased to > > announce Lucas Brutschy as a new PMC member. > > > >

Re: Failed test ReplicaManagerTest.testMultipleRemoteFetchesInOneFetchRequest on trunk

2025-07-16 Thread PoAn Yang
Hi Kuvardin, The issue is tracked by https://issues.apache.org/jira/browse/KAFKA-19505 and will be resolved by https://github.com/apache/kafka/pull/20167. Thanks. Regards, PoAn > On Jul 17, 2025, at 4:04 AM, Evgeniy Kuvardin > wrote: > > HI > > I have failed the test on > trunk ReplicaManag

[jira] [Resolved] (KAFKA-19501) System tests should use 17-bullseye instead of 17-buster

2025-07-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-19501. Fix Version/s: 4.2.0 Resolution: Fixed > System tests should use 17-bullseye instea

Re: [DISCUSS] KIP-1161: cleanup.policy shouldn't be empty

2025-07-16 Thread Chia-Ping Tsai
hi Jiunn-Yang, chia00. why could `bootstrap.servers` be null in StreamsConfig? chia01. the empty `task.assigned.partitions` is a bit weird. That means consumer has nothing to seek/poll. chia02. task.assigned.groups has analogous issue. chia03. MirrorCheckpointConfig's `groups` and `groups.exclu

Failed test ReplicaManagerTest.testMultipleRemoteFetchesInOneFetchRequest on trunk

2025-07-16 Thread Evgeniy Kuvardin
HI I have failed the test on trunk ReplicaManagerTest.testMultipleRemoteFetchesInOneFetchRequest local on master, and some CI build before commit has failed. Could someone else check this test on master kafka:trunk? Ubuntu 24.04.2 LTS Any Java version. With best regards Kuvardin Evgeny

Re: [DISCUSS] KIP-1027 Add MockFixedKeyProcessorContext

2025-07-16 Thread Shashwat Pandey
Hi Matthias, Sorry this totally fell off my radar, what would be left to do? Would updating the version to latest release be enough? Regards, Shashwat Pandey On Wed, Jun 11, 2025 at 5:37 PM Matthias J. Sax wrote: > Is there still interest to complete this KIP? > > -Matthias > > On 8/26/24 5: