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

2024-07-04 Thread Haruki Okada
Hi, Thank you for the KIP. The motivation sounds make sense to me. I have a few questions: - [nits] "AlterPartitions request" in Error handling section is "AlterPartitionReassignments request" actually, right? - Don't we need to include cordoned information in DescribeLogDirs response too? Some

[jira] [Resolved] (KAFKA-17059) Remove `dynamicConfigOverride` from KafkaConfig

2024-07-04 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17059. Fix Version/s: 3.9.0 Resolution: Fixed > Remove `dynamicConfigOverride` from KafkaC

Re: [DISCUSS] - KIP-1064: Upgrade slf4j to 2.x

2024-07-04 Thread Chia-Ping Tsai
> > Or do we also provide other binding jars for logback, log4j, simple etc ? yep, that is a solution which kafka can have strong dependencies on those, but we need to reach the consensus about "which" providers should be included Muralidhar Basani 於 2024年7月5日 週五 上午3:50寫道: > Hi Chia, > Thank y

Re: [DISCUSS] - KIP-1064: Upgrade slf4j to 2.x

2024-07-04 Thread Muralidhar Basani
Hi Chia, Thank you for dropping by on this. I have updated both the discussion thread and the Compatibility section partly. But I would like to discuss a bit more about this and update. 3. how to keep the compatibility of updating slf4j version in the future? According to slf4j compatibility ( ht

[jira] [Created] (KAFKA-17082) Rewrite `LogCaptureAppender` by java

2024-07-04 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17082: -- Summary: Rewrite `LogCaptureAppender` by java Key: KAFKA-17082 URL: https://issues.apache.org/jira/browse/KAFKA-17082 Project: Kafka Issue Type: Improvem

Re: [DISCUSS] - KIP-1064: Upgrade slf4j to 2.x

2024-07-04 Thread Chia-Ping Tsai
hi Muralidhar thanks for writing the KIP. Please take a look at following comments: 1. please update the Discussion thread. it has incorrect link 2. please complete the section "Compatibility, Deprecation, and Migration Plan". We had a good discussion in the PR ( https://github.com/apache/kafka

[jira] [Resolved] (KAFKA-16944) Range assignor doesn't co-partition with stickiness

2024-07-04 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-16944. - Fix Version/s: 3.9.0 Resolution: Fixed > Range assignor doesn't co-partition with stickin

Re: [DISCUSS] KIP-1059: Enable the Producer flush() method to clear the latest send() error

2024-07-04 Thread Alieh Saeedi
Salut from the KIP’s author Clarifying two points: 1) broker side errors: As far as I remember we are not going to cover the errors originating from the broker! A historical fact: One of the debate points in KIP-1038 was that by defining a producer custom handler, the user may assume that bro

Re: [DISCUSS] KIP-1051 Statically configured log replication throttling

2024-07-04 Thread Harry Fallows
Hi everyone, Bumping this one last time before I call a vote. Please take a look if you're interested in replication throttling and/or static/dynamic config. Kind regards, Harry On Thursday, 13 June 2024 at 19:39, Harry Fallows wrote: > Hi Hector, > > I did see your colleague's KIP, and I a

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

2024-07-04 Thread Mickael Maison
Hi, I'd like to start a discussion on KIP-1066 that introduces a mechanism to cordon log directories and brokers. https://cwiki.apache.org/confluence/display/KAFKA/KIP-1066%3A+Mechanism+to+cordon+brokers+and+log+directories Thanks, Mickael

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-07-04 Thread Josep Prat
Thanks Luke! -- Josep Prat Open Source Engineering Director, Aiven josep.p...@aiven.io | +491715557497 | aiven.io Aiven Deutschland GmbH Alexanderufer 3-7, 10117 Berlin Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen Amtsgericht Charlottenburg, HRB 209739 B On Thu, Jul 4, 2

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-07-04 Thread Luke Chen
Hi Josep, I had run tests for tests/kafkatest/tests/client/quota_test.py based on 3.8 branch, and they all passed. *19:54:24* *19:54:24* SESSION REPORT (ALL TESTS)*19:54:24* ducktape version: 0.11.4*19:54:24* ses

[jira] [Created] (KAFKA-17081) Tweak GroupCoordinatorConfig: re-introduce local attributes and validation

2024-07-04 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17081: -- Summary: Tweak GroupCoordinatorConfig: re-introduce local attributes and validation Key: KAFKA-17081 URL: https://issues.apache.org/jira/browse/KAFKA-17081 Projec

[jira] [Resolved] (KAFKA-17058) Extend CoordinatorRuntime to support non-atomic writes

2024-07-04 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-17058. - Fix Version/s: 3.9.0 Resolution: Fixed > Extend CoordinatorRuntime to support non-atomic

Re: [VOTE] KIP-752: Support --bootstrap-server in ReplicaVerificationTool

2024-07-04 Thread Chia-Ping Tsai
hi Dongjin I have assigned https://issues.apache.org/jira/browse/KAFKA-17073 to you. thanks for you to take over it :) On 2024/07/04 05:38:42 Dongjin Lee wrote: > Okay, Ismael's opinion seems reasonable, so I will follow it. > > Then, could you please assign me the deprecation issue & KIP? Sinc

[jira] [Created] (KAFKA-17080) bump metadata version for topic Record

2024-07-04 Thread Luke Chen (Jira)
Luke Chen created KAFKA-17080: - Summary: bump metadata version for topic Record Key: KAFKA-17080 URL: https://issues.apache.org/jira/browse/KAFKA-17080 Project: Kafka Issue Type: Sub-task

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-07-04 Thread Josep Prat
Hi Luke, Thanks for the pointer, if you have an environment where you can run the tests I would highly appreciate it! I managed to run this test suite locally and currently only this one fails consistently, the rest pass: Module: kafkatest.tests.client.quota_test Class: QuotaTest Method: test_q

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-07-04 Thread Luke Chen
Hi Josep, For this - QuotaTest --> speaking with Bruno we suspect there is a problem with the test setup, failed with "ValueError: max() arg is an empty sequence" It's a known issue: KAFKA-16138 . It should be passed with local specific tests ru

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

2024-07-04 Thread Apache Jenkins Server
See

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-07-04 Thread Josep Prat
Hi all, We have had 2[1][2] runs of the system tests since the last blocker was merged on 3.8. So far we have 19 tests that failed on both runs. I've compiled them in this list[3]. There seems to these different categories of failing tests: - QuotaTest --> speaking with Bruno we suspect there is