Re: [PR] KAFKA-19155: Update security guide with ACLs for stream RPCs [kafka]

2025-05-30 Thread via GitHub
github-actions[bot] commented on PR #19799: URL: https://github.com/apache/kafka/pull/19799#issuecomment-2924119324 A label of 'needs-attention' was automatically added to this PR in order to raise the attention of the committers. Once this issue has been triaged, the `triage` label s

Re: [PR] KAFKA-19144 Move DelayedProduce to server module [kafka]

2025-05-30 Thread via GitHub
johnny94 commented on PR #19793: URL: https://github.com/apache/kafka/pull/19793#issuecomment-2924392895 Fixed. Thanks. @chia7712 -- 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 com

Re: [PR] MINOR: Remove unused system test code and avoid misleading `quorum.zk` references [kafka]

2025-05-30 Thread via GitHub
github-actions[bot] commented on PR #19034: URL: https://github.com/apache/kafka/pull/19034#issuecomment-2924139646 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the P

Re: [PR] KAFKA-19355: Remove interBrokerListenerName from ClusterControlManager [kafka]

2025-05-30 Thread via GitHub
DL1231 commented on PR #19866: URL: https://github.com/apache/kafka/pull/19866#issuecomment-2923983711 Thanks for the PR, LGTM. -- 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

[jira] [Updated] (KAFKA-19351) AsyncConsumer#commitAsync should copy the input offsets

2025-05-30 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-19351: -- Component/s: clients consumer > AsyncConsumer#commitAsync should copy the input offse

Re: [PR] MINOR: Remove zk from replica_verification_test [kafka]

2025-05-30 Thread via GitHub
github-actions[bot] commented on PR #19015: URL: https://github.com/apache/kafka/pull/19015#issuecomment-2924139628 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the P

Re: [PR] KAFKA-15283:[1/N] Client support for OffsetCommit with topic ID [kafka]

2025-05-30 Thread via GitHub
DL1231 commented on code in PR #19577: URL: https://github.com/apache/kafka/pull/19577#discussion_r2117008511 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -698,15 +699,22 @@ class OffsetCommitRequestState extends Retriabl

[PR] MINOR: Refactor awaitNonEmptyRecords to remove dead code and improve clarity [kafka]

2025-05-30 Thread via GitHub
jingjia88 opened a new pull request, #19868: URL: https://github.com/apache/kafka/pull/19868 This refactor improves the implementation of `awaitNonEmptyRecords` by: - Removing the unreachable `throw new IllegalStateException` statement, which was dead code due to `pollRecordsUntilTrue

Re: [PR] MINOR: Cleanup JMH-Benchmarks Module [kafka]

2025-05-30 Thread via GitHub
sjhajharia commented on PR #19791: URL: https://github.com/apache/kafka/pull/19791#issuecomment-2924430980 Hey @frankvicky If you can pls have a look at this PR too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] KAFKA-19321: Added share_consumer_performance.py and related system tests [kafka]

2025-05-30 Thread via GitHub
chirag-wadhwa5 commented on code in PR #19836: URL: https://github.com/apache/kafka/pull/19836#discussion_r2115716810 ## tests/kafkatest/benchmarks/core/benchmark_test.py: ## @@ -273,6 +342,62 @@ def test_consumer_throughput(self, compression_type="none", security_protocol="P

Re: [PR] MINOR: Cleanup Core Module- Scala Modules (4/n) [kafka]

2025-05-30 Thread via GitHub
sjhajharia commented on code in PR #19805: URL: https://github.com/apache/kafka/pull/19805#discussion_r2114385406 ## core/src/test/scala/unit/kafka/security/authorizer/AuthorizerTest.scala: ## @@ -567,7 +567,7 @@ class AuthorizerTest extends QuorumTestHarness with BaseAuthorize

Re: [PR] MINOR: Add missing tag to testShareGroups test [kafka]

2025-05-30 Thread via GitHub
AndrewJSchofield merged PR #19860: URL: https://github.com/apache/kafka/pull/19860 -- 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

[PR] KAFKA-19048: KIP-1151: Minimal movement replica balancing algorithm for reassignment [kafka]

2025-05-30 Thread via GitHub
pjl1070048431 opened a new pull request, #19858: URL: https://github.com/apache/kafka/pull/19858 **Motivation** Kafka clusters typically require rebalancing of topic replicas after horizontal scaling to evenly distribute the load across new and existing brokers. The current rebalancing a

[PR] MINOR: Fixing logs and adding exception in response [kafka]

2025-05-30 Thread via GitHub
apoorvmittal10 opened a new pull request, #19859: URL: https://github.com/apache/kafka/pull/19859 PR streamlines the logs when delete share group or offset is triggered. Also fixes the response when group is not found while deleting share group. -- This is an automated message from the Ap

Re: [PR] KAFKA-19321: Added share_consumer_performance.py and related system tests [kafka]

2025-05-30 Thread via GitHub
AndrewJSchofield commented on code in PR #19836: URL: https://github.com/apache/kafka/pull/19836#discussion_r2115359871 ## tests/kafkatest/benchmarks/core/benchmark_test.py: ## @@ -273,6 +342,62 @@ def test_consumer_throughput(self, compression_type="none", security_protocol="P

[PR] KAFKA-19353: Upgrade note and initial docs for KIP-932 [kafka]

2025-05-30 Thread via GitHub
AndrewJSchofield opened a new pull request, #19863: URL: https://github.com/apache/kafka/pull/19863 This is the initial documentation for KIP-932 preview in AK 4.1. The aim is to get very minimal docs in before the cutoff. Longer term, more comprehensive documentation will be provided for A

[PR] KAFKA-19338: Error on read/write of uninitialized share part. [kafka]

2025-05-30 Thread via GitHub
smjn opened a new pull request, #19861: URL: https://github.com/apache/kafka/pull/19861 - Currently, read and write share state requests were allowed on uninitialized share partitions (share partitions on which initializeState has NOT been called). This should not be allowed. - This PR a

Re: [PR] [WIP]KAFKA-19325 improve forceComplete() in DelayedOperation [kafka]

2025-05-30 Thread via GitHub
m1a2st commented on code in PR #19862: URL: https://github.com/apache/kafka/pull/19862#discussion_r2116055162 ## core/src/main/java/kafka/server/share/DelayedShareFetch.java: ## @@ -379,7 +380,12 @@ public boolean tryComplete() { partitionsAcquired.clear();

Re: [PR] KAFKA-15283:[1/N] Client support for OffsetCommit with topic ID [kafka]

2025-05-30 Thread via GitHub
lianetm commented on code in PR #19577: URL: https://github.com/apache/kafka/pull/19577#discussion_r2116058907 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -698,15 +699,22 @@ class OffsetCommitRequestState extends Retriab

Re: [PR] KAFKA-14145; Faster KRaft HWM replication [kafka]

2025-05-30 Thread via GitHub
jsancio commented on code in PR #19800: URL: https://github.com/apache/kafka/pull/19800#discussion_r2116124510 ## clients/src/main/resources/common/message/FetchResponse.json: ## @@ -48,7 +48,9 @@ // Version 16 adds the 'NodeEndpoints' field (KIP-951). // // Version 17

Re: [PR] KAFKA-14145; Faster KRaft HWM replication [kafka]

2025-05-30 Thread via GitHub
jsancio commented on code in PR #19800: URL: https://github.com/apache/kafka/pull/19800#discussion_r2116128631 ## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ## @@ -386,6 +385,11 @@ private void onUpdateLeaderHighWatermark( // records still held i

Re: [PR] KAFKA-14145; Faster KRaft HWM replication [kafka]

2025-05-30 Thread via GitHub
jsancio commented on code in PR #19800: URL: https://github.com/apache/kafka/pull/19800#discussion_r2116128222 ## server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java: ## @@ -264,13 +267,15 @@ public short partitionRecordVersion() { } publi

Re: [PR] KAFKA-19255: KRaft request manager should support one in-flight request per request type [kafka]

2025-05-30 Thread via GitHub
jsancio commented on code in PR #19668: URL: https://github.com/apache/kafka/pull/19668#discussion_r2114290405 ## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ## @@ -3301,20 +3313,23 @@ private long maybeSendFetchToBestNode(FollowerState state, long currentTim

[jira] [Commented] (KAFKA-19251) Resolve the flaky test ShareConsumerTest.testMultipleConsumersInGroupConcurrentConsumption

2025-05-30 Thread Shivsundar R (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955150#comment-17955150 ] Shivsundar R commented on KAFKA-19251: -- After this PR went in to AK - [https://gith

[jira] [Updated] (KAFKA-19251) Resolve the flaky test ShareConsumerTest.testMultipleConsumersInGroupConcurrentConsumption

2025-05-30 Thread Shivsundar R (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivsundar R updated KAFKA-19251: - Description: All the flaky runs had this common error log. {code:java} ERROR [ShareCoordinator i

[jira] [Resolved] (KAFKA-19351) AsyncConsumer#commitAsync should copy the input offsets

2025-05-30 Thread Lan Ding (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lan Ding resolved KAFKA-19351. -- Resolution: Fixed > AsyncConsumer#commitAsync should copy the input offsets >

Re: [PR] KAFKA-19351: AsyncConsumer#commitAsync should copy the input offsets [kafka]

2025-05-30 Thread via GitHub
AndrewJSchofield merged PR #19855: URL: https://github.com/apache/kafka/pull/19855 -- 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

[jira] [Resolved] (KAFKA-17809) Fix flaky test: testExplicitAcknowledgementCommitAsync

2025-05-30 Thread Apoorv Mittal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Mittal resolved KAFKA-17809. --- Fix Version/s: 4.1.0 Resolution: Fixed The issue has been fixed as part of other test

[PR] KAFKA-19350 Don't propagate the error caused by CreateTopicPolicy to … [kafka]

2025-05-30 Thread via GitHub
johnny94 opened a new pull request, #19857: URL: https://github.com/apache/kafka/pull/19857 …FatalFaultHandler `CreateTopicPolicy#validate` may throw unexpected exception other than `PolicyViolationException`. We should handle this case as well. -- This is an automated message fro

Re: [PR] KAFKA-19048: Minimal movement replica balancing algorithm for reassignment [kafka]

2025-05-30 Thread via GitHub
pjl1070048431 closed pull request #19297: KAFKA-19048: Minimal movement replica balancing algorithm for reassignment URL: https://github.com/apache/kafka/pull/19297 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Resolved] (KAFKA-19251) Resolve the flaky test ShareConsumerTest.testMultipleConsumersInGroupConcurrentConsumption

2025-05-30 Thread Shivsundar R (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivsundar R resolved KAFKA-19251. -- Fix Version/s: 4.1.0 Resolution: Fixed > Resolve the flaky test > ShareConsumerTest.te

Re: [PR] KAFKA-19346: Move LogReadResult to server module [kafka]

2025-05-30 Thread via GitHub
apoorvmittal10 merged PR #19846: URL: https://github.com/apache/kafka/pull/19846 -- 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.

[PR] MINOR: Add missing tag to testShareGroups test [kafka]

2025-05-30 Thread via GitHub
sjhajharia opened a new pull request, #19860: URL: https://github.com/apache/kafka/pull/19860 The commit 57ae6d6706ef3e68953e19c7960ceb76adc9 had mistakenly removed the `@Test` tag from a test. Adding it back. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] KAFKA-18695: Remove quorum=kraft and kip932 from all integration tests [kafka]

2025-05-30 Thread via GitHub
sjhajharia commented on code in PR #19633: URL: https://github.com/apache/kafka/pull/19633#discussion_r2115597886 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -2643,9 +2642,7 @@ class PlaintextAdminIntegrationTest extends BaseAdminInte

Re: [PR] KAFKA-19317 : Refactor ShareConsumerTest::waitedPoll to work with multiple records. [kafka]

2025-05-30 Thread via GitHub
ShivsundarR commented on PR #19789: URL: https://github.com/apache/kafka/pull/19789#issuecomment-2922863013 Closing this PR as we are observing stable builds in AK for the past couple of days after https://github.com/apache/kafka/pull/19824 was merged. -- This is an automated message fro

Re: [PR] KAFKA-14830: Illegal state error in transactional producer [kafka]

2025-05-30 Thread via GitHub
kirktrue commented on code in PR #17022: URL: https://github.com/apache/kafka/pull/17022#discussion_r2116240713 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ## @@ -779,14 +779,25 @@ public synchronized void maybeTransitionToError

Re: [PR] KAFKA-19317 : Refactor ShareConsumerTest::waitedPoll to work with multiple records. [kafka]

2025-05-30 Thread via GitHub
ShivsundarR closed pull request #19789: KAFKA-19317 : Refactor ShareConsumerTest::waitedPoll to work with multiple records. URL: https://github.com/apache/kafka/pull/19789 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] KAFKA-19255: KRaft request manager should support one in-flight request per request type [kafka]

2025-05-30 Thread via GitHub
kevin-wu24 commented on code in PR #19668: URL: https://github.com/apache/kafka/pull/19668#discussion_r2116237129 ## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ## @@ -3301,20 +3313,23 @@ private long maybeSendFetchToBestNode(FollowerState state, long current

Re: [PR] KAFKA-14830: Illegal state error in transactional producer [kafka]

2025-05-30 Thread via GitHub
jolshan commented on code in PR #17022: URL: https://github.com/apache/kafka/pull/17022#discussion_r2116253121 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ## @@ -779,14 +779,25 @@ public synchronized void maybeTransitionToErrorS

Re: [PR] KAFKA-19255: KRaft request manager should support one in-flight request per request type [kafka]

2025-05-30 Thread via GitHub
jsancio commented on code in PR #19668: URL: https://github.com/apache/kafka/pull/19668#discussion_r2116144053 ## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ## @@ -3301,20 +3313,23 @@ private long maybeSendFetchToBestNode(FollowerState state, long currentTim

Re: [PR] KAFKA-19255: KRaft request manager should support one in-flight request per request type [kafka]

2025-05-30 Thread via GitHub
jsancio commented on code in PR #19668: URL: https://github.com/apache/kafka/pull/19668#discussion_r2114296083 ## raft/src/main/java/org/apache/kafka/raft/RequestManager.java: ## @@ -17,23 +17,26 @@ package org.apache.kafka.raft; import org.apache.kafka.common.Node; +import

[jira] [Created] (KAFKA-19354) KRaft observer unable to recover after re-bootstrapping to follower

2025-05-30 Thread Justin Chen (Jira)
Justin Chen created KAFKA-19354: --- Summary: KRaft observer unable to recover after re-bootstrapping to follower Key: KAFKA-19354 URL: https://issues.apache.org/jira/browse/KAFKA-19354 Project: Kafka

Re: [PR] KAFKA-19239 Rewrite IntegrationTestUtils by java [kafka]

2025-05-30 Thread via GitHub
chia7712 commented on code in PR #19776: URL: https://github.com/apache/kafka/pull/19776#discussion_r2116362068 ## core/src/test/scala/integration/kafka/coordinator/transaction/ProducerIntegrationTest.scala: ## @@ -205,11 +205,12 @@ class ProducerIntegrationTest { .setP

Re: [PR] KAFKA-19255: KRaft request manager should support one in-flight request per request type [kafka]

2025-05-30 Thread via GitHub
jsancio commented on code in PR #19668: URL: https://github.com/apache/kafka/pull/19668#discussion_r2116216631 ## raft/src/test/java/org/apache/kafka/raft/RequestManagerTest.java: ## @@ -256,25 +398,25 @@ public void testAnyInflightRequestWithAnyRequest() { random

Re: [PR] KAFKA-19255: KRaft request manager should support one in-flight request per request type [kafka]

2025-05-30 Thread via GitHub
jsancio commented on code in PR #19668: URL: https://github.com/apache/kafka/pull/19668#discussion_r2116144053 ## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ## @@ -3301,20 +3313,23 @@ private long maybeSendFetchToBestNode(FollowerState state, long currentTim

Re: [PR] KAFKA-19255: KRaft request manager should support one in-flight request per request type [kafka]

2025-05-30 Thread via GitHub
jsancio commented on code in PR #19668: URL: https://github.com/apache/kafka/pull/19668#discussion_r2116147585 ## raft/src/main/java/org/apache/kafka/raft/RequestManager.java: ## @@ -62,30 +70,35 @@ public RequestManager( } /** - * Returns true if there are any c

[PR] KAFKA-19311: Document commitAsync behavioral differences between Classic and Async Consumer [kafka]

2025-05-30 Thread via GitHub
mingyen066 opened a new pull request, #19864: URL: https://github.com/apache/kafka/pull/19864 #15613 Ensuring all callbacks are trigger before completion of `commitAsync` for `AsyncKafkaConsumer`. However, the changes that #15693 made to `ClassicKafkaConsumer` were not merged. I assume thi

Re: [PR] KAFKA-14830: Illegal state error in transactional producer [kafka]

2025-05-30 Thread via GitHub
jolshan commented on code in PR #17022: URL: https://github.com/apache/kafka/pull/17022#discussion_r2116253746 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ## @@ -779,14 +779,25 @@ public synchronized void maybeTransitionToErrorS

[PR] KAFKA-18376: High CPU load when AsyncKafkaConsumer uses a small max poll value [kafka]

2025-05-30 Thread via GitHub
kirktrue opened a new pull request, #19865: URL: https://github.com/apache/kafka/pull/19865 Three changes to the `AsyncKafkaConsumer`’s internals to reduce the CPU usage: 1. Switching from using `Selector.wakeup()` to `Queue.poll()` as the mechanism to alert the network thread that t

Re: [PR] KAFKA-19144 Move DelayedProduce to server module [kafka]

2025-05-30 Thread via GitHub
chia7712 commented on PR #19793: URL: https://github.com/apache/kafka/pull/19793#issuecomment-2923094649 @johnny94 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 to the spe

Re: [PR] KAFKA-19042: [8/N] Move BaseConsumerTest, SaslPlainPlaintextConsumerTest to client-integration-tests module [kafka]

2025-05-30 Thread via GitHub
chia7712 merged PR #19651: URL: https://github.com/apache/kafka/pull/19651 -- 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: Minor updates to RangeSet [kafka]

2025-05-30 Thread via GitHub
chia7712 merged PR #19678: URL: https://github.com/apache/kafka/pull/19678 -- 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-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-30 Thread via GitHub
chia7712 commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2116434797 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,942 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

Re: [PR] KAFKA-19042: [9/N] Move GroupAuthorizerIntegrationTest to clients-integration-tests module [kafka]

2025-05-30 Thread via GitHub
chia7712 merged PR #19685: URL: https://github.com/apache/kafka/pull/19685 -- 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-19042: [10/N] Move PlaintextConsumerAssignTest to clients-integration-tests module [kafka]

2025-05-30 Thread via GitHub
chia7712 commented on PR #19773: URL: https://github.com/apache/kafka/pull/19773#issuecomment-2923148907 @TaiJuWu 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 to the spec

Re: [PR] KAFKA-19311: Document commitAsync behavioral differences between Classic and Async Consumer [kafka]

2025-05-30 Thread via GitHub
chia7712 commented on code in PR #19864: URL: https://github.com/apache/kafka/pull/19864#discussion_r2116440158 ## clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java: ## @@ -1001,7 +1005,9 @@ public void commitSync(Duration timeout) { * (in which ca

Re: [PR] KAFKA-19284: Add documentation to clarify the behavior of null values for all partitionsToOffsetAndMetadata methods. [kafka]

2025-05-30 Thread via GitHub
chia7712 commented on PR #19728: URL: https://github.com/apache/kafka/pull/19728#issuecomment-2923150177 @LoganZhuZzz any updates? -- 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 com

Re: [PR] MINOR: Add missing tag to testShareGroups test [kafka]

2025-05-30 Thread via GitHub
chia7712 commented on PR #19860: URL: https://github.com/apache/kafka/pull/19860#issuecomment-2921967786 @sjhajharia thanks for this fix -- 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 specif

[jira] [Assigned] (KAFKA-19319) Don't reset election timeout for prospective on transition to prospectiveVoted

2025-05-30 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-19319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] José Armando García Sancio reassigned KAFKA-19319: -- Assignee: José Armando García Sancio > Don't reset election t

[jira] [Created] (KAFKA-19353) Preview documentation

2025-05-30 Thread Andrew Schofield (Jira)
Andrew Schofield created KAFKA-19353: Summary: Preview documentation Key: KAFKA-19353 URL: https://issues.apache.org/jira/browse/KAFKA-19353 Project: Kafka Issue Type: Sub-task

[PR] [WIP]KAFKA-19325 improve forceComplete() in DelayedOperation [kafka]

2025-05-30 Thread via GitHub
m1a2st opened a new pull request, #19862: URL: https://github.com/apache/kafka/pull/19862 `DelayedOperation.forceComplete()` always returns true when called inside `tryComplete()`. Only the expiration logic checks its return value. We can simplify this by making `forceComplete()` return v

[PR] KAFKA-19355: Remove interBrokerListenerName from ClusterControlManager [kafka]

2025-05-30 Thread via GitHub
apalan60 opened a new pull request, #19866: URL: https://github.com/apache/kafka/pull/19866 [JIRA: KAFKA-19355](https://issues.apache.org/jira/browse/KAFKA-19355) Following the removal of the ZK-to-KRaft migration code in commit 85bfdf4, controller-to-broker communication is now hand

[jira] [Assigned] (KAFKA-19352) PlaintextConsumerCommitTest > testCommitAsyncCompletedBeforeConsumerCloses [1] Type=Raft-Isolated

2025-05-30 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-19352: -- Assignee: Chia-Ping Tsai > PlaintextConsumerCommitTest > testCommitAsyncCompletedBefo

[jira] [Assigned] (KAFKA-19355) Remove interBrokerListenerName from ClusterControlManager

2025-05-30 Thread HongYi Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] HongYi Chen reassigned KAFKA-19355: --- Assignee: HongYi Chen (was: Chia-Ping Tsai) > Remove interBrokerListenerName from ClusterC

Re: [PR] KAFKA-18573: Add support for OAuth jwt-bearer grant type [kafka]

2025-05-30 Thread via GitHub
lianetm commented on code in PR #19754: URL: https://github.com/apache/kafka/pull/19754#discussion_r2116573237 ## clients/src/main/java/org/apache/kafka/common/config/SaslConfigs.java: ## @@ -129,6 +130,186 @@ public class SaslConfigs { + " authentication provider."

[jira] [Created] (KAFKA-19355) Remove interBrokerListenerName from ClusterControlManager

2025-05-30 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-19355: -- Summary: Remove interBrokerListenerName from ClusterControlManager Key: KAFKA-19355 URL: https://issues.apache.org/jira/browse/KAFKA-19355 Project: Kafka

[jira] [Created] (KAFKA-19356) AsyncConsumer should ensure consistency of assigned partitions and subscription

2025-05-30 Thread Lianet Magrans (Jira)
Lianet Magrans created KAFKA-19356: -- Summary: AsyncConsumer should ensure consistency of assigned partitions and subscription Key: KAFKA-19356 URL: https://issues.apache.org/jira/browse/KAFKA-19356 P

[jira] [Updated] (KAFKA-19356) AsyncConsumer should ensure consistency of assigned partitions and subscription

2025-05-30 Thread Lianet Magrans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lianet Magrans updated KAFKA-19356: --- Labels: consumer-threading-refactor kip-848-client-support (was: ) > AsyncConsumer should e

[jira] [Updated] (KAFKA-19356) AsyncConsumer should ensure consistency of assigned partitions and subscription

2025-05-30 Thread Lianet Magrans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lianet Magrans updated KAFKA-19356: --- Description: With the new AsyncConsumer, the client reconciles partitions assigned by the c

Re: [PR] KAFKA-16894: share.version becomes stable feature for preview [kafka]

2025-05-30 Thread via GitHub
AndrewJSchofield commented on PR #19831: URL: https://github.com/apache/kafka/pull/19831#issuecomment-2921599058 > How about adding this change to docs (`upgrade.html`)? Users can update the version of Share using the feature tool. That is a good idea. I will do this shortly. I am als

[jira] [Resolved] (KAFKA-19346) Move LogReadResult to server module

2025-05-30 Thread Apoorv Mittal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Mittal resolved KAFKA-19346. --- Fix Version/s: 4.1.0 Resolution: Fixed > Move LogReadResult to server module > --

Re: [PR] KAFKA-17747: [6/N] Replace subscription metadata with metadata hash in share group [kafka]

2025-05-30 Thread via GitHub
chia7712 commented on code in PR #19796: URL: https://github.com/apache/kafka/pull/19796#discussion_r2115934867 ## group-coordinator/src/test/java/org/apache/kafka/coordinator/group/modern/share/ShareGroupBuilder.java: ## @@ -72,29 +70,8 @@ public List build(TopicsImage topicsI

[jira] [Updated] (KAFKA-15449) Verify transactional offset commits (KIP-890 part 1)

2025-05-30 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan updated KAFKA-15449: --- Fix Version/s: 3.7.0 > Verify transactional offset commits (KIP-890 part 1) > --

Re: [PR] KAFKA-18066: Fix mismatched StreamThread ID in log messages [kafka]

2025-05-30 Thread via GitHub
UladzislauBlok commented on PR #19517: URL: https://github.com/apache/kafka/pull/19517#issuecomment-2923586553 @mjsax Hey. Sorry for bothering you. Could you please review it, if you have free capacity? -- This is an automated message from the Apache Git Service. To respond to the message

[jira] [Assigned] (KAFKA-19354) KRaft observer unable to recover after re-bootstrapping to follower

2025-05-30 Thread Alyssa Huang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alyssa Huang reassigned KAFKA-19354: Assignee: Alyssa Huang > KRaft observer unable to recover after re-bootstrapping to follo

Re: [PR] KAFKA-17645: KIP-1052: Enable warmup in producer performance test [kafka]

2025-05-30 Thread via GitHub
matt-welch commented on code in PR #17340: URL: https://github.com/apache/kafka/pull/17340#discussion_r2116773185 ## tools/src/main/java/org/apache/kafka/tools/ProducerPerformance.java: ## @@ -471,6 +513,10 @@ public void onCompletion(RecordMetadata metadata, Exception exceptio

Re: [PR] KAFKA-17645: KIP-1052: Enable warmup in producer performance test [kafka]

2025-05-30 Thread via GitHub
matt-welch commented on code in PR #17340: URL: https://github.com/apache/kafka/pull/17340#discussion_r2116785063 ## tools/src/main/java/org/apache/kafka/tools/ProducerPerformance.java: ## @@ -94,7 +98,11 @@ void start(String[] args) throws IOException { record

Re: [PR] KAFKA-17645: KIP-1052: Enable warmup in producer performance test [kafka]

2025-05-30 Thread via GitHub
matt-welch commented on code in PR #17340: URL: https://github.com/apache/kafka/pull/17340#discussion_r2116789860 ## tools/src/main/java/org/apache/kafka/tools/ProducerPerformance.java: ## @@ -94,7 +98,11 @@ void start(String[] args) throws IOException { record

Re: [PR] KAFKA-17645: KIP-1052: Enable warmup in producer performance test [kafka]

2025-05-30 Thread via GitHub
matt-welch commented on PR #17340: URL: https://github.com/apache/kafka/pull/17340#issuecomment-2923630408 Hi @chia7712. I've updated my latest commit with your suggestions and I think it's a bit more readable now. Let me know if anyone has any more feedback. -- This is an automated

[jira] [Commented] (KAFKA-19356) AsyncConsumer should ensure consistency of assigned partitions and subscription

2025-05-30 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955340#comment-17955340 ] Kirk True commented on KAFKA-19356: --- [~lianetm]—The link to {{FetchCollector.fetchReco

[PR] MINOR: Refactor createResponseConfig to avoid collection copy and conversion [kafka]

2025-05-30 Thread via GitHub
yunchipang opened a new pull request, #19867: URL: https://github.com/apache/kafka/pull/19867 parent: https://github.com/apache/kafka/pull/19687/files#r2094574178 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Comment Edited] (KAFKA-19356) AsyncConsumer should ensure consistency of assigned partitions and subscription

2025-05-30 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955340#comment-17955340 ] Kirk True edited comment on KAFKA-19356 at 5/30/25 10:40 PM: -