Re: [ANNOUNCE] Apache Kafka 3.7.2

2024-12-13 Thread 黃竣陽
Thanks for running the release. Jiunn-Yang > Luke Chen 於 2024年12月14日 下午3:41 寫道: > > Thanks for running the release, Matthias! > > Luke > > On Sat, Dec 14, 2024 at 3:21 PM David Jacot wrote: > >> Thanks for running the release! >> >> Le sam. 14 déc. 2024 à 00:33, Bill Bejeck a écrit : >>

[jira] [Resolved] (KAFKA-17928) Make remote log manager thread-pool configs dynamic

2024-12-13 Thread Kamal Chandraprakash (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamal Chandraprakash resolved KAFKA-17928. -- Resolution: Fixed > Make remote log manager thread-pool configs dynamic >

Re: [ANNOUNCE] Apache Kafka 3.7.2

2024-12-13 Thread Luke Chen
Thanks for running the release, Matthias! Luke On Sat, Dec 14, 2024 at 3:21 PM David Jacot wrote: > Thanks for running the release! > > Le sam. 14 déc. 2024 à 00:33, Bill Bejeck a écrit : > > > Thanks for running the release, Matthias! > > This one has some important fixes. > > > > -Bill > > >

Re: [ANNOUNCE] Apache Kafka 3.7.2

2024-12-13 Thread David Jacot
Thanks for running the release! Le sam. 14 déc. 2024 à 00:33, Bill Bejeck a écrit : > Thanks for running the release, Matthias! > This one has some important fixes. > > -Bill > > On Fri, Dec 13, 2024 at 6:17 PM Matthias J. Sax wrote: > > > The Apache Kafka community is pleased to announce the r

RE: [VOTE] KIP-1118: Add Deadlock Protection on Producer Network Thread

2024-12-13 Thread Jhen-Yung Hsu
+1 (non-binding)

[jira] [Created] (KAFKA-18242) The java code in core module is NOT configured with suitable release version

2024-12-13 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18242: -- Summary: The java code in core module is NOT configured with suitable release version Key: KAFKA-18242 URL: https://issues.apache.org/jira/browse/KAFKA-18242 Proj

Re: [DISCUSS] KIP-1034: Dead letter queue in Kafka Streams

2024-12-13 Thread Matthias J. Sax
BC9: I did read up and play aroud a little bit. Enums do have a static number which the compiler assings to them, it's call the `ordinal`. And yes, switch statements and `==` are base on this orginal. Inside KS code base, we assing a custom `int id` variable though, that we also guarantee to n

[jira] [Resolved] (KAFKA-17858) Remove ZK-related configuration from the log4j configuration.

2024-12-13 Thread TengYao Chi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TengYao Chi resolved KAFKA-17858. - Resolution: Done > Remove ZK-related configuration from the log4j configuration. > -

[jira] [Created] (KAFKA-18241) add docs check to CI

2024-12-13 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18241: -- Summary: add docs check to CI Key: KAFKA-18241 URL: https://issues.apache.org/jira/browse/KAFKA-18241 Project: Kafka Issue Type: Improvement

[jira] [Reopened] (KAFKA-17889) Consider replacing `.properties` files with yaml format for Log4j configuration

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened KAFKA-17889: > Consider replacing `.properties` files with yaml format for Log4j > configuration > ---

[jira] [Resolved] (KAFKA-17889) Consider replacing `.properties` files with yaml format for Log4j configuration

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17889. Resolution: Duplicate > Consider replacing `.properties` files with yaml format for Log4j

[jira] [Created] (KAFKA-18240) Remove nonexistent `LOG4J_CONFIG` from transactional_message_copier.py

2024-12-13 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18240: -- Summary: Remove nonexistent `LOG4J_CONFIG` from transactional_message_copier.py Key: KAFKA-18240 URL: https://issues.apache.org/jira/browse/KAFKA-18240 Project: K

[jira] [Created] (KAFKA-18239) Passing `Cluster` to ClientQuotaCallback#updateClusterMetadata is too expensive

2024-12-13 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18239: -- Summary: Passing `Cluster` to ClientQuotaCallback#updateClusterMetadata is too expensive Key: KAFKA-18239 URL: https://issues.apache.org/jira/browse/KAFKA-18239

[jira] [Resolved] (KAFKA-17889) Consider replacing `.properties` files with yaml format for Log4j configuration

2024-12-13 Thread TengYao Chi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TengYao Chi resolved KAFKA-17889. - Resolution: Fixed > Consider replacing `.properties` files with yaml format for Log4j > configu

[jira] [Created] (KAFKA-18238) Identify the first commit where a test became flaky

2024-12-13 Thread David Arthur (Jira)
David Arthur created KAFKA-18238: Summary: Identify the first commit where a test became flaky Key: KAFKA-18238 URL: https://issues.apache.org/jira/browse/KAFKA-18238 Project: Kafka Issue Typ

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

2024-12-13 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-18181) Refactor ShareConsumerTest

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18181. Fix Version/s: 4.0.0 Resolution: Fixed > Refactor ShareConsumerTest > -

Re: [PR] MINOR: update docs for 3.7.2 release [kafka-site]

2024-12-13 Thread via GitHub
chia7712 commented on PR #652: URL: https://github.com/apache/kafka-site/pull/652#issuecomment-2542607897 > You wanna work on 18237 yourself? I would have done it as part of RM duty, but if you want to pick it up, also fine with me. Just let me know. yes, please let us take over it.

Re: [PR] MINOR: update docs for 3.7.2 release [kafka-site]

2024-12-13 Thread via GitHub
mjsax commented on PR #652: URL: https://github.com/apache/kafka-site/pull/652#issuecomment-2542589519 @chia7712 -- wow -- you are fast... Done :) You wanna work on 18237 yourself? I would have done it as part of RM duty, but if you want to pick it up, also fine with me. Just let me

Re: [DISCUSS] KIP-1034: Dead letter queue in Kafka Streams

2024-12-13 Thread Matthias J. Sax
About BC8, thanks for clarifying. I did indeed misunderstand you. I see now what you are saying; I like your proposal. -Matthias On 12/13/24 1:21 AM, Bruno Cadonna wrote: Hi Matthias, I believe there is a misunderstanding regarding BC8. BC8 I propose to rename the enum type from "Producti

Re: [PR] MINOR: update docs for 3.7.2 release [kafka-site]

2024-12-13 Thread via GitHub
chia7712 commented on PR #652: URL: https://github.com/apache/kafka-site/pull/652#issuecomment-2542556651 @mjsax I have opened [KAFKA-18237](https://issues.apache.org/jira/browse/KAFKA-18237) to add version 3.7.2 to the end-to-end tests. Could you please assist me in uploading 3.7.2 to htt

[jira] [Created] (KAFKA-18237) add 3.7.2 to e2e

2024-12-13 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18237: -- Summary: add 3.7.2 to e2e Key: KAFKA-18237 URL: https://issues.apache.org/jira/browse/KAFKA-18237 Project: Kafka Issue Type: Improvement Repo

[jira] [Resolved] (KAFKA-6678) Upgrade dependencies with later release versions

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-6678. --- Resolution: Won't Fix close stale ticket > Upgrade dependencies with later release versions

Re: [ANNOUNCE] Apache Kafka 3.7.2

2024-12-13 Thread Bill Bejeck
Thanks for running the release, Matthias! This one has some important fixes. -Bill On Fri, Dec 13, 2024 at 6:17 PM Matthias J. Sax wrote: > The Apache Kafka community is pleased to announce the release for Apache > Kafka 3.7.2 > > This is a bug-fix release, closing 21 Jira tickets. > > All of t

[ANNOUNCE] Apache Kafka 3.7.2

2024-12-13 Thread Matthias J. Sax
The Apache Kafka community is pleased to announce the release for Apache Kafka 3.7.2 This is a bug-fix release, closing 21 Jira tickets. All of the changes in this release can be found in the release notes: https://www.apache.org/dist/kafka/3.7.2/RELEASE_NOTES.html You can download the source

Re: [PR] MINOR: update docs for 3.7.2 release [kafka-site]

2024-12-13 Thread via GitHub
mjsax merged PR #652: URL: https://github.com/apache/kafka-site/pull/652 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.or

[jira] [Resolved] (KAFKA-18236) set readable display name to SslTransportLayerTest

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18236. Resolution: Won't Fix this is invalid as it does print readable name :( > set readable di

[jira] [Created] (KAFKA-18236) set readable display name to SslTransportLayerTest

2024-12-13 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18236: -- Summary: set readable display name to SslTransportLayerTest Key: KAFKA-18236 URL: https://issues.apache.org/jira/browse/KAFKA-18236 Project: Kafka Issue

Re: [VOTE] KIP-1118: Add Deadlock Protection on Producer Network Thread

2024-12-13 Thread Kirk True
+1 (non-binding) On Sun, Dec 8, 2024, at 6:32 PM, TengYao Chi wrote: > Hi everyone, > > Based on our discussion > regarding > KIP-1118 >

[jira] [Created] (KAFKA-18235) can't build release tar due to broken genConnectOpenAPIDocs task

2024-12-13 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18235: -- Summary: can't build release tar due to broken genConnectOpenAPIDocs task Key: KAFKA-18235 URL: https://issues.apache.org/jira/browse/KAFKA-18235 Project: Kafka

[jira] [Resolved] (KAFKA-17507) WriteTxnMarkers API must not return until markers are written and materialized in group coordinator's cache

2024-12-13 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-17507. Resolution: Fixed > WriteTxnMarkers API must not return until markers are written and > m

[jira] [Resolved] (KAFKA-18183) ClusterInstance's helper should use byte array instead of Bytes in creating producer/consumer

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18183. Fix Version/s: 4.0.0 Resolution: Fixed > ClusterInstance's helper should use byte a

[jira] [Resolved] (KAFKA-18203) Add a section for Java version in intellij idea in README

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18203. Fix Version/s: 4.0.0 Resolution: Fixed > Add a section for Java version in intellij

[jira] [Resolved] (KAFKA-18228) The MetricsDuringTopicCreationDeletionTest should delete topics to ensure that the metrics are recreated.

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18228. Fix Version/s: 4.0.0 Resolution: Fixed > The MetricsDuringTopicCreationDeletionTest

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.9 #125

2024-12-13 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-18218) Trogdor system test can't find coordinator

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18218. Fix Version/s: 4.0.0 Resolution: Fixed > Trogdor system test can't find coordinator

Re: [DISCUSS] KIP-1109: Unifying Kafka Consumer Topic Metrics

2024-12-13 Thread Apoorv Mittal
Hi Andrew, Thanks, I have corrected the text. Regards, Apoorv Mittal On Fri, Dec 13, 2024 at 1:56 PM Andrew Schofield < andrew_schofield_j...@outlook.com> wrote: > Hi Apoorv, > Thanks for the KIP. Just one small error that is probably worth fixing. > > AS1: It says "However for backward compat

Re: [DISCUSS] Apache Kafka 4.0.0 release

2024-12-13 Thread Chia-Ping Tsai
hi DJ I have merged the PR ( https://github.com/apache/kafka/commit/b37b89c6686f5270b37d39cf3144bccb4f5bceb2 ) will keep testing the related e2e Best, Chia-Ping David Jacot 於 2024年12月13日 週五 下午3:53寫道: > Hi Mickael/Chia-Ping, > Regarding KIP-653: Upgrade log4j to log4j2, would it be possible to

[jira] [Resolved] (KAFKA-9366) Upgrade log4j to log4j2

2024-12-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-9366. --- Resolution: Fixed > Upgrade log4j to log4j2 > --- > > Key

[jira] [Created] (KAFKA-18234) DumpLogSegments cannot print ConsumerGroupRegularExpression record

2024-12-13 Thread Kuan Po Tseng (Jira)
Kuan Po Tseng created KAFKA-18234: - Summary: DumpLogSegments cannot print ConsumerGroupRegularExpression record Key: KAFKA-18234 URL: https://issues.apache.org/jira/browse/KAFKA-18234 Project: Kafka

[jira] [Resolved] (KAFKA-18174) Handle hdr histogram exceptions gracefully

2024-12-13 Thread Jeff Kim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Kim resolved KAFKA-18174. -- Fix Version/s: 4.0.0 Resolution: Fixed > Handle hdr histogram exceptions gracefully > -

Re: [VOTE] KIP-1109: Unifying Kafka Consumer Topic Metrics

2024-12-13 Thread Andrew Schofield
Hi Apoorv, Thanks for the KIP. +1 (binding) Andrew From: Chia-Ping Tsai Sent: 13 December 2024 01:30 To: dev@kafka.apache.org Subject: Re: [VOTE] KIP-1109: Unifying Kafka Consumer Topic Metrics +1 (binding) Apoorv Mittal 於 2024年12月13日 週五 上午8:26寫道: >

Re: [DISCUSS] KIP-1109: Unifying Kafka Consumer Topic Metrics

2024-12-13 Thread Andrew Schofield
Hi Apoorv, Thanks for the KIP. Just one small error that is probably worth fixing. AS1: It says "However for backward compatibility, the period replaced metrics will also be emitted and shall be deprecated in future Kafka version (5.0)". I think you mean "However for backward compatibility, the

[jira] [Reopened] (KAFKA-17507) WriteTxnMarkers API must not return until markers are written and materialized in group coordinator's cache

2024-12-13 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot reopened KAFKA-17507: - > WriteTxnMarkers API must not return until markers are written and > materialized in group coordin

[jira] [Created] (KAFKA-18233) Mirrormaker 2 All Worker tasks graceful shutdown fails after which the consumer group offsets are replicated .

2024-12-13 Thread Harshit Pedamkar (Jira)
Harshit Pedamkar created KAFKA-18233: Summary: Mirrormaker 2 All Worker tasks graceful shutdown fails after which the consumer group offsets are replicated . Key: KAFKA-18233 URL: https://issues.apache.org/jir

[jira] [Resolved] (KAFKA-18199) Incorrect size calculation for ConsumerGroupMemberMetadataValue.classicMemberMetadata

2024-12-13 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-18199. - Fix Version/s: 3.9.1 Resolution: Fixed > Incorrect size calculation for > ConsumerGroupM

[jira] [Created] (KAFKA-18232) Prune share state topic metrics

2024-12-13 Thread Sushant Mahajan (Jira)
Sushant Mahajan created KAFKA-18232: --- Summary: Prune share state topic metrics Key: KAFKA-18232 URL: https://issues.apache.org/jira/browse/KAFKA-18232 Project: Kafka Issue Type: Sub-task

Re: [VOTE]: KIP-1071: Streams Rebalance Protocol

2024-12-13 Thread Lucas Brutschy
Thank you all for voting! The KIP is now accepted with: 3 binding +1 (Sophie, Andrew, Bill). 2 non-binding +1 (Alieh, Colt). No -1 or 0 votes. We will target 4.1 for a non-production opt-in implementation of this KIP. On Tue, Dec 10, 2024 at 1:18 AM Sophie Blee-Goldman wrote: > > +1 (binding)

[jira] [Resolved] (KAFKA-17750) Extend kafka-consumer-groups command line tool to support new consumer group

2024-12-13 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-17750. - Fix Version/s: 4.0.0 Resolution: Fixed > Extend kafka-consumer-groups command line tool t

Re: [DISCUSS] KIP-1034: Dead letter queue in Kafka Streams

2024-12-13 Thread Bruno Cadonna
Hi Matthias, I believe there is a misunderstanding regarding BC8. BC8 I propose to rename the enum type from "ProductionExceptionHandler.ProductionExceptionHandlerResponse" to "ProductionExceptionHandler.Result". Currently in the KIP, the handler returns an object of type ProductionExceptio

[jira] [Created] (KAFKA-18231) fix e2e reassign_partitions_test

2024-12-13 Thread TaiJuWu (Jira)
TaiJuWu created KAFKA-18231: --- Summary: fix e2e reassign_partitions_test Key: KAFKA-18231 URL: https://issues.apache.org/jira/browse/KAFKA-18231 Project: Kafka Issue Type: Test Reporter:

Re: [VOTE] KIP-1098: Reverse Checkpointing in MirrorMaker

2024-12-13 Thread Dániel Urbán
Bumping - please consider voting on this KIP. TIA Daniel Dániel Urbán ezt írta (időpont: 2024. dec. 9., H, 9:06): > Gentle bump - please consider checking the KIP and voting. > Daniel > > Dániel Urbán ezt írta (időpont: 2024. dec. 5., > Cs, 12:08): > >> Bumping this vote - the change has a rela