[PR] KAFKA-18082: Add 0.11, 1.0, 1.1 and 2.0 to consumer upgrade e2e [kafka]

2024-12-14 Thread via GitHub
brandboat opened a new pull request, #18193: URL: https://github.com/apache/kafka/pull/18193 related to https://issues.apache.org/jira/browse/KAFKA-18082 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and

Re: [PR] KAFKA-12829: Remove deprecated Topology#addProcessor of old Processor API [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on PR #18154: URL: https://github.com/apache/kafka/pull/18154#issuecomment-2543525812 @mjsax could you please fix the conflicts ? -- 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-18245: Add flaky tag to flaky test case [kafka]

2024-12-14 Thread via GitHub
chia7712 merged PR #18187: URL: https://github.com/apache/kafka/pull/18187 -- 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-18246: Fix ConnectRestApiTest.test_rest_api by adding multiversioning configs [kafka]

2024-12-14 Thread via GitHub
chia7712 merged PR #18191: URL: https://github.com/apache/kafka/pull/18191 -- 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-15474: Disable flaky testWakeupAfterSyncGroupReceivedExternalCompletion [kafka]

2024-12-14 Thread via GitHub
chia7712 merged PR #18188: URL: https://github.com/apache/kafka/pull/18188 -- 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] [Resolved] (KAFKA-18246) Fix ConnectRestApiTest.test_rest_api by adding multiversioning configs

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

Re: [PR] KAFKA-17258: Migrate AdminFenceProducersIntegrationTest to ClusterTestExtensions framework [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on code in PR #17311: URL: https://github.com/apache/kafka/pull/17311#discussion_r1885529180 ## core/src/test/java/kafka/admin/AdminFenceProducersTest.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * con

Re: [PR] KAFKA-18226: Disable CustomQuotaCallbackTest and remove `isKRaftTest` [kafka]

2024-12-14 Thread via GitHub
m1a2st commented on code in PR #18166: URL: https://github.com/apache/kafka/pull/18166#discussion_r1885528522 ## core/src/test/scala/integration/kafka/api/BaseProducerSendTest.scala: ## @@ -55,7 +55,7 @@ abstract class BaseProducerSendTest extends KafkaServerTestHarness {

Re: [PR] KAFKA-18226: Disable CustomQuotaCallbackTest and remove `isKRaftTest` [kafka]

2024-12-14 Thread via GitHub
m1a2st commented on code in PR #18166: URL: https://github.com/apache/kafka/pull/18166#discussion_r1885525659 ## core/src/test/scala/integration/kafka/api/BaseProducerSendTest.scala: ## @@ -55,7 +55,7 @@ abstract class BaseProducerSendTest extends KafkaServerTestHarness {

Re: [PR] KAFKA-18226: Disable CustomQuotaCallbackTest and remove `isKRaftTest` [kafka]

2024-12-14 Thread via GitHub
m1a2st commented on code in PR #18166: URL: https://github.com/apache/kafka/pull/18166#discussion_r1885525659 ## core/src/test/scala/integration/kafka/api/BaseProducerSendTest.scala: ## @@ -55,7 +55,7 @@ abstract class BaseProducerSendTest extends KafkaServerTestHarness {

Re: [PR] KAFKA-17258: Migrate AdminFenceProducersIntegrationTest to ClusterTestExtensions framework [kafka]

2024-12-14 Thread via GitHub
peterxcli commented on code in PR #17311: URL: https://github.com/apache/kafka/pull/17311#discussion_r1885502815 ## core/src/test/java/kafka/admin/AdminFenceProducersTest.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * co

[PR] KAFKA-18247: Use log4j2 yaml to rewrite the fix of KAFKA-18145 [kafka]

2024-12-14 Thread via GitHub
Yunyung opened a new pull request, #18192: URL: https://github.com/apache/kafka/pull/18192 As mentioned in the Jira, add the fix for [KAFKA-18145](https://issues.apache.org/jira/browse/KAFKA-18145) to the log4j2 yaml, so the `test_dynamic_logging` test can use a non-root logger. Jir

[jira] [Commented] (KAFKA-18247) Use log4j2 yaml to rewrite the fix of KAFKA-18145

2024-12-14 Thread Jhen-Yung Hsu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905780#comment-17905780 ] Jhen-Yung Hsu commented on KAFKA-18247: --- I'm trying to work on it. Thanks :)   >

[jira] [Assigned] (KAFKA-18247) Use log4j2 yaml to rewrite the fix of KAFKA-18145

2024-12-14 Thread Jhen-Yung Hsu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jhen-Yung Hsu reassigned KAFKA-18247: - Assignee: Jhen-Yung Hsu (was: Chia-Ping Tsai) > Use log4j2 yaml to rewrite the fix of

[PR] KAFKA-18246: Fix ConnectRestApiTest.test_rest_api by adding multiversioning configs [kafka]

2024-12-14 Thread via GitHub
clarkwtc opened a new pull request, #18191: URL: https://github.com/apache/kafka/pull/18191 The test rest api is missing some configs, causing e2e error in the connect protocol. Connect protocol in compatible.metadata_quorum=ISOLATED_KRAFT ![Screenshot 2024-12-15 122900](https://g

Re: [PR] KAFKA-18026: KIP-1112 migrate KTableSuppressProcessorSupplier [kafka]

2024-12-14 Thread via GitHub
ableegoldman commented on code in PR #18150: URL: https://github.com/apache/kafka/pull/18150#discussion_r1885482865 ## streams/src/main/java/org/apache/kafka/streams/kstream/internals/graph/StatefulProcessorNode.java: ## @@ -47,11 +47,9 @@ public StatefulProcessorNode(final Proc

[PR] KAFKA-18244: "Pull Request Labeled" always pass empty commit sha [kafka]

2024-12-14 Thread via GitHub
Rancho-7 opened a new pull request, #18190: URL: https://github.com/apache/kafka/pull/18190 jira:https://issues.apache.org/jira/browse/KAFKA-18244 When the `Pull Request Labeled` is triggered, it passes the `commit SHA` via [`github.event.workflow_run.head_sha`](https://github.com/apa

Re: [PR] KAFKA-18026: supply stores for KTable#mapValues using ProcessorSupplier#stores [kafka]

2024-12-14 Thread via GitHub
ableegoldman merged PR #18155: URL: https://github.com/apache/kafka/pull/18155 -- 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.ap

Re: [PR] KAFKA-18026: supply stores for KTable#mapValues using ProcessorSupplier#stores [kafka]

2024-12-14 Thread via GitHub
ableegoldman commented on PR #18155: URL: https://github.com/apache/kafka/pull/18155#issuecomment-2543441426 Test failures are unrelated, merging to trunk -- 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-18026: KIP-1112 migrate KTableSuppressProcessorSupplier [kafka]

2024-12-14 Thread via GitHub
ableegoldman commented on code in PR #18150: URL: https://github.com/apache/kafka/pull/18150#discussion_r1885483095 ## streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableImpl.java: ## @@ -589,10 +582,16 @@ public KTable suppress(final Suppressed suppressed)

Re: [PR] KAFKA-18026: KIP-1112 migrate KTableSuppressProcessorSupplier [kafka]

2024-12-14 Thread via GitHub
ableegoldman commented on code in PR #18150: URL: https://github.com/apache/kafka/pull/18150#discussion_r1885482865 ## streams/src/main/java/org/apache/kafka/streams/kstream/internals/graph/StatefulProcessorNode.java: ## @@ -47,11 +47,9 @@ public StatefulProcessorNode(final Proc

Re: [PR] KAFKA-18026: KIP-1112 migrate KTableSuppressProcessorSupplier [kafka]

2024-12-14 Thread via GitHub
ableegoldman commented on code in PR #18150: URL: https://github.com/apache/kafka/pull/18150#discussion_r1885482579 ## streams/src/main/java/org/apache/kafka/streams/kstream/internals/graph/StatefulProcessorNode.java: ## @@ -47,11 +47,9 @@ public StatefulProcessorNode(final Proc

[jira] [Commented] (KAFKA-18201) testGroupMetadataMessageFormatter fails for new consumer protocol

2024-12-14 Thread PoAn Yang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905776#comment-17905776 ] PoAn Yang commented on KAFKA-18201: --- Hi [~lianetm], I found that GroupMetadataValue is

Re: [PR] KAFKA-9366: Upgrade log4j to log4j2 [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on PR #17373: URL: https://github.com/apache/kafka/pull/17373#issuecomment-2543435727 I am currently testing this patch, and all related issues are tracked under [KAFKA-18161](https://issues.apache.org/jira/browse/KAFKA-18161). Please feel free to report any issues if I o

[jira] [Commented] (KAFKA-18247) Use log4j2 yaml to rewrite the fix of KAFKA-18145

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905775#comment-17905775 ] Chia-Ping Tsai commented on KAFKA-18247: I have noted that KAFKA-18243 causes a

[jira] [Updated] (KAFKA-18243) Loggers breaks the use of root logger after migrating to log4j2

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18243: --- Parent: KAFKA-18161 Issue Type: Sub-task (was: Bug) > Loggers breaks the use of roo

[jira] [Created] (KAFKA-18247) Use log4j2 yaml to rewrite the fix of KAFKA-18145

2024-12-14 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18247: -- Summary: Use log4j2 yaml to rewrite the fix of KAFKA-18145 Key: KAFKA-18247 URL: https://issues.apache.org/jira/browse/KAFKA-18247 Project: Kafka Issue T

[jira] [Updated] (KAFKA-18243) Loggers breaks the use of root logger after migrating to log4j2

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18243: --- Summary: Loggers breaks the use of root logger after migrating to log4j2 (was: Loggers#logg

[jira] [Updated] (KAFKA-18243) Loggers#loggers should not add rootLogger again.

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18243: --- Priority: Blocker (was: Major) > Loggers#loggers should not add rootLogger again. > ---

Re: [PR] KAFKA-18243: Loggers#loggers should not add rootLogger again [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on PR #18185: URL: https://github.com/apache/kafka/pull/18185#issuecomment-2543432064 @frankvicky I feel `Loggers` is chaos in handling "old" root and "new" root. We need to keep compatibility to convert the "empty" to "root": 1. get "root" logger -> we need to use

[PR] [DO NOT MERGE] KAFKA-18206: EmbeddedKafkaCluster must set features [kafka]

2024-12-14 Thread via GitHub
brandboat opened a new pull request, #18189: URL: https://github.com/apache/kafka/pull/18189 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upg

[jira] [Updated] (KAFKA-18246) Fix ConnectRestApiTest.test_rest_api by adding multiversioning configs

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18246: --- Parent: KAFKA-18161 Issue Type: Sub-task (was: Bug) > Fix ConnectRestApiTest.test_r

[jira] [Assigned] (KAFKA-18246) Fix ConnectRestApiTest.test_rest_api by adding multiversioning configs

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-18246: -- Assignee: Wei-Ting Chen (was: Chia-Ping Tsai) > Fix ConnectRestApiTest.test_rest_api

[jira] [Commented] (KAFKA-18246) Fix ConnectRestApiTest.test_rest_api by adding multiversioning configs

2024-12-14 Thread Wei-Ting Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905771#comment-17905771 ] Wei-Ting Chen commented on KAFKA-18246: --- Hi [~chia7712]  Could you assign this ti

Re: [PR] KAFKA-18160: Interrupting or waking up onPartitionsAssigned in AsyncConsumer can cause the ConsumerRebalanceListenerCallbackCompletedEvent to be skipped [kafka]

2024-12-14 Thread via GitHub
chia7712 merged PR #18089: URL: https://github.com/apache/kafka/pull/18089 -- 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] [Created] (KAFKA-18246) Fix ConnectRestApiTest.test_rest_api by adding multiversioning configs

2024-12-14 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18246: -- Summary: Fix ConnectRestApiTest.test_rest_api by adding multiversioning configs Key: KAFKA-18246 URL: https://issues.apache.org/jira/browse/KAFKA-18246 Project: K

Re: [PR] KAFKA-18215: KIP-891 Connect Multiversioning Support (Configs and Validation changes for Connectors and Converters) [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on code in PR #17741: URL: https://github.com/apache/kafka/pull/17741#discussion_r1885463533 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java: ## @@ -82,6 +87,11 @@ public class ConnectorConfig extends AbstractConfig {

[PR] KAFKA-15474: Disable flaky test [kafka]

2024-12-14 Thread via GitHub
frankvicky opened a new pull request, #18188: URL: https://github.com/apache/kafka/pull/18188 JIRA: KAFKA-15474 as title, since `test-common:test-common-api` requires Java 17, we use `@Disable` instead. ### Committer Checklist (excluded from commit message) - [ ] Verify desi

[PR] KAFKA-18245: Add flaky tag to flaky test case [kafka]

2024-12-14 Thread via GitHub
frankvicky opened a new pull request, #18187: URL: https://github.com/apache/kafka/pull/18187 JIRA: KAFKA-18245 as title ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ]

[jira] [Created] (KAFKA-18245) Fix flaky testMetricsDuringTopicCreateDelete(String).quorum=kraft

2024-12-14 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18245: -- Summary: Fix flaky testMetricsDuringTopicCreateDelete(String).quorum=kraft Key: KAFKA-18245 URL: https://issues.apache.org/jira/browse/KAFKA-18245 Project: Kafka

Re: [PR] KAFKA-18241: add docs check to CI [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on code in PR #18183: URL: https://github.com/apache/kafka/pull/18183#discussion_r1885404476 ## .github/workflows/build.yml: ## @@ -118,6 +118,17 @@ jobs: # --no-scan: For public fork PRs, we won't attempt to publish the scan run: |

[jira] [Assigned] (KAFKA-16183) Flaky test - testMetricsDuringTopicCreateDelete(String).quorum=zk – kafka.integration.MetricsDuringTopicCreationDeletionTest

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-16183: -- Assignee: Chia-Ping Tsai > Flaky test - testMetricsDuringTopicCreateDelete(String).qu

[jira] [Resolved] (KAFKA-16183) Flaky test - testMetricsDuringTopicCreateDelete(String).quorum=zk – kafka.integration.MetricsDuringTopicCreationDeletionTest

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16183. Resolution: Won't Fix > Flaky test - testMetricsDuringTopicCreateDelete(String).quorum=zk

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

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

Re: [PR] KAFKA-18234: DumpLogSegments cannot print ConsumerGroupRegularExpression record [kafka]

2024-12-14 Thread via GitHub
chia7712 merged PR #18173: URL: https://github.com/apache/kafka/pull/18173 -- 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] [Resolved] (KAFKA-18240) Remove nonexistent `LOG4J_CONFIG` from transactional_message_copier.py

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18240. Fix Version/s: 4.0.0 Assignee: Nick Guo (was: Chia-Ping Tsai) Resolution:

Re: [PR] KAFKA-18240: Remove nonexistent `LOG4J_CONFIG` from transactional_message_copier.py [kafka]

2024-12-14 Thread via GitHub
chia7712 merged PR #18184: URL: https://github.com/apache/kafka/pull/18184 -- 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] [Created] (KAFKA-18244) "Pull Request Labeled" always pass empty commit sha

2024-12-14 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18244: -- Summary: "Pull Request Labeled" always pass empty commit sha Key: KAFKA-18244 URL: https://issues.apache.org/jira/browse/KAFKA-18244 Project: Kafka Issue

Re: [PR] KAFKA-18240: Remove nonexistent `LOG4J_CONFIG` from transactional_message_copier.py [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on PR #18184: URL: https://github.com/apache/kafka/pull/18184#issuecomment-2543354810 the error of labeled is due to https://github.com/apache/kafka/pull/17881/files#r1885399129 -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Add PR triage workflow [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on code in PR #17881: URL: https://github.com/apache/kafka/pull/17881#discussion_r1885399129 ## .github/workflows/pr-reviewed-trigger.yml: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreemen

Re: [PR] [DO NOT MERGE] Experimentally change consumer topic auto-create default [kafka]

2024-12-14 Thread via GitHub
AndrewJSchofield commented on PR #18164: URL: https://github.com/apache/kafka/pull/18164#issuecomment-2543347646 10 failed tests due to changed default: * FAILED ❌ AuthorizerIntegrationTest > testCreatePermissionOnClusterToReadFromNonExistentTopic(String, String).quorum=kraft.groupPr

Re: [PR] MINOR fix links for badges [kafka]

2024-12-14 Thread via GitHub
chia7712 merged PR #18186: URL: https://github.com/apache/kafka/pull/18186 -- 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] [Assigned] (KAFKA-15474) AbstractCoordinator.testWakeupAfterSyncGroupReceivedExternalCompletion seems flaky

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-15474: -- Assignee: Chia-Ping Tsai > AbstractCoordinator.testWakeupAfterSyncGroupReceivedExtern

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

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18235. Fix Version/s: 4.0.0 Resolution: Fixed > can't build release tar due to broken genC

Re: [PR] KAFKA-18235: can't build release tar due to broken genConnectOpenAPIDocs task [kafka]

2024-12-14 Thread via GitHub
chia7712 merged PR #18177: URL: https://github.com/apache/kafka/pull/18177 -- 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] [Resolved] (KAFKA-14587) Move AclCommand to tools

2024-12-14 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-14587. Fix Version/s: 4.0.0 Resolution: Fixed > Move AclCommand to tools > ---

[jira] [Assigned] (KAFKA-14587) Move AclCommand to tools

2024-12-14 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison reassigned KAFKA-14587: -- Assignee: Mickael Maison (was: Omnia Ibrahim) > Move AclCommand to tools > -

Re: [PR] KAFKA-14587: Move AclCommand to tools [WIP] [kafka]

2024-12-14 Thread via GitHub
mimaison commented on PR #13310: URL: https://github.com/apache/kafka/pull/13310#issuecomment-2543314386 Done in https://github.com/apache/kafka/pull/17880, closing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] KAFKA-14587: Move AclCommand to tools [WIP] [kafka]

2024-12-14 Thread via GitHub
mimaison closed pull request #13310: KAFKA-14587: Move AclCommand to tools [WIP] URL: https://github.com/apache/kafka/pull/13310 -- 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.

Re: [PR] KAFKA-14587: Move AclCommand to tools [kafka]

2024-12-14 Thread via GitHub
mimaison merged PR #17880: URL: https://github.com/apache/kafka/pull/17880 -- 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-16143: New JMX metrics for AsyncKafkaConsumer [kafka]

2024-12-14 Thread via GitHub
FrankYang0529 commented on PR #17199: URL: https://github.com/apache/kafka/pull/17199#issuecomment-2543180990 Hi @lianetm, thanks for reviewing this PR. I mentioned the metric in the vote thread. https://lists.apache.org/thread/4sn92okp89pt3pzk6f0g3wp0lbtn0g2c -- This is an automat

Re: [PR] KAFKA-18226: Disable CustomQuotaCallbackTest and remove `isKRaftTest` [kafka]

2024-12-14 Thread via GitHub
mimaison commented on code in PR #18166: URL: https://github.com/apache/kafka/pull/18166#discussion_r1885099406 ## core/src/test/scala/integration/kafka/api/BaseProducerSendTest.scala: ## @@ -55,7 +55,7 @@ abstract class BaseProducerSendTest extends KafkaServerTestHarness {

Re: [PR] KAFKA-18034: CommitRequestManager should fail pending requests on fatal coordinator errors [kafka]

2024-12-14 Thread via GitHub
m1a2st commented on code in PR #18050: URL: https://github.com/apache/kafka/pull/18050#discussion_r1885087039 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -176,9 +176,15 @@ public CommitRequestManager( */ @Overr

[PR] MINOR fix links for badges [kafka]

2024-12-14 Thread via GitHub
mumrah opened a new pull request, #18186: URL: https://github.com/apache/kafka/pull/18186 (no comment) -- 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-mai

Re: [PR] KAFKA-18034: CommitRequestManager should fail pending requests on fatal coordinator errors [kafka]

2024-12-14 Thread via GitHub
m1a2st commented on code in PR #18050: URL: https://github.com/apache/kafka/pull/18050#discussion_r1885085674 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorRequestManager.java: ## @@ -200,12 +196,12 @@ private void onFailedResponse(final long cu

Re: [PR] KAFKA-18034: CommitRequestManager should fail pending requests on fatal coordinator errors [kafka]

2024-12-14 Thread via GitHub
m1a2st commented on PR #18050: URL: https://github.com/apache/kafka/pull/18050#issuecomment-2543124548 Thanks for @kirktrue comments, > I have a personal preference to avoid different RequestManager classes from calling one another directly. I could imagine introducing a class that's

Re: [PR] KAFKA-18034: CommitRequestManager should fail pending requests on fatal coordinator errors [kafka]

2024-12-14 Thread via GitHub
m1a2st commented on code in PR #18050: URL: https://github.com/apache/kafka/pull/18050#discussion_r1885068181 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorRequestManager.java: ## @@ -188,12 +184,12 @@ private void onFailedResponse(final long cu

Re: [PR] KAFKA-18243: Loggers#loggers should not add rootLogger again [kafka]

2024-12-14 Thread via GitHub
frankvicky commented on code in PR #18185: URL: https://github.com/apache/kafka/pull/18185#discussion_r1885043342 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/LoggersTest.java: ## @@ -247,6 +248,7 @@ public TestLoggers(Logger rootLogger, Logger... knownLogg

[PR] KAFKA-18243: Loggers#loggers should not add rootLogger again [kafka]

2024-12-14 Thread via GitHub
frankvicky opened a new pull request, #18185: URL: https://github.com/apache/kafka/pull/18185 JIRA: KAFKA-18242 In log4j1, the `LogManager#getCurrentLoggers` method returns all loggers except for the root logger. Therefore, in the `org.apache.kafka.connect.runtime.Loggers#loggers` me

Re: [PR] KAFKA-18240: Remove nonexistent `LOG4J_CONFIG` from transactional_message_copier.py [kafka]

2024-12-14 Thread via GitHub
Rancho-7 commented on PR #18184: URL: https://github.com/apache/kafka/pull/18184#issuecomment-2543057728 > LGTM. Just add a space after the colon in the PR title, and use the formal e2e output instead of the in-house tool to show the results next time. Thanks for review! Updated the t

[PR] KAFKA-18240:Remove nonexistent `LOG4J_CONFIG` from transactional_message_copier.py [kafka]

2024-12-14 Thread via GitHub
Rancho-7 opened a new pull request, #18184: URL: https://github.com/apache/kafka/pull/18184 jira: https://issues.apache.org/jira/browse/KAFKA-18240 As title. https://github.com/user-attachments/assets/8b5d2b0f-7bde-416c-870c-c36dca0af0c7"; /> https://github.com/user-attachments/asse

Re: [PR] KAFKA-18235: can't build release tar due to broken genConnectOpenAPIDocs task [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on code in PR #18177: URL: https://github.com/apache/kafka/pull/18177#discussion_r1885014330 ## gradle/dependencies.gradle: ## @@ -166,6 +168,8 @@ libs += [ jaxAnnotationApi: "javax.annotation:javax.annotation-api:$versions.jaxAnnotation", jaxbApi: "jav

[jira] [Created] (KAFKA-18243) Loggers#loggers should not add rootLogger again.

2024-12-14 Thread TengYao Chi (Jira)
TengYao Chi created KAFKA-18243: --- Summary: Loggers#loggers should not add rootLogger again. Key: KAFKA-18243 URL: https://issues.apache.org/jira/browse/KAFKA-18243 Project: Kafka Issue Type: Bu

Re: [PR] MINOR, DOCS : Fixed old and added new javadocs to org.apache.kafka.common.utils.Utils [kafka]

2024-12-14 Thread via GitHub
Serwios commented on PR #18162: URL: https://github.com/apache/kafka/pull/18162#issuecomment-2543037153 Hi, request for review @AndrewJSchofield -- 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 t

[PR] KAFKA-18241: add docs check to CI [kafka]

2024-12-14 Thread via GitHub
m1a2st opened a new pull request, #18183: URL: https://github.com/apache/kafka/pull/18183 Jira: https://issues.apache.org/jira/browse/KAFKA-18241 We missed to check generated document in CI, thus we should test this ### Committer Checklist (excluded from commit message) - [ ]

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

2024-12-14 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18242. Fix Version/s: 4.0.0 Resolution: Fixed > The java code in core module is NOT config

Re: [PR] KAFKA-18242: The java code in core module is NOT configured with suitable release version [kafka]

2024-12-14 Thread via GitHub
chia7712 merged PR #18182: URL: https://github.com/apache/kafka/pull/18182 -- 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-18242: The java code in core module is NOT configured with suitable release version [kafka]

2024-12-14 Thread via GitHub
chia7712 commented on PR #18182: URL: https://github.com/apache/kafka/pull/18182#issuecomment-2543023947 I tested the Java 19+ features on the core module, and IntelliJ now displays accurate error messages. ![Screenshot From 2024-12-14 17-30-05](https://github.com/user-attachments/as