Re: [PR] KAFKA-17223: Retrying the call after encoutering UnsupportedVersionException will cause ConcurrentModificationException [kafka]

2024-08-03 Thread via GitHub
chia7712 commented on PR #16753: URL: https://github.com/apache/kafka/pull/16753#issuecomment-2267355346 overall LGTM. hope CI love this PR :smile: -- 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 t

Re: [PR] KAFKA-17223: Retrying the call after encoutering UnsupportedVersionException will cause ConcurrentModificationException [kafka]

2024-08-03 Thread via GitHub
chia7712 commented on code in PR #16753: URL: https://github.com/apache/kafka/pull/16753#discussion_r1703070893 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -1196,16 +1196,31 @@ private long maybeDrainPendingCalls(long now) {

Re: [PR] KAFKA-17223: Retrying the call after encoutering UnsupportedVersionException will cause ConcurrentModificationException [kafka]

2024-08-03 Thread via GitHub
FrankYang0529 commented on code in PR #16753: URL: https://github.com/apache/kafka/pull/16753#discussion_r1703070720 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -1196,16 +1196,31 @@ private long maybeDrainPendingCalls(long now) {

Re: [PR] KAFKA-17223: Retrying the call after encoutering UnsupportedVersionException will cause ConcurrentModificationException [kafka]

2024-08-03 Thread via GitHub
FrankYang0529 commented on code in PR #16753: URL: https://github.com/apache/kafka/pull/16753#discussion_r1703070639 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -1196,16 +1196,31 @@ private long maybeDrainPendingCalls(long now) {

[jira] [Commented] (KAFKA-17224) Make ForeachProcessor internal

2024-08-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870804#comment-17870804 ] Chia-Ping Tsai commented on KAFKA-17224: for another, please update the index pa

[jira] [Commented] (KAFKA-17224) Make ForeachProcessor internal

2024-08-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870803#comment-17870803 ] Chia-Ping Tsai commented on KAFKA-17224: [~brandboat] Please feel free to start

[jira] [Commented] (KAFKA-17224) Make ForeachProcessor internal

2024-08-03 Thread Kuan Po Tseng (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870802#comment-17870802 ] Kuan Po Tseng commented on KAFKA-17224: --- gentle ping [~mjsax] , I just filed KIP-1

Re: [PR] KAFKA-17137: feat(PlaintextAdminIntegrationTest): add test for createPartition wit… [kafka]

2024-08-03 Thread via GitHub
chia7712 commented on code in PR #16687: URL: https://github.com/apache/kafka/pull/16687#discussion_r1703061733 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -94,6 +95,26 @@ class PlaintextAdminIntegrationTest extends BaseAdminIntegrati

Re: [PR] KAFKA-17223: Retrying the call after encoutering UnsupportedVersionException will cause ConcurrentModificationException [kafka]

2024-08-03 Thread via GitHub
chia7712 commented on code in PR #16753: URL: https://github.com/apache/kafka/pull/16753#discussion_r1703058596 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -1196,16 +1196,31 @@ private long maybeDrainPendingCalls(long now) {

Re: [PR] KAFKA-17232: MirrorCheckpointConnector does not generate task configs if initial consumer group load times out. [kafka]

2024-08-03 Thread via GitHub
frankvicky commented on code in PR #16767: URL: https://github.com/apache/kafka/pull/16767#discussion_r1703056882 ## connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorCheckpointConnector.java: ## @@ -136,10 +137,14 @@ public List> taskConfigs(int maxTasks) {

[jira] [Commented] (KAFKA-17256) KRAFT should honor the listener name and security protocol from ClusterConfig

2024-08-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870801#comment-17870801 ] Chia-Ping Tsai commented on KAFKA-17256: nice finding! > KRAFT should honor the

Re: [PR] KAFKA-17232: MirrorCheckpointConnector does not generate task configs if initial consumer group load times out. [kafka]

2024-08-03 Thread via GitHub
Hongten commented on code in PR #16767: URL: https://github.com/apache/kafka/pull/16767#discussion_r1703049918 ## connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorCheckpointConnector.java: ## @@ -136,10 +137,14 @@ public List> taskConfigs(int maxTasks) {

Re: [PR] KAFKA-17137: feat(PlaintextAdminIntegrationTest): add test for createPartition wit… [kafka]

2024-08-03 Thread via GitHub
unknowntpo commented on code in PR #16687: URL: https://github.com/apache/kafka/pull/16687#discussion_r1703045072 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -94,6 +94,59 @@ class PlaintextAdminIntegrationTest extends BaseAdminIntegra

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
FrankYang0529 commented on PR #16783: URL: https://github.com/apache/kafka/pull/16783#issuecomment-2267326163 @brandboat, I think we also need to update L296-297 in GetOffsetShell ``` throw new TerseException("Malformed time argument " + listOffsetsTimestamp + ". " +

[jira] [Commented] (KAFKA-17258) Migrate AdminFenceProducersIntegrationTest to ClusterTestExtensions framework

2024-08-03 Thread PoAn Yang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870800#comment-17870800 ] PoAn Yang commented on KAFKA-17258: --- Yes, assign to you. Thanks. > Migrate AdminFence

[jira] [Assigned] (KAFKA-17258) Migrate AdminFenceProducersIntegrationTest to ClusterTestExtensions framework

2024-08-03 Thread PoAn Yang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PoAn Yang reassigned KAFKA-17258: - Assignee: Ming-Yen Chung (was: PoAn Yang) > Migrate AdminFenceProducersIntegrationTest to Clus

[jira] [Commented] (KAFKA-17258) Migrate AdminFenceProducersIntegrationTest to ClusterTestExtensions framework

2024-08-03 Thread Ming-Yen Chung (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870799#comment-17870799 ] Ming-Yen Chung commented on KAFKA-17258: Hi PoAn could you assign this ticket to

[jira] [Assigned] (KAFKA-17258) Migrate AdminFenceProducersIntegrationTest to ClusterTestExtensions framework

2024-08-03 Thread PoAn Yang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PoAn Yang reassigned KAFKA-17258: - Assignee: PoAn Yang > Migrate AdminFenceProducersIntegrationTest to ClusterTestExtensions frame

[jira] [Created] (KAFKA-17258) Migrate AdminFenceProducersIntegrationTest to ClusterTestExtensions framework

2024-08-03 Thread PoAn Yang (Jira)
PoAn Yang created KAFKA-17258: - Summary: Migrate AdminFenceProducersIntegrationTest to ClusterTestExtensions framework Key: KAFKA-17258 URL: https://issues.apache.org/jira/browse/KAFKA-17258 Project: Kafk

[jira] [Created] (KAFKA-17257) Migrate BrokerApiVersionsCommandTest to ClusterTestExtensions

2024-08-03 Thread PoAn Yang (Jira)
PoAn Yang created KAFKA-17257: - Summary: Migrate BrokerApiVersionsCommandTest to ClusterTestExtensions Key: KAFKA-17257 URL: https://issues.apache.org/jira/browse/KAFKA-17257 Project: Kafka Issu

[jira] [Updated] (KAFKA-17256) KRAFT should honor the listener name and security protocol from ClusterConfig

2024-08-03 Thread Kuan Po Tseng (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuan Po Tseng updated KAFKA-17256: -- Description: see [https://github.com/apache/kafka/pull/16783#discussion_r1702847984m] if we se

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1703026420 ## clients/src/main/java/org/apache/kafka/clients/admin/OffsetSpec.java: ## @@ -73,18 +73,20 @@ public static OffsetSpec maxTimestamp() { } /** - * Us

Re: [PR] KAFKA-17222: Remove the subclass of KafkaMetricsGroup [kafka]

2024-08-03 Thread via GitHub
FrankYang0529 commented on PR #16752: URL: https://github.com/apache/kafka/pull/16752#issuecomment-2267289794 Yes, please update in this PR. Thanks. -- 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 t

[jira] [Created] (KAFKA-17256) KRAFT should honor the listener name and security protocol from ClusterConfig

2024-08-03 Thread Kuan Po Tseng (Jira)
Kuan Po Tseng created KAFKA-17256: - Summary: KRAFT should honor the listener name and security protocol from ClusterConfig Key: KAFKA-17256 URL: https://issues.apache.org/jira/browse/KAFKA-17256 Proje

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1703013614 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -70,31 +85,75 @@ private String getTopicName(int i) { return "topic" + i; }

Re: [PR] KAFKA-17222: Remove the subclass of KafkaMetricsGroup [kafka]

2024-08-03 Thread via GitHub
bboyleonp666 commented on PR #16752: URL: https://github.com/apache/kafka/pull/16752#issuecomment-2267277272 @FrankYang0529 That looks like a great idea. Shall we open a new issue and PR for this one? I'd like it to be done in this one since it seems they are highly related. WDYT? --

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1703000666 ## clients/src/main/java/org/apache/kafka/clients/admin/OffsetSpec.java: ## @@ -73,18 +73,20 @@ public static OffsetSpec maxTimestamp() { } /** - * Us

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1703000636 ## clients/src/main/java/org/apache/kafka/clients/admin/OffsetSpec.java: ## @@ -73,18 +73,20 @@ public static OffsetSpec maxTimestamp() { } /** - * Us

Re: [PR] KAFKA-17223: Retrying the call after encoutering UnsupportedVersionException will cause ConcurrentModificationException [kafka]

2024-08-03 Thread via GitHub
FrankYang0529 commented on code in PR #16753: URL: https://github.com/apache/kafka/pull/16753#discussion_r1703000565 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -1196,16 +1196,24 @@ private long maybeDrainPendingCalls(long now) {

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702999054 ## clients/src/main/java/org/apache/kafka/clients/admin/OffsetSpec.java: ## @@ -73,18 +73,20 @@ public static OffsetSpec maxTimestamp() { } /** - * Us

Re: [PR] KAFKA-17222: Remove the subclass of KafkaMetricsGroup [kafka]

2024-08-03 Thread via GitHub
bboyleonp666 commented on PR #16752: URL: https://github.com/apache/kafka/pull/16752#issuecomment-2267273503 > Hi @bboyleonp666, I found some packages are still using `KafkaMetricsGroup#explicitMetricName`. I think we can refactor them and maybe update the function as private. WDYT? cc @chi

Re: [PR] KAFKA-17222: Remove the subclass of KafkaMetricsGroup [kafka]

2024-08-03 Thread via GitHub
bboyleonp666 closed pull request #16752: KAFKA-17222: Remove the subclass of KafkaMetricsGroup URL: https://github.com/apache/kafka/pull/16752 -- 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 spe

[jira] [Commented] (KAFKA-17253) Remove leaking getter methods in Joined helper class

2024-08-03 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870785#comment-17870785 ] Matthias J. Sax commented on KAFKA-17253: - Sure. No need to asked :) > Remove l

[jira] [Assigned] (KAFKA-17253) Remove leaking getter methods in Joined helper class

2024-08-03 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reassigned KAFKA-17253: --- Assignee: TengYao Chi > Remove leaking getter methods in Joined helper class >

[jira] [Created] (KAFKA-17255) Migrate ListOffsetsIntegrationTest to ClusterTestExtensions framework

2024-08-03 Thread PoAn Yang (Jira)
PoAn Yang created KAFKA-17255: - Summary: Migrate ListOffsetsIntegrationTest to ClusterTestExtensions framework Key: KAFKA-17255 URL: https://issues.apache.org/jira/browse/KAFKA-17255 Project: Kafka

Re: [PR] KAFKA-17238: Move VoterSet and ReplicaKey from raft.internals to raft [kafka]

2024-08-03 Thread via GitHub
frankvicky commented on PR #16775: URL: https://github.com/apache/kafka/pull/16775#issuecomment-2267228317 Cool I will resolve the conflict after 3.9 release -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
FrankYang0529 commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702947419 ## clients/src/main/java/org/apache/kafka/clients/admin/OffsetSpec.java: ## @@ -73,18 +73,20 @@ public static OffsetSpec maxTimestamp() { } /** -

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Description: Kafka CLI tools and Kafka server for that matter no longer seem to respect *

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Description: Kafka CLI tools and Kafka server for that matter no longer seem to respect *

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Description: Kafka CLI tools and Kafka server for that matter no longer seem to respect *

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Description: Kafka CLI tools and Kafka server for that matter no longer seem to respect *

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Description: Kafka CLI tools and Kafka server for that matter no longer seem to respect *

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Description: Kafka CLI tools and Kafka server for that matter no longer seem to respect *

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Component/s: admin > Kafka Server/CLI no longer respects log4j.properties/tools-log4j.prop

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Description: Kafka CLI tools and Kafka server for that matter no longer seem to respect *

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Component/s: logging > Kafka Server/CLI no longer respects log4j.properties/tools-log4j.pr

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Description: Kafka CLI tools and Kafka server for that matter no longer seem to respect *

[jira] [Created] (KAFKA-17254) Kafka Server/CLI no longer respects tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
Krishna V Reddy created KAFKA-17254: --- Summary: Kafka Server/CLI no longer respects tools-log4j.properties file Key: KAFKA-17254 URL: https://issues.apache.org/jira/browse/KAFKA-17254 Project: Kafka

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Summary: Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

[jira] [Updated] (KAFKA-17254) Kafka Server/CLI no longer respects log4j.properties/tools-log4j.properties file

2024-08-03 Thread Krishna V Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna V Reddy updated KAFKA-17254: Affects Version/s: 3.8.0 > Kafka Server/CLI no longer respects log4j.properties/tools-log4

[jira] [Commented] (KAFKA-17253) Remove leaking getter methods in Joined helper class

2024-08-03 Thread TengYao Chi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870777#comment-17870777 ] TengYao Chi commented on KAFKA-17253: - Hello [~mjsax]  I would like to have this is

Re: [PR] KAFKA-17223: Retrying the call after encoutering UnsupportedVersionException will cause ConcurrentModificationException [kafka]

2024-08-03 Thread via GitHub
chia7712 commented on code in PR #16753: URL: https://github.com/apache/kafka/pull/16753#discussion_r1702879494 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -1196,16 +1196,24 @@ private long maybeDrainPendingCalls(long now) {

Re: [PR] KAFKA-16448: Unify error-callback exception handling [kafka]

2024-08-03 Thread via GitHub
mjsax commented on PR #16745: URL: https://github.com/apache/kafka/pull/16745#issuecomment-2267129634 Merged to `trunk` and cherry-picked to `3.9` branch. -- 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 t

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
chia7712 commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702865629 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -70,31 +85,80 @@ private String getTopicName(int i) { return "topic" + i; }

Re: [PR] KAFKA-16448: Unify error-callback exception handling [kafka]

2024-08-03 Thread via GitHub
mjsax merged PR #16745: URL: https://github.com/apache/kafka/pull/16745 -- 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: jira-unsubscr...@kafka.apache.or

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
chia7712 commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702865347 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -70,31 +85,75 @@ private String getTopicName(int i) { return "topic" + i; }

[jira] [Updated] (KAFKA-17253) Remove leaking getter methods in Joined helper class

2024-08-03 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17253: Description: The helper class `Joined` has four getter methods `gracePeriod()`, `keySerde

[jira] [Updated] (KAFKA-17253) Remove leaking getter methods in Joined helper class

2024-08-03 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-17253: Description: The helper class `Joined` has three getter methods `keySerde()`, `valueSerde(

[jira] [Created] (KAFKA-17253) Remove leaking getter methods in Joined helper class

2024-08-03 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-17253: --- Summary: Remove leaking getter methods in Joined helper class Key: KAFKA-17253 URL: https://issues.apache.org/jira/browse/KAFKA-17253 Project: Kafka Is

Re: [PR] MINOR: Verify topic deletion for new test infra [kafka]

2024-08-03 Thread via GitHub
chia7712 merged PR #16627: URL: https://github.com/apache/kafka/pull/16627 -- 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: jira-unsubscr...@kafka.apache

[jira] [Updated] (KAFKA-16390) consume_bench_test.py failed using AsyncKafkaConsumer

2024-08-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-16390: --- Fix Version/s: 3.9.0 > consume_bench_test.py failed using AsyncKafkaConsumer > -

[jira] [Commented] (KAFKA-17238) Move VoterSet and ReplicaKey from raft.internals to raft

2024-08-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870767#comment-17870767 ] Chia-Ping Tsai commented on KAFKA-17238: [~frankvicky] I will take a look at thi

Re: [PR] KAFKA-17238: Move VoterSet and ReplicaKey from raft.internals to raft [kafka]

2024-08-03 Thread via GitHub
chia7712 commented on PR #16775: URL: https://github.com/apache/kafka/pull/16775#issuecomment-2267095271 @frankvicky see the comment on the jira, and I will take a look at this PR after 3.9.0 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] MINOR: Remove ConsumerTestBuilder.java [kafka]

2024-08-03 Thread via GitHub
chia7712 commented on PR #16691: URL: https://github.com/apache/kafka/pull/16691#issuecomment-2267093161 @brenden20 Could you please fix the import order? -- 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 t

Re: [PR] MINOR: Fix consumer log on fatal error & improve memberId logging [kafka]

2024-08-03 Thread via GitHub
chia7712 merged PR #16720: URL: https://github.com/apache/kafka/pull/16720 -- 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: jira-unsubscr...@kafka.apache

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702847984 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -70,31 +85,75 @@ private String getTopicName(int i) { return "topic" + i; }

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702848944 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -274,6 +333,45 @@ public void testGetOffsetsByMaxTimestamp() { } } +@

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702848769 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -70,31 +85,75 @@ private String getTopicName(int i) { return "topic" + i; }

[PR] KAFKA-17252: Always track last-read session key from config topic in Kafka Connect, even during startup [kafka]

2024-08-03 Thread via GitHub
C0urante opened a new pull request, #16788: URL: https://github.com/apache/kafka/pull/16788 [Jira](https://issues.apache.org/jira/browse/KAFKA-17252) With the current session key tracking logic on trunk, there's a small chance that a herder may not updated its [sessionKey field](http

Re: [PR] KAFKA-17252: Always track last-read session key from config topic in Kafka Connect, even during startup [kafka]

2024-08-03 Thread via GitHub
C0urante commented on PR #16788: URL: https://github.com/apache/kafka/pull/16788#issuecomment-2267065241 Opening as a draft for now to see what CI thinks. -- 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 t

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702847984 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -70,31 +85,75 @@ private String getTopicName(int i) { return "topic" + i; }

[jira] [Commented] (KAFKA-17252) Forwarded source task zombie fencings may fail when leader has just started

2024-08-03 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870747#comment-17870747 ] Chris Egerton commented on KAFKA-17252: --- Note that this same issue (failure to for

[jira] [Commented] (KAFKA-17246) Simplify the process of building a test docker image

2024-08-03 Thread PoAn Yang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870735#comment-17870735 ] PoAn Yang commented on KAFKA-17246: --- Hi [~mimaison], I have an idea for this:   # If

Re: [PR] KAFKA-17222: Remove the subclass of KafkaMetricsGroup [kafka]

2024-08-03 Thread via GitHub
FrankYang0529 commented on PR #16752: URL: https://github.com/apache/kafka/pull/16752#issuecomment-2266750492 Hi @bboyleonp666, I found some packages are still using `KafkaMetricsGroup#explicitMetricName`. I think we can refactor them and maybe update the function as private. WDYT? cc @chia

Re: [PR] KAFKA-15859: Make RemoteListOffsets call an async operation [kafka]

2024-08-03 Thread via GitHub
kamalcph commented on PR #16602: URL: https://github.com/apache/kafka/pull/16602#issuecomment-2266719358 @showuon @clolov Is it possible to give this PR an early review to keep it in good shape? Thanks! -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] KAFKA-17236: handle local log deletion when remote.copy.disabled=true [kafka]

2024-08-03 Thread via GitHub
kamalcph commented on code in PR #16765: URL: https://github.com/apache/kafka/pull/16765#discussion_r1702764279 ## core/src/test/scala/unit/kafka/log/UnifiedLogTest.scala: ## @@ -4188,11 +4188,77 @@ class UnifiedLogTest { assertEquals(1, log.logSegments.size) } + @Tes

Re: [PR] KAFKA-17236: handle local log deletion when remote.copy.disabled=true [kafka]

2024-08-03 Thread via GitHub
kamalcph commented on code in PR #16765: URL: https://github.com/apache/kafka/pull/16765#discussion_r1702764279 ## core/src/test/scala/unit/kafka/log/UnifiedLogTest.scala: ## @@ -4188,11 +4188,77 @@ class UnifiedLogTest { assertEquals(1, log.logSegments.size) } + @Tes

Re: [PR] KAFKA-17236: handle local log deletion when remote.copy.disabled=true [kafka]

2024-08-03 Thread via GitHub
kamalcph commented on code in PR #16765: URL: https://github.com/apache/kafka/pull/16765#discussion_r1702764279 ## core/src/test/scala/unit/kafka/log/UnifiedLogTest.scala: ## @@ -4188,11 +4188,77 @@ class UnifiedLogTest { assertEquals(1, log.logSegments.size) } + @Tes

Re: [PR] KAFKA-17236: handle local log deletion when remote.copy.disabled=true [kafka]

2024-08-03 Thread via GitHub
kamalcph commented on code in PR #16765: URL: https://github.com/apache/kafka/pull/16765#discussion_r1702764279 ## core/src/test/scala/unit/kafka/log/UnifiedLogTest.scala: ## @@ -4188,11 +4188,77 @@ class UnifiedLogTest { assertEquals(1, log.logSegments.size) } + @Tes

Re: [PR] KAFKA-17236: handle local log deletion when remote.copy.disabled=true [kafka]

2024-08-03 Thread via GitHub
kamalcph commented on code in PR #16765: URL: https://github.com/apache/kafka/pull/16765#discussion_r1702757466 ## core/src/test/scala/unit/kafka/log/LogTestUtils.scala: ## @@ -68,7 +69,9 @@ object LogTestUtils { indexIntervalBytes: Int = ServerLogConfigs

Re: [PR] KAFKA-17236: handle local log deletion when remote.copy.disabled=true [kafka]

2024-08-03 Thread via GitHub
showuon commented on PR #16765: URL: https://github.com/apache/kafka/pull/16765#issuecomment-2266700401 @kamalcph @clolov @satishd , please help take a look for this final piece of KIP-950 KRaft part. Thank you. -- This is an automated message from the Apache Git Service. To respond to th

[jira] [Resolved] (KAFKA-16855) KRaft - Wire replaying a TopicRecord

2024-08-03 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-16855. --- Fix Version/s: 3.9.0 Resolution: Fixed > KRaft - Wire replaying a TopicRecord > -

[jira] [Assigned] (KAFKA-16855) KRaft - Wire replaying a TopicRecord

2024-08-03 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen reassigned KAFKA-16855: - Assignee: Luke Chen (was: Muralidhar Basani) > KRaft - Wire replaying a TopicRecord >

[jira] [Resolved] (KAFKA-17245) revert topicRecord changes

2024-08-03 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-17245. --- Fix Version/s: 3.9.0 Resolution: Fixed > revert topicRecord changes > ---

Re: [PR] KAFKA-17245: Revert TopicRecord changes. [kafka]

2024-08-03 Thread via GitHub
showuon merged PR #16780: URL: https://github.com/apache/kafka/pull/16780 -- 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: jira-unsubscr...@kafka.apache.

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
showuon commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702701568 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -70,31 +85,75 @@ private String getTopicName(int i) { return "topic" + i; }

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702631822 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -416,7 +514,7 @@ private List expectedOffsetsForTopic(int i) { private List execut

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
showuon commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702631437 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -416,7 +514,7 @@ private List expectedOffsetsForTopic(int i) { private List executeA

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
showuon commented on code in PR #16783: URL: https://github.com/apache/kafka/pull/16783#discussion_r1702632108 ## tools/src/test/java/org/apache/kafka/tools/GetOffsetShellTest.java: ## @@ -70,31 +85,75 @@ private String getTopicName(int i) { return "topic" + i; }

Re: [PR] KAFKA-16154: Broker returns offset for LATEST_TIERED_TIMESTAMP [kafka]

2024-08-03 Thread via GitHub
brandboat commented on PR #16783: URL: https://github.com/apache/kafka/pull/16783#issuecomment-2266642180 >Overall LGTM! We need integration tests for it. We should add some test like DeleteTopicTest using ExpectListOffsetsAction. I expected it should work like this (I didn't try): T

Re: [PR] KAFKA-16855: remote log disable policy in KRaft [kafka]

2024-08-03 Thread via GitHub
clolov merged PR #16653: URL: https://github.com/apache/kafka/pull/16653 -- 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: jira-unsubscr...@kafka.apache.o

[jira] [Commented] (KAFKA-17250) Many system tests failing with org.apache.kafka.common.errors.UnsupportedVersionException: Attempted to write a non-default replicaDirectoryId at version 13

2024-08-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870677#comment-17870677 ] Chia-Ping Tsai commented on KAFKA-17250: KAFKA-16390 should fix a lot of them.

[jira] [Assigned] (KAFKA-17250) Many system tests failing with org.apache.kafka.common.errors.UnsupportedVersionException: Attempted to write a non-default replicaDirectoryId at version 13

2024-08-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-17250: -- Assignee: Chia-Ping Tsai > Many system tests failing with > org.apache.kafka.common.