Jenkins build is still unstable: Kafka » Kafka PowerPC Daily » test-powerpc #352

2025-07-07 Thread Apache Jenkins Server
See

Re: [PR] Add Dattell as powered by Kafka [kafka-site]

2025-07-07 Thread via GitHub
chia7712 commented on code in PR #698: URL: https://github.com/apache/kafka-site/pull/698#discussion_r2191175149 ## powered-by.html: ## @@ -2,6 +2,12 @@

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

2025-07-07 Thread Chia-Ping Tsai
hi all, JR11. There is an existing config interceptor.classes that allows an empty > list and it makes intuitive sense. So, it seems that it's ok to support > empty lists in general. Given that, it's probably simpler to just allow > log.cleanup.policy to be empty and properly support it? yes, th

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

2025-07-07 Thread Jun Rao
Hi, Jiunn-Yang, Thanks for the reply. JR10. Regarding supporting the null value, I am not sure how one could set a null value in a config file. For example, if you set the following in a config file. configkey= The value of configkey will be an empty list, instead of null, right? Null could ma

Re: [DISCUSS] KIP-1190: Add a metric for controller thread idleness

2025-07-07 Thread Jonah Hooper
Thanks for the KIP, Mahsa. Have one initial question: > The ratio of time the controller thread is idle relative to the total time > (idle+active). How is the active and idle time calculated? Is it in total over the time period in which the controller is active? Or is there a specific window pe

RE: [DISCUSS] KIP-1190: Add a metric for controller thread idleness

2025-07-07 Thread Kevin Wu
Hi Mahsa, Thanks for the KIP. In the Motivation section, can we state why the current metrics involving the controller's event queue thread -- time spent in the queue and process time -- are not sufficient? Can we also match the naming style of those other event queue metrics for consistency (i.e

Re: [PR] Add Dattell as powered by Kafka [kafka-site]

2025-07-07 Thread via GitHub
scientistprogrammer commented on PR #698: URL: https://github.com/apache/kafka-site/pull/698#issuecomment-3046148590 Hi all — just following up. I saw the example in #662 where the contributor force-pushed their change to asf-site, but I don’t have push access to do the same. Would s

[jira] [Resolved] (KAFKA-18977) Fix flaky streams_smoke_test

2025-07-07 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18977. Resolution: Duplicate see KAFKA-19429 > Fix flaky streams_smoke_test > --

[jira] [Created] (KAFKA-19478) Optimize sticky assignor

2025-07-07 Thread Lucas Brutschy (Jira)
Lucas Brutschy created KAFKA-19478: -- Summary: Optimize sticky assignor Key: KAFKA-19478 URL: https://issues.apache.org/jira/browse/KAFKA-19478 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-19477) Sticky Assignor JMH Benchmark

2025-07-07 Thread Lucas Brutschy (Jira)
Lucas Brutschy created KAFKA-19477: -- Summary: Sticky Assignor JMH Benchmark Key: KAFKA-19477 URL: https://issues.apache.org/jira/browse/KAFKA-19477 Project: Kafka Issue Type: Sub-task

Re: [DISCUSS] Apache Kafka 4.1.0 release

2025-07-07 Thread Chia-Ping Tsai
for another, I backported https://github.com/apache/kafka/commit/f14e60fc8fa9bbffcd1b46b899a0cbb17f24745d, which is just a test migration, to reduce the conflicts when backporting KAFKA-19397 On 2025/07/07 08:22:54 Chia-Ping Tsai wrote: > hi Mickael > > I have merged https://github.com/apache/

Re: [DISCUSS] Apache Kafka 4.1.0 release

2025-07-07 Thread Chia-Ping Tsai
hi Mickael I have merged https://github.com/apache/kafka/pull/20112 to enable CI to run for branch 4.1 Also, I will backport KAFKA-19397 (https://github.com/apache/kafka/pull/20109) to branch 4.1 if CI looks good. Best, Chia-Ping On 2025/06/10 12:53:16 Mickael Maison wrote: > Hi, > > We are