Re: [PR] [KAFKA-16720] AdminClient Support for ListShareGroupOffsets (1/n) [kafka]

2025-01-16 Thread via GitHub
apoorvmittal10 commented on code in PR #18571: URL: https://github.com/apache/kafka/pull/18571#discussion_r1918186242 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -3796,6 +3796,13 @@ public DescribeShareGroupsResult describeShareGroups(fi

Re: [PR] KAFKA-18405: Remove ZooKeeper logic from DynamicBrokerConfig [kafka]

2025-01-16 Thread via GitHub
chia7712 commented on code in PR #18508: URL: https://github.com/apache/kafka/pull/18508#discussion_r1918279278 ## core/src/main/scala/kafka/server/DynamicBrokerConfig.scala: ## @@ -900,7 +881,6 @@ object DynamicListenerConfig { */ val ReconfigurableConfigs = Set( //

Re: [PR] KAFKA-18405: Remove ZooKeeper logic from DynamicBrokerConfig [kafka]

2025-01-16 Thread via GitHub
FrankYang0529 commented on code in PR #18508: URL: https://github.com/apache/kafka/pull/18508#discussion_r1918281528 ## core/src/main/scala/kafka/server/DynamicBrokerConfig.scala: ## @@ -900,7 +881,6 @@ object DynamicListenerConfig { */ val ReconfigurableConfigs = Set(

Re: [PR] KAFKA-18405: Remove ZooKeeper logic from DynamicBrokerConfig [kafka]

2025-01-16 Thread via GitHub
chia7712 merged PR #18508: URL: https://github.com/apache/kafka/pull/18508 -- 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-18331: Make `process.roles` and `node.id` required configs [kafka]

2025-01-16 Thread via GitHub
FrankYang0529 commented on PR #18414: URL: https://github.com/apache/kafka/pull/18414#issuecomment-2594769953 Thanks for review. -- 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 comme

[jira] [Created] (KAFKA-18565) Cleanup SaslSetup

2025-01-16 Thread TengYao Chi (Jira)
TengYao Chi created KAFKA-18565: --- Summary: Cleanup SaslSetup Key: KAFKA-18565 URL: https://issues.apache.org/jira/browse/KAFKA-18565 Project: Kafka Issue Type: Sub-task Reporter: Te

[jira] [Commented] (KAFKA-17244) java.base/java.lang.VirtualThread$VThreadContinuation.onPinned

2025-01-16 Thread Junho, Kim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913623#comment-17913623 ] Junho, Kim commented on KAFKA-17244: Hi, everyone. Are there any updates? My API se

Re: [PR] KAFKA-16368: segment.bytes constraints to min 1MB [kafka]

2025-01-16 Thread via GitHub
divijvaidya commented on code in PR #18140: URL: https://github.com/apache/kafka/pull/18140#discussion_r1918156206 ## core/src/test/java/kafka/admin/DeleteTopicTest.java: ## @@ -239,7 +239,7 @@ public void testDeleteNonExistingTopic(ClusterInstance cluster) throws Exception

Re: [PR] KAFKA-18230: handle not controller or not leader error in admin client [kafka]

2025-01-16 Thread via GitHub
showuon commented on PR #18165: URL: https://github.com/apache/kafka/pull/18165#issuecomment-2595073407 @chia7712 @cmccabe , could you help take a look? 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

Re: [PR] KAFKA-18558: Added check before adding previously subscribed partitions [kafka]

2025-01-16 Thread via GitHub
AndrewJSchofield commented on code in PR #18562: URL: https://github.com/apache/kafka/pull/18562#discussion_r1918162932 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/ShareConsumeRequestManagerTest.java: ## @@ -881,6 +889,116 @@ public void testShareFetchWi

[PR] KAFKA-18407 Remove ZkAdminManager, DelayedCreatePartitions, CreatePartitionsMetadata, ZkConfigRepository, DelayedDeleteTopics [kafka]

2025-01-16 Thread via GitHub
m1a2st opened a new pull request, #18574: URL: https://github.com/apache/kafka/pull/18574 Jira: https://issues.apache.org/jira/browse/KAFKA-18407 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build

Re: [PR] KAFKA-16368: segment.bytes constraints to min 1MB [kafka]

2025-01-16 Thread via GitHub
jayteej commented on code in PR #18140: URL: https://github.com/apache/kafka/pull/18140#discussion_r1918186537 ## core/src/test/java/kafka/admin/DeleteTopicTest.java: ## @@ -239,7 +239,7 @@ public void testDeleteNonExistingTopic(ClusterInstance cluster) throws Exception @C

[PR] KAFKA-18431: Remove KafkaController [kafka]

2025-01-16 Thread via GitHub
FrankYang0529 opened a new pull request, #18573: URL: https://github.com/apache/kafka/pull/18573 Remove KafkaController and related unused references: * ControllerChannelContext * ControllerChannelManager * ControllerEventManager * ControllerState * PartitionStateMachine

Re: [PR] KAFKA-18558: Added check before adding previously subscribed partitions [kafka]

2025-01-16 Thread via GitHub
ShivsundarR commented on code in PR #18562: URL: https://github.com/apache/kafka/pull/18562#discussion_r1918191044 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/ShareConsumeRequestManagerTest.java: ## @@ -881,6 +889,116 @@ public void testShareFetchWithSub

Re: [PR] KAFKA-18558: Added check before adding previously subscribed partitions [kafka]

2025-01-16 Thread via GitHub
ShivsundarR commented on code in PR #18562: URL: https://github.com/apache/kafka/pull/18562#discussion_r1918191601 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/ShareConsumeRequestManagerTest.java: ## @@ -881,6 +889,116 @@ public void testShareFetchWithSub

[jira] [Updated] (KAFKA-18407) Remove ZkAdminManager, DelayedCreatePartitions, CreatePartitionsMetadata, ZkConfigRepository, DelayedDeleteTopics

2025-01-16 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-18407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] 黃竣陽 updated KAFKA-18407: Summary: Remove ZkAdminManager, DelayedCreatePartitions, CreatePartitionsMetadata, ZkConfigRepository, DelayedDele

[jira] [Resolved] (KAFKA-18473) Remove DelayedDeleteTopics

2025-01-16 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-18473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] 黃竣陽 resolved KAFKA-18473. - Resolution: Won't Fix merge into KAFKA-18407 > Remove DelayedDeleteTopics > -- > >

[jira] [Created] (KAFKA-18566) Document behaviour on committing metadata with invalid UTF-8 sequence

2025-01-16 Thread mlowicki (Jira)
mlowicki created KAFKA-18566: Summary: Document behaviour on committing metadata with invalid UTF-8 sequence Key: KAFKA-18566 URL: https://issues.apache.org/jira/browse/KAFKA-18566 Project: Kafka

Re: [PR] MINOR: Adjust logging in SerializedJwt [kafka]

2025-01-16 Thread via GitHub
mimaison merged PR #18523: URL: https://github.com/apache/kafka/pull/18523 -- 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-18546: Use mocks instead of a real DNS lookup to the outside [kafka]

2025-01-16 Thread via GitHub
cadonna commented on PR #18565: URL: https://github.com/apache/kafka/pull/18565#issuecomment-2594939036 Thanks @FrankYang0529 for the ticket! -- 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 s

[jira] [Assigned] (KAFKA-18546) Change ClientUtilsTest#testParseAndValidateAddressesWithReverseLookup to mock test

2025-01-16 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna reassigned KAFKA-18546: - Assignee: Bruno Cadonna > Change ClientUtilsTest#testParseAndValidateAddressesWithRever

[jira] [Resolved] (KAFKA-18405) Remove ZooKeeper logic from DynamicBrokerConfig

2025-01-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18405. Fix Version/s: 4.0.0 Resolution: Fixed trunk: [https://github.com/apache/kafka/com

Re: [PR] KAFKA-18406 Remove ZkBrokerEpochManager [kafka]

2025-01-16 Thread via GitHub
chia7712 merged PR #18561: URL: https://github.com/apache/kafka/pull/18561 -- 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] MINOR: Fix wrong link and extension name [kafka]

2025-01-16 Thread via GitHub
frankvicky commented on PR #18545: URL: https://github.com/apache/kafka/pull/18545#issuecomment-2595281208 Hi @AndrewJSchofield I think we need to backport this patch to 4.0. WDYT ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Resolved] (KAFKA-18406) Remove ZkBrokerEpochManager

2025-01-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18406. Fix Version/s: 4.0.0 Resolution: Fixed trunk: [https://github.com/apache/kafka/com

Re: [PR] KAFKA-18479: RocksDBTimeOrderedKeyValueBuffer not initialized correctly [kafka]

2025-01-16 Thread via GitHub
chia7712 commented on code in PR #18490: URL: https://github.com/apache/kafka/pull/18490#discussion_r1918297205 ## streams/src/test/java/org/apache/kafka/streams/state/internals/RocksDBTimeOrderedKeyValueBufferTest.java: ## @@ -62,18 +62,16 @@ public class RocksDBTimeOrderedKeyV

Re: [PR] KAFKA-2526: command line --producer-property wins [kafka]

2025-01-16 Thread via GitHub
jkt628 commented on PR #16492: URL: https://github.com/apache/kafka/pull/16492#issuecomment-2595302088 unstale -- 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 unsubscrib

Re: [PR] KAFKA-18542 Cleanup AlterPartitionManager [kafka]

2025-01-16 Thread via GitHub
chia7712 merged PR #18552: URL: https://github.com/apache/kafka/pull/18552 -- 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-18542 Cleanup AlterPartitionManager [kafka]

2025-01-16 Thread via GitHub
chia7712 commented on PR #18552: URL: https://github.com/apache/kafka/pull/18552#issuecomment-2595312432 the failed test is traced by https://issues.apache.org/jira/browse/KAFKA-4184 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[jira] [Commented] (KAFKA-16338) Removed Deprecated configs from StreamsConfig

2025-01-16 Thread Ukpa Uchechi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913693#comment-17913693 ] Ukpa Uchechi commented on KAFKA-16338: -- Hi [~mjsax] , I would like to work on this.

[jira] [Assigned] (KAFKA-16338) Removed Deprecated configs from StreamsConfig

2025-01-16 Thread Ukpa Uchechi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ukpa Uchechi reassigned KAFKA-16338: Assignee: Ukpa Uchechi > Removed Deprecated configs from StreamsConfig >

[jira] [Resolved] (KAFKA-18542) Cleanup AlterPartitionManager

2025-01-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18542. Fix Version/s: 4.0.0 Resolution: Fixed trunk: [https://github.com/apache/kafka/com

[PR] MINOR: mention advertised.listeners is not supported in zk2kraft.html [kafka]

2025-01-16 Thread via GitHub
FrankYang0529 opened a new pull request, #18575: URL: https://github.com/apache/kafka/pull/18575 Followup: https://github.com/apache/kafka/pull/18508#discussion_r1918279278 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify

Re: [PR] KAFKA-18529: PlaintextAdminIntegrationTest and ConsumerRebootstrapTest should run for async consumer [kafka]

2025-01-16 Thread via GitHub
m1a2st commented on code in PR #18554: URL: https://github.com/apache/kafka/pull/18554#discussion_r1918331389 ## core/src/test/scala/integration/kafka/api/ConsumerRebootstrapTest.scala: ## @@ -135,12 +135,13 @@ object ConsumerRebootstrapTest { final val RebootstrapTestName

[jira] [Commented] (KAFKA-18287) Add support for kafka-streams-groups.sh --list

2025-01-16 Thread Alieh Saeedi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913706#comment-17913706 ] Alieh Saeedi commented on KAFKA-18287: -- BLOCKED for now! > Add support for kafka-s

Re: [PR] KAFKA-18484; Improve exception handling during coordinator unload [kafka]

2025-01-16 Thread via GitHub
squah-confluent commented on code in PR #18499: URL: https://github.com/apache/kafka/pull/18499#discussion_r1918412113 ## coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java: ## @@ -670,23 +671,30 @@ private void transitionTo(

Re: [PR] KAFKA-18484; Improve exception handling during coordinator unload [kafka]

2025-01-16 Thread via GitHub
squah-confluent commented on code in PR #18499: URL: https://github.com/apache/kafka/pull/18499#discussion_r1918419791 ## coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java: ## @@ -670,23 +671,30 @@ private void transitionTo(

Re: [PR] KAFKA-18229: Move configs out of "kraft" directory [kafka]

2025-01-16 Thread via GitHub
TaiJuWu commented on code in PR #18389: URL: https://github.com/apache/kafka/pull/18389#discussion_r1918483228 ## docker/docker_official_images/3.7.0/jvm/Dockerfile: ## @@ -78,7 +78,7 @@ RUN set -eux ; \ chmod -R ug+w /etc/kafka /var/lib/kafka /etc/kafka/secrets; \ cp

Re: [PR] KAFKA-18229: Move configs out of "kraft" directory [kafka]

2025-01-16 Thread via GitHub
frankvicky commented on code in PR #18389: URL: https://github.com/apache/kafka/pull/18389#discussion_r1918491119 ## docker/docker_official_images/3.7.0/jvm/Dockerfile: ## @@ -78,7 +78,7 @@ RUN set -eux ; \ chmod -R ug+w /etc/kafka /var/lib/kafka /etc/kafka/secrets; \

Re: [PR] [KAFKA-16720] AdminClient Support for ListShareGroupOffsets (1/n) [kafka]

2025-01-16 Thread via GitHub
sjhajharia commented on code in PR #18571: URL: https://github.com/apache/kafka/pull/18571#discussion_r1918494836 ## clients/src/main/java/org/apache/kafka/clients/admin/ListShareGroupOffsetsOptions.java: ## @@ -0,0 +1,31 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] MINOR: Cleanups in JaasUtils [kafka]

2025-01-16 Thread via GitHub
mimaison merged PR #18522: URL: https://github.com/apache/kafka/pull/18522 -- 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-18229: Move configs out of "kraft" directory [kafka]

2025-01-16 Thread via GitHub
TaiJuWu commented on code in PR #18389: URL: https://github.com/apache/kafka/pull/18389#discussion_r1918483228 ## docker/docker_official_images/3.7.0/jvm/Dockerfile: ## @@ -78,7 +78,7 @@ RUN set -eux ; \ chmod -R ug+w /etc/kafka /var/lib/kafka /etc/kafka/secrets; \ cp

Re: [PR] KAFKA-18229: Move configs out of "kraft" directory [kafka]

2025-01-16 Thread via GitHub
TaiJuWu commented on code in PR #18389: URL: https://github.com/apache/kafka/pull/18389#discussion_r1918483228 ## docker/docker_official_images/3.7.0/jvm/Dockerfile: ## @@ -78,7 +78,7 @@ RUN set -eux ; \ chmod -R ug+w /etc/kafka /var/lib/kafka /etc/kafka/secrets; \ cp

[jira] [Resolved] (KAFKA-18521) Cleanup NodeApiVersions zkMigrationEnabled field

2025-01-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18521. Resolution: Fixed trunk: [https://github.com/apache/kafka/commit/3c1f965c60789dcc8ee14eba

[jira] [Updated] (KAFKA-18521) Cleanup NodeApiVersions zkMigrationEnabled field

2025-01-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-18521: --- Fix Version/s: 4.0.0 > Cleanup NodeApiVersions zkMigrationEnabled field > --

Re: [PR] KAFKA-18201: testGroupMetadataMessageFormatter fails for new consumer protocol [kafka]

2025-01-16 Thread via GitHub
FrankYang0529 commented on PR #18198: URL: https://github.com/apache/kafka/pull/18198#issuecomment-2595410633 Hi @lianetm, could you help me review this when you have time? Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] KAFKA-18521: Cleanup NodeApiVersions zkMigrationEnabled field [kafka]

2025-01-16 Thread via GitHub
chia7712 merged PR #18535: URL: https://github.com/apache/kafka/pull/18535 -- 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-18558: Added check before adding previously subscribed partitions [kafka]

2025-01-16 Thread via GitHub
AndrewJSchofield merged PR #18562: URL: https://github.com/apache/kafka/pull/18562 -- 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...@kafk

Re: [PR] [KAFKA-16720] AdminClient Support for ListShareGroupOffsets (1/n) [kafka]

2025-01-16 Thread via GitHub
sjhajharia commented on code in PR #18571: URL: https://github.com/apache/kafka/pull/18571#discussion_r1918531681 ## server-common/src/main/java/org/apache/kafka/server/share/persister/DefaultStatePersister.java: ## @@ -288,7 +291,96 @@ public CompletableFuture deleteState(Dele

[jira] [Resolved] (KAFKA-18558) Include partitions from previous subscription in ShareFetchRequest only for non-empty acknowledgements.

2025-01-16 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield resolved KAFKA-18558. -- Resolution: Fixed > Include partitions from previous subscription in ShareFetchRequest

[jira] [Updated] (KAFKA-18558) Include partitions from previous subscription in ShareFetchRequest only for non-empty acknowledgements.

2025-01-16 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield updated KAFKA-18558: - Fix Version/s: 4.1.0 > Include partitions from previous subscription in ShareFetchReques

Re: [PR] MINOR: clean up for sasl endpoints [kafka]

2025-01-16 Thread via GitHub
showuon commented on code in PR #18519: URL: https://github.com/apache/kafka/pull/18519#discussion_r1918333787 ## clients/src/main/java/org/apache/kafka/common/security/oauthbearer/internals/secured/ConfigurationUtils.java: ## @@ -228,4 +233,16 @@ public T get(String name) {

[PR] MINOR: clean up for sasl endpoints [kafka]

2025-01-16 Thread via GitHub
showuon opened a new pull request, #18576: URL: https://github.com/apache/kafka/pull/18576 Some clean up for sasl endpoints for v3.x. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status -

Re: [PR] MINOR: clean up for sasl endpoints [kafka]

2025-01-16 Thread via GitHub
showuon commented on code in PR #18576: URL: https://github.com/apache/kafka/pull/18576#discussion_r1918356329 ## clients/src/main/java/org/apache/kafka/common/security/oauthbearer/internals/secured/ConfigurationUtils.java: ## @@ -228,4 +233,21 @@ public T get(String name) {

Re: [PR] KAFKA-18484; Improve exception handling during coordinator unload [kafka]

2025-01-16 Thread via GitHub
squah-confluent commented on code in PR #18499: URL: https://github.com/apache/kafka/pull/18499#discussion_r1918440313 ## server-common/src/main/java/org/apache/kafka/deferred/DeferredEventQueue.java: ## @@ -82,7 +85,11 @@ public void failAll(Exception exception) {

Re: [PR] KAFKA-18484; Improve exception handling during coordinator unload [kafka]

2025-01-16 Thread via GitHub
squah-confluent commented on code in PR #18499: URL: https://github.com/apache/kafka/pull/18499#discussion_r1918440313 ## server-common/src/main/java/org/apache/kafka/deferred/DeferredEventQueue.java: ## @@ -82,7 +85,11 @@ public void failAll(Exception exception) {

Re: [PR] [KAFKA-16720] AdminClient Support for ListShareGroupOffsets (1/n) [kafka]

2025-01-16 Thread via GitHub
sjhajharia commented on code in PR #18571: URL: https://github.com/apache/kafka/pull/18571#discussion_r1918501064 ## clients/src/main/java/org/apache/kafka/clients/admin/ListShareGroupOffsetsResult.java: ## @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software Foundation (ASF

Re: [PR] [KAFKA-16720] AdminClient Support for ListShareGroupOffsets (1/n) [kafka]

2025-01-16 Thread via GitHub
sjhajharia commented on code in PR #18571: URL: https://github.com/apache/kafka/pull/18571#discussion_r1918508482 ## clients/src/main/java/org/apache/kafka/clients/admin/ListShareGroupOffsetsSpec.java: ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [KAFKA-16720] AdminClient Support for ListShareGroupOffsets (1/n) [kafka]

2025-01-16 Thread via GitHub
sjhajharia commented on code in PR #18571: URL: https://github.com/apache/kafka/pull/18571#discussion_r1918539274 ## server-common/src/main/java/org/apache/kafka/server/share/persister/PersisterStateManager.java: ## @@ -730,6 +734,147 @@ protected RPCType rpcType() { }

Re: [PR] [KAFKA-16720] AdminClient Support for ListShareGroupOffsets (1/n) [kafka]

2025-01-16 Thread via GitHub
sjhajharia commented on code in PR #18571: URL: https://github.com/apache/kafka/pull/18571#discussion_r1918540660 ## server-common/src/main/java/org/apache/kafka/server/share/persister/PersisterStateManager.java: ## @@ -730,6 +734,147 @@ protected RPCType rpcType() { }

Re: [PR] KAFKA-2526: command line --producer-property wins [kafka]

2025-01-16 Thread via GitHub
jkt628 commented on PR #16492: URL: https://github.com/apache/kafka/pull/16492#issuecomment-2595713588 `./gradlew clients:test -PmaxParallelForks=2` passes but i cannot run the full suite due to OOM. -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] [KAFKA-16720] AdminClient Support for ListShareGroupOffsets (1/n) [kafka]

2025-01-16 Thread via GitHub
sjhajharia commented on code in PR #18571: URL: https://github.com/apache/kafka/pull/18571#discussion_r1918529558 ## server-common/src/main/java/org/apache/kafka/server/share/persister/DefaultStatePersister.java: ## @@ -288,7 +291,96 @@ public CompletableFuture deleteState(Dele

Re: [PR] KAFKA-18431: Remove KafkaController [kafka]

2025-01-16 Thread via GitHub
ijuma commented on code in PR #18573: URL: https://github.com/apache/kafka/pull/18573#discussion_r1918633148 ## core/src/test/scala/unit/kafka/cluster/BrokerEndPointTest.scala: ## @@ -1,204 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * co

[PR] Convert BrokerEndPoint to record [kafka]

2025-01-16 Thread via GitHub
ijuma opened a new pull request, #18577: URL: https://github.com/apache/kafka/pull/18577 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade not

Re: [PR] KAFKA-18405: Remove ZooKeeper logic from DynamicBrokerConfig [kafka]

2025-01-16 Thread via GitHub
FrankYang0529 commented on PR #18508: URL: https://github.com/apache/kafka/pull/18508#issuecomment-2594771435 Hi @chia7712, I address all comments. Could you take a look when you have time? Thank you. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (KAFKA-18546) Change ClientUtilsTest#testParseAndValidateAddressesWithReverseLookup to mock test

2025-01-16 Thread PoAn Yang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913598#comment-17913598 ] PoAn Yang commented on KAFKA-18546: --- PR: https://github.com/apache/kafka/pull/18565 >

[jira] [Assigned] (KAFKA-18546) Change ClientUtilsTest#testParseAndValidateAddressesWithReverseLookup to mock test

2025-01-16 Thread PoAn Yang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PoAn Yang reassigned KAFKA-18546: - Assignee: (was: PoAn Yang) > Change ClientUtilsTest#testParseAndValidateAddressesWithRevers

[jira] [Resolved] (KAFKA-18331) Update process.roles to required configuration

2025-01-16 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18331. - Resolution: Fixed > Update process.roles to required configuration > ---

[jira] [Updated] (KAFKA-18552) Remove unnecessary version check from KafkaApisTest

2025-01-16 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-18552: Fix Version/s: 4.1.0 > Remove unnecessary version check from KafkaApisTest > -

Re: [PR] KAFKA-18514: Refactor share module code to server and server-common [kafka]

2025-01-16 Thread via GitHub
ijuma merged PR #18524: URL: https://github.com/apache/kafka/pull/18524 -- 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-18514: Refactor share module code to server and server-common [kafka]

2025-01-16 Thread via GitHub
ijuma commented on PR #18524: URL: https://github.com/apache/kafka/pull/18524#issuecomment-2594792788 Merged to trunk. There were some conflicts when I cherry-picked to 4.0 - I'll take another look at that tomorrow. -- This is an automated message from the Apache Git Service. To respond t

[jira] [Resolved] (KAFKA-18552) Remove unnecessary version check from KafkaApisTest

2025-01-16 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18552. - Resolution: Fixed > Remove unnecessary version check from KafkaApisTest > --

[jira] [Updated] (KAFKA-18514) Refactor share module to server and server-common

2025-01-16 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-18514: Fix Version/s: 4.0.0 > Refactor share module to server and server-common > ---

[jira] [Resolved] (KAFKA-18472) Remove MetadataSupport

2025-01-16 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-18472. - Fix Version/s: 4.0.0 Resolution: Fixed > Remove MetadataSupport > --

[PR] MINOR: Change share coord linger ms in line with group coord. [kafka]

2025-01-16 Thread via GitHub
smjn opened a new pull request, #18572: URL: https://github.com/apache/kafka/pull/18572 * The default append linger ms for group coord was recently changed from 10 -> 5. * This PR aims to bring share coord in line with the same. -- This is an automated message from the Apache Git Servi

Re: [PR] KAFKA-16368: Update default linger.ms to 5 for KIP-1030 [kafka]

2025-01-16 Thread via GitHub
divijvaidya merged PR #18080: URL: https://github.com/apache/kafka/pull/18080 -- 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.apa

Re: [PR] KAFKA-18529: PlaintextAdminIntegrationTest and ConsumerRebootstrapTest should run for async consumer [kafka]

2025-01-16 Thread via GitHub
lianetm commented on code in PR #18554: URL: https://github.com/apache/kafka/pull/18554#discussion_r1918791042 ## core/src/test/scala/integration/kafka/api/ConsumerRebootstrapTest.scala: ## @@ -135,12 +135,13 @@ object ConsumerRebootstrapTest { final val RebootstrapTestName

Re: [PR] KAFKA-18373: Remove ZkMetadataCache [kafka]

2025-01-16 Thread via GitHub
FrankYang0529 commented on code in PR #18553: URL: https://github.com/apache/kafka/pull/18553#discussion_r1918803822 ## core/src/test/scala/unit/kafka/server/FinalizedFeatureCacheTest.scala: ## @@ -1,109 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one

[PR] MINOR: retrieve testUnauthorizedTopicMetadataRequest [kafka]

2025-01-16 Thread via GitHub
TaiJuWu opened a new pull request, #18578: URL: https://github.com/apache/kafka/pull/18578 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgra

Re: [PR] KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCache, KafkaController and raftSupport [kafka]

2025-01-16 Thread via GitHub
TaiJuWu commented on code in PR #18542: URL: https://github.com/apache/kafka/pull/18542#discussion_r1918818927 ## core/src/test/scala/unit/kafka/server/KafkaApisTest.scala: ## @@ -3612,175 +3569,6 @@ class KafkaApisTest extends Logging { assertEquals(Set(0), response.broker

Re: [PR] Infrastructure for system tests for the new share consumer client [kafka]

2025-01-16 Thread via GitHub
chirag-wadhwa5 commented on code in PR #18209: URL: https://github.com/apache/kafka/pull/18209#discussion_r1918820386 ## tests/kafkatest/tests/verifiable_share_consumer_test.py: ## @@ -0,0 +1,106 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contrib

Re: [PR] Infrastructure for system tests for the new share consumer client [kafka]

2025-01-16 Thread via GitHub
chirag-wadhwa5 commented on code in PR #18209: URL: https://github.com/apache/kafka/pull/18209#discussion_r1918822174 ## tests/kafkatest/services/verifiable_share_consumer.py: ## @@ -0,0 +1,337 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contribut

Re: [PR] KAFKA-18529: PlaintextAdminIntegrationTest and ConsumerRebootstrapTest should run for async consumer [kafka]

2025-01-16 Thread via GitHub
TaiJuWu commented on code in PR #18554: URL: https://github.com/apache/kafka/pull/18554#discussion_r1918826202 ## core/src/test/scala/integration/kafka/api/ConsumerRebootstrapTest.scala: ## @@ -135,12 +135,13 @@ object ConsumerRebootstrapTest { final val RebootstrapTestName

Re: [PR] KAFKA-18229: Move configs out of "kraft" directory [kafka]

2025-01-16 Thread via GitHub
frankvicky commented on code in PR #18389: URL: https://github.com/apache/kafka/pull/18389#discussion_r1918784490 ## bin/kafka-server-start.sh: ## @@ -19,6 +19,14 @@ then echo "USAGE: $0 [-daemon] server.properties [--override property=value]*" exit 1 fi + +for

Re: [PR] KAFKA-18546: Use mocks instead of a real DNS lookup to the outside [kafka]

2025-01-16 Thread via GitHub
cadonna commented on PR #18565: URL: https://github.com/apache/kafka/pull/18565#issuecomment-2596088999 Yeah, I agree with you. -- 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 commen

Re: [PR] KAFKA-18546: Use mocks instead of a real DNS lookup to the outside [kafka]

2025-01-16 Thread via GitHub
cadonna commented on PR #18565: URL: https://github.com/apache/kafka/pull/18565#issuecomment-2596070101 Cherry-picked to `3.9` and `3.8`. @dajac May I cherry-pick this commit also to `4.0` -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] KAFKA-18553: Update javadoc and comments of ConfigType [kafka]

2025-01-16 Thread via GitHub
chia7712 commented on code in PR #18567: URL: https://github.com/apache/kafka/pull/18567#discussion_r1918794057 ## server-common/src/main/java/org/apache/kafka/server/config/ConfigType.java: ## @@ -31,6 +31,5 @@ public class ConfigType { public static final String CLIENT_ME

Re: [PR] KAFKA-18546: Use mocks instead of a real DNS lookup to the outside [kafka]

2025-01-16 Thread via GitHub
lianetm commented on PR #18565: URL: https://github.com/apache/kafka/pull/18565#issuecomment-2596085100 Will let David say but my take is that we should definitely cherry-pick it to 4.0. Low risk (test change), and the fix avoids the test breaking unexpectedly again as it has happened sever

Re: [PR] KAFKA-18373: Remove ZkMetadataCache [kafka]

2025-01-16 Thread via GitHub
ijuma commented on code in PR #18553: URL: https://github.com/apache/kafka/pull/18553#discussion_r1918847276 ## core/src/test/scala/unit/kafka/server/FinalizedFeatureCacheTest.scala: ## @@ -1,109 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-14485: Move LogCleaner exceptions to storage module [kafka]

2025-01-16 Thread via GitHub
mimaison merged PR #18534: URL: https://github.com/apache/kafka/pull/18534 -- 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-18553: Update javadoc and comments of ConfigType [kafka]

2025-01-16 Thread via GitHub
apoorvmittal10 commented on code in PR #18567: URL: https://github.com/apache/kafka/pull/18567#discussion_r1918856970 ## server-common/src/main/java/org/apache/kafka/server/config/ConfigType.java: ## @@ -31,6 +31,5 @@ public class ConfigType { public static final String CLI

[jira] [Commented] (KAFKA-18569) New consumer close may wait on unneeded FindCoordinator

2025-01-16 Thread Lianet Magrans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913792#comment-17913792 ] Lianet Magrans commented on KAFKA-18569: Hey [~chia7712] , we've worked together

[jira] [Assigned] (KAFKA-18569) New consumer close may wait on unneeded FindCoordinator

2025-01-16 Thread Lianet Magrans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lianet Magrans reassigned KAFKA-18569: -- Assignee: TengYao Chi > New consumer close may wait on unneeded FindCoordinator > ---

Re: [PR] MINOR: retrieve testUnauthorizedTopicMetadataRequest [kafka]

2025-01-16 Thread via GitHub
chia7712 commented on code in PR #18578: URL: https://github.com/apache/kafka/pull/18578#discussion_r1918907903 ## core/src/test/scala/unit/kafka/server/KafkaApisTest.scala: ## @@ -3561,6 +3561,115 @@ class KafkaApisTest extends Logging { assertEquals(Set(0), response.broke

Re: [PR] KAFKA-17894: Implemented broker topic metrics for Share Group 1/N (KIP-1103) [kafka]

2025-01-16 Thread via GitHub
apoorvmittal10 commented on code in PR #18444: URL: https://github.com/apache/kafka/pull/18444#discussion_r1918923958 ## core/src/main/java/kafka/server/share/SharePartitionManager.java: ## @@ -693,6 +717,38 @@ private static void removeSharePartitionFromCache( } }

Re: [PR] KAFKA-17894: Implemented broker topic metrics for Share Group 1/N (KIP-1103) [kafka]

2025-01-16 Thread via GitHub
apoorvmittal10 commented on code in PR #18444: URL: https://github.com/apache/kafka/pull/18444#discussion_r1918926272 ## core/src/main/java/kafka/server/share/SharePartitionManager.java: ## @@ -361,24 +376,31 @@ public CompletableFuture> mapAcknowledgementFutures(Map> futuresM

Re: [PR] KAFKA-17894: Implemented broker topic metrics for Share Group 1/N (KIP-1103) [kafka]

2025-01-16 Thread via GitHub
apoorvmittal10 commented on PR #18444: URL: https://github.com/apache/kafka/pull/18444#issuecomment-2596292052 I have addressed the comments, the PR is ready for review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Resolved] (KAFKA-18556) Remove JaasModule#zkDigestModule, JaasTestUtils#zkSections and its usage

2025-01-16 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-18556. Resolution: Fixed > Remove JaasModule#zkDigestModule, JaasTestUtils#zkSections and its usa

Re: [PR] KAFKA-17642: PreVote response handling and ProspectiveState [kafka]

2025-01-16 Thread via GitHub
jsancio commented on code in PR #18240: URL: https://github.com/apache/kafka/pull/18240#discussion_r1918761915 ## raft/src/main/java/org/apache/kafka/raft/QuorumState.java: ## @@ -562,6 +656,25 @@ public void transitionToCandidate() { )); } +private void chec

Re: [PR] KAFKA-806: Index may not always observe log.index.interval.bytes [kafka]

2025-01-16 Thread via GitHub
junrao commented on code in PR #18012: URL: https://github.com/apache/kafka/pull/18012#discussion_r1918939953 ## storage/src/main/java/org/apache/kafka/storage/internals/log/LogValidator.java: ## @@ -239,7 +233,6 @@ public ValidationResult assignOffsetsNonCompressed(LongRef off

  1   2   3   >