[REVIEW REQUEST] ConsumerGroupCommand moved to tools

2024-03-19 Thread Николай Ижиков
Hello. Thanks to previous patches we moved all tests of `ConsumerGroupCommand` to `tools` module. One step left - move command itself. PR ready for review - https://github.com/apache/kafka/pull/14471 Please, take a look. Let’s make it happen.

[jira] [Created] (KAFKA-16385) Segment is rolled before segment.ms or segment.bytes breached

2024-03-19 Thread Luke Chen (Jira)
Luke Chen created KAFKA-16385: - Summary: Segment is rolled before segment.ms or segment.bytes breached Key: KAFKA-16385 URL: https://issues.apache.org/jira/browse/KAFKA-16385 Project: Kafka Issu

[jira] [Resolved] (KAFKA-16378) Under tiered storage, deleting local logs does not free disk space

2024-03-19 Thread Jianbin Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jianbin Chen resolved KAFKA-16378. -- Resolution: Fixed > Under tiered storage, deleting local logs does not free disk space > -

Re: [DISCUSS] KIP-956: Tiered Storage Quotas

2024-03-19 Thread Jorge Esteban Quilcate Otoya
Sorry I missed that comment on the thread. Proposal looks great, thanks, Abhijeet! On Sat, 16 Mar 2024 at 13:19, Abhijeet Kumar wrote: > Hi Jorge, > > The configs name was chosen to keep it consistent with the other existing > quota configs, such as > *replica.alter.log.dirs.io.max.bytes.per.sec

Re: [VOTE] KIP-956: Tiered Storage Quotas

2024-03-19 Thread Jorge Esteban Quilcate Otoya
Thanks Abhjeet! Looking forward for this one. +1 (non-binding). On Thu, 14 Mar 2024 at 06:08, Luke Chen wrote: > Thanks for the KIP! > +1 from me. > > Luke > > On Sun, Mar 10, 2024 at 8:44 AM Satish Duggana > wrote: > > > Thanks Abhijeet for the KIP, +1 from me. > > > > > > On Sat, 9 Mar 2024 a

Re: [VOTE] KIP-956: Tiered Storage Quotas

2024-03-19 Thread Abhijeet Kumar
Hi All, This KIP is accepted with 3 +1 binding votes(Jun, Satish, Luke) and 2 +1 non-binding votes(Kamal, Jorge). Thank you all for voting. Regards. Abhijeet. On Tue, Mar 19, 2024 at 3:35 PM Jorge Esteban Quilcate Otoya < quilcate.jo...@gmail.com> wrote: > Thanks Abhjeet! Looking forward for

Re: [DISCUSS] Minimum constraint for segment.ms

2024-03-19 Thread Doğuşcan Namal
Hi all, There are also message.max.bytes, replica.fetch.max.bytes and their derivatives requires a constraint on their maximum value as the maximum total memory on the instance. Otherwise, these could cause out of memory errors on the instance. Do you think this is in scope here as well? On Thu,

[jira] [Created] (KAFKA-16386) NETWORK_EXCEPTIONs from transaction verification are not translated

2024-03-19 Thread Sean Quah (Jira)
Sean Quah created KAFKA-16386: - Summary: NETWORK_EXCEPTIONs from transaction verification are not translated Key: KAFKA-16386 URL: https://issues.apache.org/jira/browse/KAFKA-16386 Project: Kafka

[jira] [Created] (KAFKA-16387) Allow kafka-metadata-shell to read a running server metadata

2024-03-19 Thread PoAn Yang (Jira)
PoAn Yang created KAFKA-16387: - Summary: Allow kafka-metadata-shell to read a running server metadata Key: KAFKA-16387 URL: https://issues.apache.org/jira/browse/KAFKA-16387 Project: Kafka Issue

Re: [DISCUSS] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-03-19 Thread Kirk True
Hi Nelson, Piggybacking on KIP-1030 seems like the perfect solution. The configuration name change sounds good, too. Thanks, Kirk > On Mar 18, 2024, at 2:21 PM, Nelson B. wrote: > > Hi Kirk, > > Thanks for your comments! > > 1. I think we can use KIP-1030 >

[VOTE] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-03-19 Thread Nelson B.
Hi all, I would like to start a vote on KIP-1025 , which would optionally URL-encode clientID and clientSecret in the authorization header. I feel like all possib

[jira] [Created] (KAFKA-16388) add production-ready test of 3.3 - 3.6 release to MetadataVersionTest.testFromVersionString

2024-03-19 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-16388: -- Summary: add production-ready test of 3.3 - 3.6 release to MetadataVersionTest.testFromVersionString Key: KAFKA-16388 URL: https://issues.apache.org/jira/browse/KAFKA-16388

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.7 #114

2024-03-19 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-16367) Full ConsumerGroupHeartbeat response must be sent when full request is received

2024-03-19 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-16367. - Fix Version/s: 3.8.0 Resolution: Fixed > Full ConsumerGroupHeartbeat response must be sen

[jira] [Created] (KAFKA-16389) consumer_test.py’s test_valid_assignment fails with new consumer

2024-03-19 Thread Kirk True (Jira)
Kirk True created KAFKA-16389: - Summary: consumer_test.py’s test_valid_assignment fails with new consumer Key: KAFKA-16389 URL: https://issues.apache.org/jira/browse/KAFKA-16389 Project: Kafka I

[jira] [Resolved] (KAFKA-12187) replace assertTrue(obj instanceof X) by assertInstanceOf when we update to JUnit 5.8

2024-03-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-12187. Fix Version/s: 3.8.0 Resolution: Fixed > replace assertTrue(obj instanceof X) by as

[jira] [Resolved] (KAFKA-12217) Apply the new features of Junit 5.8 to code base

2024-03-19 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-12217. Resolution: Fixed > Apply the new features of Junit 5.8 to code base > ---

[jira] [Created] (KAFKA-16390) consumer_bench_test.py failed using AsyncKafkaConsumer

2024-03-19 Thread Philip Nee (Jira)
Philip Nee created KAFKA-16390: -- Summary: consumer_bench_test.py failed using AsyncKafkaConsumer Key: KAFKA-16390 URL: https://issues.apache.org/jira/browse/KAFKA-16390 Project: Kafka Issue Type

[jira] [Created] (KAFKA-16391) Cleanup .lock file after server is down

2024-03-19 Thread PoAn Yang (Jira)
PoAn Yang created KAFKA-16391: - Summary: Cleanup .lock file after server is down Key: KAFKA-16391 URL: https://issues.apache.org/jira/browse/KAFKA-16391 Project: Kafka Issue Type: Improvement