[jira] [Created] (KAFKA-17158) Method 'cleanupLogs' can not delete old logSegements after invoking ALTER_REPLICA_LOG_DIRS

2024-07-18 Thread fujian.zfj (Jira)
fujian.zfj created KAFKA-17158: -- Summary: Method 'cleanupLogs' can not delete old logSegements after invoking ALTER_REPLICA_LOG_DIRS Key: KAFKA-17158 URL: https://issues.apache.org/jira/browse/KAFKA-17158

Re: [DISCUSS] Apache Kafka 3.8.0 release

2024-07-18 Thread Josep Prat
I'm starting with the process now. Best, On Thu, Jul 18, 2024 at 2:12 AM Greg Harris wrote: > Hi all, > > We found a blocker in 3.8.0-rc1 > https://issues.apache.org/jira/browse/KAFKA-17150 that is now merged to > trunk and backported to 3.8. > Additionally I've merged and backported the lower-

[VOTE] 3.8.0 RC2

2024-07-18 Thread Josep Prat
Hello Kafka users, developers and client-developers, This is the third candidate for release of Apache Kafka 3.8.0. Some of the major features included in this release are: * KIP-1028: Docker Official Image for Apache Kafka * KIP-974: Docker Image for GraalVM based Native Kafka Broker * KIP-1036:

[jira] [Resolved] (KAFKA-17141) "DescribeTopicPartitions API is not supported" warning message confuses users

2024-07-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17141. Fix Version/s: 3.9.0 Resolution: Fixed > "DescribeTopicPartitions API is not suppor

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.8 #71

2024-07-18 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-17135) Add unit test for `ProducerStateManager#readSnapshot` and `ProducerStateManager#writeSnapshot`

2024-07-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17135. Fix Version/s: 3.9.0 Resolution: Fixed > Add unit test for `ProducerStateManager#re

[jira] [Resolved] (KAFKA-15773) Group protocol configuration should be validated

2024-07-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-15773. Resolution: Fixed > Group protocol configuration should be validated > ---

Build failed in Jenkins: Kafka » Kafka PowerPC Daily » 3.6 #1

2024-07-18 Thread Apache Jenkins Server
See Changes: -- [...truncated 65 lines...] [2024-07-18T10:39:41.098Z] Cloning with configured refspecs honoured and without tags [2024-07-18T10:39:41.586Z] ER

Build failed in Jenkins: Kafka » Kafka PowerPC Daily » 3.8 #1

2024-07-18 Thread Apache Jenkins Server
See Changes: -- Branch indexing Connecting to https://api.github.com using 76764/** (ASF Cloudbees Jenkins ci-builds) Obtained Jenkinsfile from 0172280427

Build failed in Jenkins: Kafka » Kafka PowerPC Daily » 3.5 #1

2024-07-18 Thread Apache Jenkins Server
See Changes: -- [...truncated 9 lines...] [Pipeline] { (Branch: JDK 17 and Scala 2.13) [Pipeline] { (Branch: JDK 8 and Scala 2.13) [Pipeline] { (Branch: JDK 11

Build failed in Jenkins: Kafka » Kafka PowerPC Daily » 3.1 #1

2024-07-18 Thread Apache Jenkins Server
See Changes: -- [...truncated 3 lines...] [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: JDK 8 an

Build failed in Jenkins: Kafka » Kafka PowerPC Daily » 3.0 #1

2024-07-18 Thread Apache Jenkins Server
See Changes: -- [...truncated 196 lines...] [2024-07-18T10:39:42.875Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2024-07-18T

Build failed in Jenkins: Kafka » Kafka PowerPC Daily » 2.8 #1

2024-07-18 Thread Apache Jenkins Server
See Changes: -- [...truncated 39 lines...] [Pipeline] { [Pipeline] timeout Timeout set to expire in 8 hr 0 min [Pipeline] { [Pipeline] timeout Timeout set to e

[jira] [Resolved] (KAFKA-17142) Fix deadlock caused by LogManagerTest#testLogRecoveryMetrics

2024-07-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17142. Fix Version/s: 3.9.0 Assignee: PoAn Yang (was: Chia-Ping Tsai) Resolution:

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

2024-07-18 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-16975) The error message of creating `__cluster_metadata` should NOT be "Authorization failed"

2024-07-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16975. Fix Version/s: 3.9.0 Resolution: Fixed > The error message of creating `__cluster_m

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

2024-07-18 Thread Kamal Chandraprakash
Hi Harry, Thanks for the updates! Yes, the proposed metric looks good. If the user runs the kafka-reassign-partitions script with throttle set, then the static throttle gets overwritten until the reassignment gets completed. Can you clarify this on the KIP? -- Kamal On Sun, Jul 14, 2024 at 9

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

2024-07-18 Thread Andrew Schofield
Hi Lucas and Bruno, Thanks for the great KIP. I've read through the document and have some initial comments. AS1: I suppose that there is a new o.a.k.common.GroupType.STREAMS enumeration constant. This is a change to the public interface and should be called out. AS2: Since streams groups are n

[jira] [Created] (KAFKA-17159) Make sure kafka-cluster-test-kit-executor get down when closing KafkaClusterTestKit

2024-07-18 Thread PoAn Yang (Jira)
PoAn Yang created KAFKA-17159: - Summary: Make sure kafka-cluster-test-kit-executor get down when closing KafkaClusterTestKit Key: KAFKA-17159 URL: https://issues.apache.org/jira/browse/KAFKA-17159 Project

[jira] [Created] (KAFKA-17160) Always import `mockito-inline` if the mockito version is 4.x

2024-07-18 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17160: -- Summary: Always import `mockito-inline` if the mockito version is 4.x Key: KAFKA-17160 URL: https://issues.apache.org/jira/browse/KAFKA-17160 Project: Kafka

[jira] [Created] (KAFKA-17161) REST Jersey metric names are inconsistent

2024-07-18 Thread Doug Hoard (Jira)
Doug Hoard created KAFKA-17161: -- Summary: REST Jersey metric names are inconsistent Key: KAFKA-17161 URL: https://issues.apache.org/jira/browse/KAFKA-17161 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-17162) DefaultTaskManagerTest may leak AwaitingRunnable thread

2024-07-18 Thread Ao Li (Jira)
Ao Li created KAFKA-17162: - Summary: DefaultTaskManagerTest may leak AwaitingRunnable thread Key: KAFKA-17162 URL: https://issues.apache.org/jira/browse/KAFKA-17162 Project: Kafka Issue Type: Bug

Re: [DISCUSS] KIP-1043: Administration of groups

2024-07-18 Thread Apoorv Mittal
Hi Andrew, Thanks for the KIP. The group administration is getting difficult with new types of groups being added and certainly the proposal looks great. I have some questions: AM1: The current proposal defines the behaviour for listing and describing groups, simplifying create for `kafka-share-gr

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

2024-07-18 Thread Apache Jenkins Server
See

Support Needed

2024-07-18 Thread MIMOUNI WAFAA
Dear Dev Kafka Team, I hope this message finds you well. I am writing to seek your assistance regarding an issue I am facing with real-time logs. I am currently encountering an issue with the compact log functionality while using the Debezium connector with Apache Kafka to capture data changes

[jira] [Created] (KAFKA-17163) Revisit testSubscriptionOnInvalidTopic for AsyncKafkaConsumer

2024-07-18 Thread Lianet Magrans (Jira)
Lianet Magrans created KAFKA-17163: -- Summary: Revisit testSubscriptionOnInvalidTopic for AsyncKafkaConsumer Key: KAFKA-17163 URL: https://issues.apache.org/jira/browse/KAFKA-17163 Project: Kafka

[jira] [Created] (KAFKA-17164) Consider to enforce application.server : format at config level

2024-07-18 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17164: --- Summary: Consider to enforce application.server : format at config level Key: KAFKA-17164 URL: https://issues.apache.org/jira/browse/KAFKA-17164 Project: Kafka

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

2024-07-18 Thread Apache Jenkins Server
See

Re: [PR] Update powered-by_adding SPITHA.html [kafka-site]

2024-07-18 Thread via GitHub
mjsax merged PR #611: URL: https://github.com/apache/kafka-site/pull/611 -- 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

Re: [PR] Update powered-by_adding SPITHA.html [kafka-site]

2024-07-18 Thread via GitHub
mjsax commented on PR #611: URL: https://github.com/apache/kafka-site/pull/611#issuecomment-2237776445 Ah thanks. It's there now. Did not see it yesterday. Not sure why... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[jira] [Created] (KAFKA-17165) Revisit LeaderEpochFileCache#writeToFileForTruncation

2024-07-18 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17165: -- Summary: Revisit LeaderEpochFileCache#writeToFileForTruncation Key: KAFKA-17165 URL: https://issues.apache.org/jira/browse/KAFKA-17165 Project: Kafka Iss

[jira] [Created] (KAFKA-17166) Use `NoOpScheduler` to rewrite LogManagerTest#testLogRecoveryMetrics

2024-07-18 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17166: -- Summary: Use `NoOpScheduler` to rewrite LogManagerTest#testLogRecoveryMetrics Key: KAFKA-17166 URL: https://issues.apache.org/jira/browse/KAFKA-17166 Project: Kaf

[jira] [Created] (KAFKA-17167) Moving the flush call inside the read lock when writing truncation

2024-07-18 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17167: -- Summary: Moving the flush call inside the read lock when writing truncation Key: KAFKA-17167 URL: https://issues.apache.org/jira/browse/KAFKA-17167 Project: Kafka

[jira] [Resolved] (KAFKA-17118) Remove StorageTool#buildMetadataProperties

2024-07-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17118. Fix Version/s: 3.9.0 Resolution: Fixed > Remove StorageTool#buildMetadataProperties

[jira] [Resolved] (KAFKA-17122) Change the type of `clusterId` from `UUID` to `String`

2024-07-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17122. Fix Version/s: 3.9.0 Resolution: Fixed > Change the type of `clusterId` from `UUID`

[jira] [Resolved] (KAFKA-17077) the node.id is inconsistent to broker.id when "broker.id.generation.enable=true"

2024-07-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17077. Fix Version/s: 3.9.0 Resolution: Fixed > the node.id is inconsistent to broker.id w

[jira] [Resolved] (KAFKA-17095) Fix the typo: CreateableTopicConfig -> CreatableTopicConfig

2024-07-18 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17095. Fix Version/s: 3.9.0 Resolution: Fixed > Fix the typo: CreateableTopicConfig -> Cre

[jira] [Created] (KAFKA-17168) The logPrefix of RemoteLogReader/RemoteStorageThreadPool is not propagated correctly

2024-07-18 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17168: -- Summary: The logPrefix of RemoteLogReader/RemoteStorageThreadPool is not propagated correctly Key: KAFKA-17168 URL: https://issues.apache.org/jira/browse/KAFKA-17168

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

2024-07-18 Thread Artem Livshits
Hey folks, Hopefully not to make this KIP go for another spin :-), but I thought of a modification that might actually address safety concerns over using flags to ignore a vaguely specified class of errors. What if we had the following overload of .send method: void send(ProducerRecord record,