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

2024-09-11 Thread via GitHub
pegasas commented on PR #17059: URL: https://github.com/apache/kafka/pull/17059#issuecomment-2343272830 ![image](https://github.com/user-attachments/assets/c511e96c-9192-4c2c-bdb5-2141dc4f509f) ![image](https://github.com/user-attachments/assets/6a350d14-57b4-4130-8a79-4175533288fa) f

Re: [PR] KAFKA-17448: New consumer seek should update positions in background thread [kafka]

2024-09-11 Thread via GitHub
FrankYang0529 commented on code in PR #17075: URL: https://github.com/apache/kafka/pull/17075#discussion_r1753881144 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/SeekUnvalidatedEvent.java: ## @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-11 Thread via GitHub
mimaison commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1753849319 ## config/kraft/reconfig-server.properties: ## @@ -0,0 +1,132 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more Review Comment: It's unclear

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-11 Thread via GitHub
mimaison commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1753841794 ## docs/ops.html: ## @@ -3776,25 +3776,77 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-11 Thread via GitHub
mimaison commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1753837295 ## docs/ops.html: ## @@ -3776,25 +3776,77 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-11 Thread via GitHub
mimaison commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1753780968 ## docs/ops.html: ## @@ -3776,25 +3776,77 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-11 Thread via GitHub
mimaison commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1753776432 ## docs/ops.html: ## @@ -3776,25 +3776,71 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-11 Thread via GitHub
mimaison commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1753754828 ## docs/quickstart.html: ## @@ -32,8 +32,8 @@ the latest Kafka release and extract it: -$ tar -xzf kafka_{{scalaVersion}}-{{fullDotV

Re: [PR] KAFKA-17347: Add missing client-metrics option to kafka-configs.sh [kafka]

2024-09-11 Thread via GitHub
AndrewJSchofield commented on code in PR #17046: URL: https://github.com/apache/kafka/pull/17046#discussion_r1753746159 ## core/src/test/java/kafka/admin/ConfigCommandIntegrationTest.java: ## @@ -620,6 +699,17 @@ private void deleteAndVerifyGroupConfigValue(Admin client,

Re: [PR] KAFKA-17290: Added Integration tests for ShareFetch and ShareAcknowledge APIs [kafka]

2024-09-11 Thread via GitHub
omkreddy merged PR #16916: URL: https://github.com/apache/kafka/pull/16916 -- 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-15319: Upgrade rocksdb to fix CVE-2022-37434 [kafka]

2024-09-11 Thread via GitHub
chia7712 commented on PR #14216: URL: https://github.com/apache/kafka/pull/14216#issuecomment-2342917872 @lucasbru I open https://issues.apache.org/jira/browse/KAFKA-17520 for bumping the version. Please let me know if you have any concerns -- This is an automated message from the Apache

Re: [PR] KAFKA-16379: Coordinator event queue, processing, flush, purgatory time histograms [kafka]

2024-09-11 Thread via GitHub
dimitarndimitrov commented on code in PR #16949: URL: https://github.com/apache/kafka/pull/16949#discussion_r1753395793 ## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/metrics/HdrHistogram.java: ## @@ -0,0 +1,145 @@ +/* + * Licensed to the Apache Software F

Re: [PR] KAFKA-17287: Added integration tests for ShareConsumer [kafka]

2024-09-10 Thread via GitHub
ShivsundarR closed pull request #17009: KAFKA-17287: Added integration tests for ShareConsumer URL: https://github.com/apache/kafka/pull/17009 -- 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-17435:remove use.incremental.alter.configs [kafka]

2024-09-10 Thread via GitHub
chia7712 merged PR #17027: URL: https://github.com/apache/kafka/pull/17027 -- 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 Handle new Gradle exit code behavior in deflake.yml [kafka]

2024-09-10 Thread via GitHub
chia7712 merged PR #17158: URL: https://github.com/apache/kafka/pull/17158 -- 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 Move some things into committer-tools [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on PR #17162: URL: https://github.com/apache/kafka/pull/17162#issuecomment-2342720223 Should `kafka-merge-pr.py` be included? https://github.com/apache/kafka/blob/trunk/kafka-merge-pr.py -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] KAFKA-17400: Added share fetch purgatory for delaying share fetch requests [kafka]

2024-09-10 Thread via GitHub
adixitconfluent commented on code in PR #16969: URL: https://github.com/apache/kafka/pull/16969#discussion_r1753171734 ## core/src/test/java/kafka/server/share/SharePartitionManagerTest.java: ## @@ -1750,159 +1647,439 @@ public void testAcknowledgeEmptyPartitionCacheMap() {

Re: [PR] KAFKA-17400: Added share fetch purgatory for delaying share fetch requests [kafka]

2024-09-10 Thread via GitHub
adixitconfluent commented on code in PR #16969: URL: https://github.com/apache/kafka/pull/16969#discussion_r1753171734 ## core/src/test/java/kafka/server/share/SharePartitionManagerTest.java: ## @@ -1750,159 +1647,439 @@ public void testAcknowledgeEmptyPartitionCacheMap() {

[PR] KAFKA-17253: Deprecate Leaking Getter Methods in Joined Helper Class [kafka]

2024-09-10 Thread via GitHub
frankvicky opened a new pull request, #17164: URL: https://github.com/apache/kafka/pull/17164 JIRA: [KAFKA-17253](https://issues.apache.org/jira/browse/KAFKA-17253) > The helper class `Joined` has four getter methods `gracePeriod()`, `keySerde()`, `valueSerde()` and `otherValueSerde()` wh

Re: [PR] KAFKA-17472: Speed Up DescribeConsumerGroupTest [kafka]

2024-09-10 Thread via GitHub
chenyulin0719 commented on code in PR #17117: URL: https://github.com/apache/kafka/pull/17117#discussion_r1753097885 ## tools/src/test/java/org/apache/kafka/tools/consumer/group/ConsumerGroupCommandTestUtils.java: ## @@ -85,6 +88,9 @@ static List forKRaftGroupCoordinator() {

Re: [PR] KAFKA-17472: Speed Up DescribeConsumerGroupTest [kafka]

2024-09-10 Thread via GitHub
m1a2st commented on code in PR #17117: URL: https://github.com/apache/kafka/pull/17117#discussion_r1753082058 ## tools/src/test/java/org/apache/kafka/tools/consumer/group/ConsumerGroupCommandTestUtils.java: ## @@ -85,6 +88,9 @@ static List forKRaftGroupCoordinator() { M

Re: [PR] KAFKA-17472: Speed Up DescribeConsumerGroupTest [kafka]

2024-09-10 Thread via GitHub
chenyulin0719 commented on code in PR #17117: URL: https://github.com/apache/kafka/pull/17117#discussion_r1753077397 ## tools/src/test/java/org/apache/kafka/tools/consumer/group/ConsumerGroupCommandTestUtils.java: ## @@ -85,6 +88,9 @@ static List forKRaftGroupCoordinator() {

[PR] KAFKA-17057: Add RETRY option to ProductionExceptionHanlder [kafka]

2024-09-10 Thread via GitHub
mjsax opened a new pull request, #17163: URL: https://github.com/apache/kafka/pull/17163 Implements KIP-1065 -- 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,

Re: [PR] KAFKA-17508: Adding some guard for fallback deletion logic [kafka]

2024-09-10 Thread via GitHub
showuon commented on code in PR #17154: URL: https://github.com/apache/kafka/pull/17154#discussion_r1753034548 ## storage/src/main/java/org/apache/kafka/storage/internals/log/LogSegment.java: ## @@ -805,6 +805,10 @@ private Void deleteTypeIfExists(StorageAction delete, Stri

Re: [PR] KAFKA-17506 KRaftMigrationDriver initialization race [kafka]

2024-09-10 Thread via GitHub
showuon commented on code in PR #17147: URL: https://github.com/apache/kafka/pull/17147#discussion_r1753049138 ## metadata/src/test/java/org/apache/kafka/metadata/migration/KRaftMigrationDriverTest.java: ## @@ -232,6 +232,32 @@ CompletableFuture enqueueMetadataChangeEventWithFu

Re: [PR] KAFKA-17508: Adding some guard for fallback deletion logic [kafka]

2024-09-10 Thread via GitHub
showuon commented on code in PR #17154: URL: https://github.com/apache/kafka/pull/17154#discussion_r1753034548 ## storage/src/main/java/org/apache/kafka/storage/internals/log/LogSegment.java: ## @@ -805,6 +805,10 @@ private Void deleteTypeIfExists(StorageAction delete, Stri

[PR] MINOR Move some things into committer-tools [kafka]

2024-09-10 Thread via GitHub
mumrah opened a new pull request, #17162: URL: https://github.com/apache/kafka/pull/17162 Move reviewers.py and approve-workflows.py into committer-tools. Also update the README -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] MINOR: Change ForeachProcessor as Java doc deprecated not a comment [kafka]

2024-09-10 Thread via GitHub
mjsax merged PR #17156: URL: https://github.com/apache/kafka/pull/17156 -- 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] MINOR: Change ForeachProcessor as Java doc deprecated not a comment [kafka]

2024-09-10 Thread via GitHub
mjsax commented on PR #17156: URL: https://github.com/apache/kafka/pull/17156#issuecomment-2342452600 Thanks for the follow up! Merged 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 to go to

Re: [PR] KAFKA-8666: Improve Documentation on usage of Materialized config object [kafka]

2024-09-10 Thread via GitHub
mjsax commented on code in PR #17145: URL: https://github.com/apache/kafka/pull/17145#discussion_r1753002204 ## streams/src/main/java/org/apache/kafka/streams/kstream/Materialized.java: ## @@ -53,6 +53,30 @@ * "topicName", * Materialized.as("queryable-store-name")); *

Re: [PR] MINOR Handle new Gradle exit code behavior in deflake.yml [kafka]

2024-09-10 Thread via GitHub
mumrah commented on PR #17158: URL: https://github.com/apache/kafka/pull/17158#issuecomment-2342462002 Small fix @chia7712, PTAL -- 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

Re: [PR] KAFKA-15793 Disable testMigrateTopicDeletions for 4.0 [kafka]

2024-09-10 Thread via GitHub
mumrah merged PR #17153: URL: https://github.com/apache/kafka/pull/17153 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.o

Re: [PR] KAFKA-14995: Automate asf.yaml collaborators refresh [kafka]

2024-09-10 Thread via GitHub
fonsdant commented on PR #17124: URL: https://github.com/apache/kafka/pull/17124#issuecomment-2342443806 @mumrah many, many thanks! It have been my first contribution merged! I am very happy! 😁 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] KAFKA-14995: Automate asf.yaml collaborators refresh [kafka]

2024-09-10 Thread via GitHub
mumrah merged PR #17124: URL: https://github.com/apache/kafka/pull/17124 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.o

Re: [PR] KAFKA-16331: Remove EOSv1 from Kafka Streams system tests [kafka]

2024-09-10 Thread via GitHub
mjsax merged PR #17108: URL: https://github.com/apache/kafka/pull/17108 -- 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-12823 Remove Deprecated method KStream#through ( KIP-1087) [kafka]

2024-09-10 Thread via GitHub
mjsax commented on code in PR #16761: URL: https://github.com/apache/kafka/pull/16761#discussion_r1752975251 ## tools/src/main/java/org/apache/kafka/tools/StreamsResetter.java: ## @@ -584,8 +584,8 @@ public StreamsResetterOptions(String[] args) { .ofType(String.

Re: [PR] KAFKA-16985: Ensure consumer sends leave request on close even if interrupted [kafka]

2024-09-10 Thread via GitHub
kirktrue commented on code in PR #16686: URL: https://github.com/apache/kafka/pull/16686#discussion_r1752972613 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java: ## @@ -1302,6 +1304,42 @@ private void releaseAssignmentAndLeaveGroup(fin

Re: [PR] KAFKA-17439: Make polling for new records an explicit action/event in the new consumer [kafka]

2024-09-10 Thread via GitHub
kirktrue commented on code in PR #17035: URL: https://github.com/apache/kafka/pull/17035#discussion_r1752956657 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/FetchRequestManager.java: ## @@ -65,16 +67,59 @@ protected void maybeThrowAuthFailure(Node node) {

Re: [PR] KAFKA-17439: Make polling for new records an explicit action/event in the new consumer [kafka]

2024-09-10 Thread via GitHub
kirktrue commented on code in PR #17035: URL: https://github.com/apache/kafka/pull/17035#discussion_r1752958535 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/FetchRequestManager.java: ## @@ -65,16 +67,59 @@ protected void maybeThrowAuthFailure(Node node) {

Re: [PR] KAFKA-17439: Make polling for new records an explicit action/event in the new consumer [kafka]

2024-09-10 Thread via GitHub
kirktrue commented on code in PR #17035: URL: https://github.com/apache/kafka/pull/17035#discussion_r1752957499 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/FetchEvent.java: ## @@ -0,0 +1,36 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] KAFKA-17439: Make polling for new records an explicit action/event in the new consumer [kafka]

2024-09-10 Thread via GitHub
kirktrue commented on code in PR #17035: URL: https://github.com/apache/kafka/pull/17035#discussion_r1752956657 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/FetchRequestManager.java: ## @@ -65,16 +67,59 @@ protected void maybeThrowAuthFailure(Node node) {

[PR] MINOR: follow up KAFKA-17477 comments [kafka]

2024-09-10 Thread via GitHub
TaiJuWu opened a new pull request, #17161: URL: https://github.com/apache/kafka/pull/17161 Address KAFKA-17477 comment I missed. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ]

Re: [PR] KAFKA-14995: Automate asf.yaml collaborators refresh [kafka]

2024-09-10 Thread via GitHub
fonsdant commented on code in PR #17124: URL: https://github.com/apache/kafka/pull/17124#discussion_r1752915169 ## committer-tools/refresh_collaborators.py: ## @@ -0,0 +1,143 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

Re: [PR] KAFKA-14995: Automate asf.yaml collaborators refresh [kafka]

2024-09-10 Thread via GitHub
fonsdant commented on code in PR #17124: URL: https://github.com/apache/kafka/pull/17124#discussion_r1752762808 ## committer-tools/refresh_collaborators.py: ## @@ -0,0 +1,143 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

Re: [PR] KAFKA-14995: Automate asf.yaml collaborators refresh [kafka]

2024-09-10 Thread via GitHub
fonsdant commented on PR #17124: URL: https://github.com/apache/kafka/pull/17124#issuecomment-2342048718 > @fonsdant Looks like the license checker is failing due to requirements.txt https://github.com/apache/kafka/actions/runs/10797389243/job/29948652044?pr=17124#step:6:4792 Fixed!

Re: [PR] KAFKA-17347: Add missing client-metrics option to kafka-configs.sh [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on code in PR #17046: URL: https://github.com/apache/kafka/pull/17046#discussion_r1752703160 ## core/src/test/java/kafka/admin/ConfigCommandIntegrationTest.java: ## @@ -589,6 +658,16 @@ private void verifyGroupConfig(Admin client, String groupName, Map config

Re: [PR] KAFKA-17347: Add missing client-metrics option to kafka-configs.sh [kafka]

2024-09-10 Thread via GitHub
AndrewJSchofield commented on code in PR #17046: URL: https://github.com/apache/kafka/pull/17046#discussion_r1752678715 ## core/src/test/java/kafka/admin/ConfigCommandIntegrationTest.java: ## @@ -589,6 +658,16 @@ private void verifyGroupConfig(Admin client, String groupName, Ma

Re: [PR] KAFKA-17492: skip KIP-584 features with minVersion of 0 in older RPCs [kafka]

2024-09-10 Thread via GitHub
cmccabe closed pull request #17143: KAFKA-17492: skip KIP-584 features with minVersion of 0 in older RPCs URL: https://github.com/apache/kafka/pull/17143 -- 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

Re: [PR] KAFKA-17492: skip KIP-584 features with minVersion of 0 in older RPCs [kafka]

2024-09-10 Thread via GitHub
cmccabe commented on PR #17143: URL: https://github.com/apache/kafka/pull/17143#issuecomment-2341909995 This was fixed by #17128. Closing. -- 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-16792: Enable consumer unit tests that fail to fetch offsets only for new consumer with poll(0) [kafka]

2024-09-10 Thread via GitHub
lianetm commented on code in PR #16982: URL: https://github.com/apache/kafka/pull/16982#discussion_r1752608667 ## clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java: ## @@ -2507,32 +2521,35 @@ public void testCurrentLag(GroupProtocol groupProtocol) {

Re: [PR] KAFKA-17439: Make polling for new records an explicit action/event in the new consumer [kafka]

2024-09-10 Thread via GitHub
lianetm commented on code in PR #17035: URL: https://github.com/apache/kafka/pull/17035#discussion_r1752612628 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/FetchRequestManager.java: ## @@ -65,16 +67,59 @@ protected void maybeThrowAuthFailure(Node node) {

Re: [PR] MINOR Fix build scan status on PRs [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on PR #17155: URL: https://github.com/apache/kafka/pull/17155#issuecomment-2341849756 @mumrah thanks for the nice explanation! > I think this is probably as good as we can do for now. Maybe someday we can remove the test retrying. yes, removing the "retry" i

Re: [PR] KAFKA-16792: Enable consumer unit tests that fail to fetch offsets only for new consumer with poll(0) [kafka]

2024-09-10 Thread via GitHub
lianetm commented on code in PR #16982: URL: https://github.com/apache/kafka/pull/16982#discussion_r1752557956 ## clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java: ## @@ -2507,32 +2521,35 @@ public void testCurrentLag(GroupProtocol groupProtocol) {

Re: [PR] KAFKA-17277: [2/2] Add feature dependency command to the storage and the feature command tool [kafka]

2024-09-10 Thread via GitHub
rreddy-22 commented on code in PR #17093: URL: https://github.com/apache/kafka/pull/17093#discussion_r1752565093 ## core/src/main/scala/kafka/tools/StorageTool.scala: ## @@ -260,6 +314,20 @@ object StorageTool extends Logging { s"${MetadataVersion.IBP_3_0_IV0}; the defa

Re: [PR] KAFKA-17277: [2/2] Add feature dependency command to the storage and the feature command tool [kafka]

2024-09-10 Thread via GitHub
rreddy-22 commented on code in PR #17093: URL: https://github.com/apache/kafka/pull/17093#discussion_r1752565093 ## core/src/main/scala/kafka/tools/StorageTool.scala: ## @@ -260,6 +314,20 @@ object StorageTool extends Logging { s"${MetadataVersion.IBP_3_0_IV0}; the defa

[PR] KAFKA-16468: verify that migrating brokers provide their inter.broke.listener [kafka]

2024-09-10 Thread via GitHub
cmccabe opened a new pull request, #17159: URL: https://github.com/apache/kafka/pull/17159 When brokers undergoing ZK migration register with the controller, it should verify that they have provided a way to contact them via their inter.broker.listener. Otherwise the migration will fail lat

[PR] MINOR Handle new Gradle exit code behavior in deflake.yml [kafka]

2024-09-10 Thread via GitHub
mumrah opened a new pull request, #17158: URL: https://github.com/apache/kafka/pull/17158 Gradle will now exit with 1 if any test fails, flaky or not. Update deflake.yml to handle this new behavior. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] MINOR Fix build scan status on PRs [kafka]

2024-09-10 Thread via GitHub
mumrah commented on PR #17155: URL: https://github.com/apache/kafka/pull/17155#issuecomment-2341701891 @chia7712 I think I found the issue. Here's an example: green PR: https://github.com/apache/kafka/pull/17138 green CI: https://github.com/apache/kafka/actions/runs/10795610027/job

Re: [PR] MINOR: Change ForeachProcessor as Java doc deprecated not a comment [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on code in PR #17156: URL: https://github.com/apache/kafka/pull/17156#discussion_r1752482246 ## streams/src/main/java/org/apache/kafka/streams/kstream/ForeachProcessor.java: ## @@ -19,7 +19,9 @@ import org.apache.kafka.streams.processor.api.Processor; import

Re: [PR] KAFKA-17458: Add 3.8 to transactions_upgrade_test.py, transactions_mixed_versions_test.py, and kraft_upgrade_test.py [kafka]

2024-09-10 Thread via GitHub
chia7712 merged PR #17084: URL: https://github.com/apache/kafka/pull/17084 -- 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

[PR] KAFKA-14577: Move ConsoleProducer to tools module [kafka]

2024-09-10 Thread via GitHub
wernerdv opened a new pull request, #17157: URL: https://github.com/apache/kafka/pull/17157 Based on https://github.com/apache/kafka/pull/13214 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build s

Re: [PR] KAFKA-17400: Added share fetch purgatory for delaying share fetch requests [kafka]

2024-09-10 Thread via GitHub
junrao commented on code in PR #16969: URL: https://github.com/apache/kafka/pull/16969#discussion_r1752319003 ## core/src/main/java/kafka/server/share/SharePartition.java: ## @@ -995,6 +1004,9 @@ boolean canAcquireRecords() { * @return A boolean which indicates whether the

Re: [PR] KAFKA-16331: Remove EOSv1 from Kafka Streams system tests [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on code in PR #17108: URL: https://github.com/apache/kafka/pull/17108#discussion_r1752430411 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java: ## @@ -742,9 +742,9 @@ boolean runLoop() { errorMessage.s

Re: [PR] KAFKA-17224 Make ForeachProcessor internal [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on code in PR #17129: URL: https://github.com/apache/kafka/pull/17129#discussion_r1752417980 ## streams/src/main/java/org/apache/kafka/streams/kstream/ForeachProcessor.java: ## @@ -19,6 +19,10 @@ import org.apache.kafka.streams.processor.api.Processor; impor

Re: [PR] MINOR Fix build scan status on PRs [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on PR #17155: URL: https://github.com/apache/kafka/pull/17155#issuecomment-2341552701 > That is unexpected 🤔. I guess it might have to do with how I uploaded them? Here's a similar trunk build with flaky failures, but it is not showing as failed https://ge.apache.org/s/

Re: [PR] KAFKA-14995: Automate asf.yaml collaborators refresh [kafka]

2024-09-10 Thread via GitHub
mumrah commented on code in PR #17124: URL: https://github.com/apache/kafka/pull/17124#discussion_r1752369135 ## committer-tools/refresh_collaborators.py: ## @@ -0,0 +1,143 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements

Re: [PR] KAFKA-16894: Define group.version=2 [kafka]

2024-09-10 Thread via GitHub
AndrewJSchofield closed pull request #16212: KAFKA-16894: Define group.version=2 URL: https://github.com/apache/kafka/pull/16212 -- 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-17492 skip features with minVersion of 0 instead of replacing 0 with 1 when BrokerRegistrationRequest < 4 [kafka]

2024-09-10 Thread via GitHub
chia7712 merged PR #17128: URL: https://github.com/apache/kafka/pull/17128 -- 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 build scan status on PRs [kafka]

2024-09-10 Thread via GitHub
mumrah commented on PR #17155: URL: https://github.com/apache/kafka/pull/17155#issuecomment-2341524653 > It shows "2 task failures" and that is caused by the cached error (produced by flaky) That is unexpected 🤔. I guess it might have to do with how I uploaded them? Here's a s

Re: [PR] KAFKA-17347: Add missing client-metrics option to kafka-configs.sh [kafka]

2024-09-10 Thread via GitHub
AndrewJSchofield commented on PR #17046: URL: https://github.com/apache/kafka/pull/17046#issuecomment-2341492069 @chia7712 I wonder if you would be prepared to take a look at this small PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-10 Thread via GitHub
jsancio commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1752324266 ## docs/ops.html: ## @@ -3776,25 +3776,71 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port1

Re: [PR] KAFKA-16379: Coordinator event queue, processing, flush, purgatory time histograms [kafka]

2024-09-10 Thread via GitHub
dimitarndimitrov commented on code in PR #16949: URL: https://github.com/apache/kafka/pull/16949#discussion_r1752320360 ## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/metrics/HdrHistogram.java: ## @@ -0,0 +1,145 @@ +/* + * Licensed to the Apache Software F

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-10 Thread via GitHub
jsancio commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1752319209 ## docs/ops.html: ## @@ -3776,25 +3776,71 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port1

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-10 Thread via GitHub
jsancio commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1752313033 ## docs/ops.html: ## @@ -3776,25 +3776,71 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port1

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-10 Thread via GitHub
jsancio commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1752303772 ## docs/ops.html: ## @@ -3776,25 +3776,71 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port1

Re: [PR] KAFKA-17492 skip features with minVersion of 0 instead of replacing 0 with 1 when BrokerRegistrationRequest < 4 [kafka]

2024-09-10 Thread via GitHub
junrao commented on code in PR #17128: URL: https://github.com/apache/kafka/pull/17128#discussion_r1752293086 ## clients/src/main/resources/common/message/BrokerRegistrationRequest.json: ## @@ -48,7 +48,7 @@ ] }, { "name": "Features", "type": "[]Feature", - "

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-10 Thread via GitHub
jsancio commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1752295279 ## docs/ops.html: ## @@ -3776,25 +3776,71 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port1

Re: [PR] KAFKA-17492 skip features with minVersion of 0 instead of replacing 0 with 1 when BrokerRegistrationRequest < 4 [kafka]

2024-09-10 Thread via GitHub
jolshan commented on PR #17128: URL: https://github.com/apache/kafka/pull/17128#issuecomment-2341430553 Thanks folks for fixing this 🙏 -- 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 specifi

Re: [PR] KAFKA-17492 skip features with minVersion of 0 instead of replacing 0 with 1 when BrokerRegistrationRequest < 4 [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on PR #17128: URL: https://github.com/apache/kafka/pull/17128#issuecomment-2341287540 The failed tests pass on my local, and following links are the related jira. The new e2e works on my local. I will merge it to trunk and 3.9 later if no objections. https://issue

Re: [PR] MINOR: simplify import control (only for display, do not merge) [kafka]

2024-09-10 Thread via GitHub
m1a2st closed pull request #17111: MINOR: simplify import control (only for display, do not merge) URL: https://github.com/apache/kafka/pull/17111 -- 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

Re: [PR] KAFKA-17448: New consumer seek should update positions in background thread [kafka]

2024-09-10 Thread via GitHub
FrankYang0529 commented on code in PR #17075: URL: https://github.com/apache/kafka/pull/17075#discussion_r1752195658 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/SeekUnvalidatedEvent.java: ## @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache Software

Re: [PR] KAFKA-17224 Make ForeachProcessor internal [kafka]

2024-09-10 Thread via GitHub
chia7712 merged PR #17129: URL: https://github.com/apache/kafka/pull/17129 -- 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-17036: KIP-919 supports for createAcls, deleteAcls, describeAcls [kafka]

2024-09-10 Thread via GitHub
FrankYang0529 commented on PR #16493: URL: https://github.com/apache/kafka/pull/16493#issuecomment-2341023476 Hi @chia7712, 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

Re: [PR] KAFKA-17048; Add docs for KIP-853 [kafka]

2024-09-10 Thread via GitHub
jsancio commented on code in PR #17076: URL: https://github.com/apache/kafka/pull/17076#discussion_r1752112596 ## docs/ops.html: ## @@ -3776,25 +3776,71 @@ controller.quorum.voters=id1@host1:port1,id2@host2:port2,id3@host3:port3 + controller.quorum.bootstrap.servers=host1:port1

Re: [PR] KAFKA-17306; Soften the validation when replaying tombstones [kafka]

2024-09-10 Thread via GitHub
dajac merged PR #16898: URL: https://github.com/apache/kafka/pull/16898 -- 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-17435:remove use.incremental.alter.configs [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on PR #17027: URL: https://github.com/apache/kafka/pull/17027#issuecomment-2340937529 @gongxuanzhang 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

Re: [PR] KAFKA-17311: Add groupProtocol parameter to testClientInstanceId, testClientInstanceIdInvalidTimeout, and testClientInstanceIdNoTelemetryReporterRegistered [kafka]

2024-09-10 Thread via GitHub
chia7712 merged PR #17135: URL: https://github.com/apache/kafka/pull/17135 -- 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 trunk build scan [kafka]

2024-09-10 Thread via GitHub
chia7712 commented on code in PR #17152: URL: https://github.com/apache/kafka/pull/17152#discussion_r1752023813 ## .github/workflows/ci.yml: ## @@ -35,6 +35,6 @@ jobs: with: gradle-cache-read-only: ${{ github.ref != 'refs/heads/trunk' }} gradle-cache-write-onl

Re: [PR] MINOR: Bump zstd-jni from 1.5.6-4 to 1.5.6-5 [kafka]

2024-09-10 Thread via GitHub
olegbonar commented on PR #17151: URL: https://github.com/apache/kafka/pull/17151#issuecomment-2340849317 @mimaison may I ask you to review this? -- 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

Re: [PR] KAFKA-15303: Avoid unnecessary re-serialization in FK-join [kafka]

2024-09-10 Thread via GitHub
alikelleci commented on PR #14157: URL: https://github.com/apache/kafka/pull/14157#issuecomment-2340842708 We recently had a production incident that was related to this issue. We just cannot make schema changes to our view models, which is a big problem. Therefore we decided not to use Ka

[PR] MINOR Fix trunk build scan [kafka]

2024-09-10 Thread via GitHub
mumrah opened a new pull request, #17152: URL: https://github.com/apache/kafka/pull/17152 Trunk builds are run off of "push" events rather than "pull_request". We were missing some logic in the `is-public-fork` condition that mistakenly caused some trunk builds to skip the build scan. --

[PR] Bump zstd-jni from 1.5.6-3 to 1.5.6-5 [kafka]

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

Re: [PR] KAFKA-17418: Fix the incorrect markdown of junit.py caused by newline character [kafka]

2024-09-10 Thread via GitHub
mumrah merged PR #17071: URL: https://github.com/apache/kafka/pull/17071 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.o

Re: [PR] MINOR Revert logging change [kafka]

2024-09-10 Thread via GitHub
mumrah merged PR #17144: URL: https://github.com/apache/kafka/pull/17144 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.o

Re: [PR] MINOR Revert logging change [kafka]

2024-09-10 Thread via GitHub
mumrah commented on PR #17144: URL: https://github.com/apache/kafka/pull/17144#issuecomment-2340536697 The `--info` is intentional. It is probably going to be commonly wanted in the deflake job. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] KAFKA-17448: New consumer seek should update positions in background thread [kafka]

2024-09-10 Thread via GitHub
FrankYang0529 commented on code in PR #17075: URL: https://github.com/apache/kafka/pull/17075#discussion_r1751803881 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/events/ApplicationEventProcessorTest.java: ## @@ -183,6 +186,38 @@ public void testAssignment

Re: [PR] KAFKA-17400: Added share fetch purgatory for delaying share fetch requests [kafka]

2024-09-10 Thread via GitHub
adixitconfluent commented on code in PR #16969: URL: https://github.com/apache/kafka/pull/16969#discussion_r1751801277 ## core/src/main/java/kafka/server/share/SharePartitionManager.java: ## @@ -560,88 +588,58 @@ void maybeProcessFetchQueue() { maybeCom

[PR] KAFKA-17480: New consumer commit all consumed should retrieve offsets in background thread [kafka]

2024-09-10 Thread via GitHub
FrankYang0529 opened a new pull request, #17150: URL: https://github.com/apache/kafka/pull/17150 *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summ

Re: [PR] KAFKA-17506 KRaftMigrationDriver initialization race [kafka]

2024-09-10 Thread via GitHub
showuon commented on code in PR #17147: URL: https://github.com/apache/kafka/pull/17147#discussion_r175112 ## metadata/src/main/java/org/apache/kafka/metadata/migration/KRaftMigrationDriver.java: ## @@ -519,7 +522,7 @@ public void run() throws Exception { KRaftM

Re: [PR] MINOR: Add equals/hashcode to DeprecatedRequestRateKey [kafka]

2024-09-10 Thread via GitHub
chia7712 merged PR #17134: URL: https://github.com/apache/kafka/pull/17134 -- 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

<    5   6   7   8   9   10   11   12   13   14   >