Re: [PR] KAFKA-17578: Remove partitionRacks from TopicMetadata [kafka]

2024-09-20 Thread via GitHub
FrankYang0529 commented on PR #17233: URL: https://github.com/apache/kafka/pull/17233#issuecomment-2365030214 Hi @dajac, I fixed both `testGroupEpochBumpWhenNewStaticMemberJoins` and `testNewJoiningMemberTriggersNewTargetAssignment`. Originally, different `partitionRacks` triggers subscript

Re: [PR] KAFKA-17465: Make getMembersFromGroup be non-blocking [kafka]

2024-09-20 Thread via GitHub
TaiJuWu commented on code in PR #17080: URL: https://github.com/apache/kafka/pull/17080#discussion_r1769485396 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -4143,19 +4140,27 @@ public RemoveMembersFromConsumerGroupResult removeMembersFrom

Re: [PR] KAFKA-17465: Make getMembersFromGroup be non-blocking [kafka]

2024-09-20 Thread via GitHub
frankvicky commented on code in PR #17080: URL: https://github.com/apache/kafka/pull/17080#discussion_r1769459881 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -4143,19 +4140,27 @@ public RemoveMembersFromConsumerGroupResult removeMembersF

Re: [PR] KAFKA-17415: Avoid overflow of expired timestamp [kafka]

2024-09-20 Thread via GitHub
frankvicky commented on code in PR #17026: URL: https://github.com/apache/kafka/pull/17026#discussion_r1769459432 ## core/src/main/scala/kafka/server/DelegationTokenManagerZk.scala: ## @@ -292,6 +298,8 @@ class DelegationTokenManagerZk(config: KafkaConfig, expireR

Re: [PR] KAFKA-17465: Make getMembersFromGroup be non-blocking [kafka]

2024-09-20 Thread via GitHub
TaiJuWu commented on code in PR #17080: URL: https://github.com/apache/kafka/pull/17080#discussion_r1769451569 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -4114,27 +4114,28 @@ private Integer nodeFor(ConfigResource resource) { }

Re: [PR] KAFKA-17540: Create floating tag on trunk for CI cache [kafka]

2024-09-20 Thread via GitHub
mumrah commented on code in PR #17204: URL: https://github.com/apache/kafka/pull/17204#discussion_r1769451414 ## .github/workflows/ci-complete.yml: ## @@ -118,3 +118,16 @@ jobs: description: 'The build scan was successfully published' context: 'Gradle Build

Re: [PR] KAFKA-17540: Create floating tag on trunk for CI cache [kafka]

2024-09-20 Thread via GitHub
fonsdant commented on PR #17204: URL: https://github.com/apache/kafka/pull/17204#issuecomment-2364835739 Hi, @mumrah! I have made some modifications. I have used `switch` as it seems more semantic. Instead of merge, I have chosen to use `reset --hard` to prevent any conflicts that `merge` c

Re: [PR] MINOR: Fix SubscriptionResponseWrapperSerializer [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #17205: URL: https://github.com/apache/kafka/pull/17205#discussion_r1769380792 ## streams/src/test/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/SubscriptionResponseWrapperSerdeTest.java: ## @@ -73,68 +69,95 @@ public T deseriali

Re: [PR] MINOR: Remove incompatible system ducktape upgrade tests [kafka]

2024-09-20 Thread via GitHub
chia7712 closed pull request #16575: MINOR: Remove incompatible system ducktape upgrade tests URL: https://github.com/apache/kafka/pull/16575 -- 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] MINOR: Remove incompatible system ducktape upgrade tests [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on PR #16575: URL: https://github.com/apache/kafka/pull/16575#issuecomment-2364792434 @lzyLuke thanks for your contribution and sorry that we did not review your PR in time. The issue was fixed by #17024 already. Hence, I'm going to close this PR. -- This is an automat

Re: [PR] MINOR: fixing JavaDocs and other cleanup [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on PR #17207: URL: https://github.com/apache/kafka/pull/17207#issuecomment-2364791530 @mjsax Could you please fix the conflicts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] KAFKA-16331: remove EOSv1 from StreamsProducer [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #17212: URL: https://github.com/apache/kafka/pull/17212#discussion_r1769375309 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/ActiveTaskCreator.java: ## @@ -318,14 +314,7 @@ Map producerMetrics() { } Set produce

[jira] [Commented] (KAFKA-17589) Move JUnit extensions to test-common module

2024-09-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883437#comment-17883437 ] Chia-Ping Tsai commented on KAFKA-17589: {quote} In order to avoid compile-time

Re: [PR] KAFKA-16331: remove EOSv1 config from StreamsConfig [kafka]

2024-09-20 Thread via GitHub
mjsax commented on code in PR #17170: URL: https://github.com/apache/kafka/pull/17170#discussion_r1769345829 ## streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamsProducerTest.java: ## @@ -102,11 +101,11 @@ public class StreamsProducerTest { mkEnt

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

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

Re: [PR] KAFKA-17520: Align ducktape version in tests/docker/Dockerfile and tests/setup.py [kafka]

2024-09-20 Thread via GitHub
unknowntpo commented on code in PR #17240: URL: https://github.com/apache/kafka/pull/17240#discussion_r1769341079 ## tests/docker/Dockerfile: ## @@ -62,8 +62,12 @@ LABEL ducker.creator=$ducker_creator # Update Linux and install necessary utilities. # we have to install git sin

Re: [PR] KAFKA-16331: remove EOSv1 config from StreamsConfig [kafka]

2024-09-20 Thread via GitHub
mjsax merged PR #17170: URL: https://github.com/apache/kafka/pull/17170 -- 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-16908: Refactor `QuorumConfig` with `AbstractConfig` [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #17231: URL: https://github.com/apache/kafka/pull/17231#discussion_r1769332465 ## raft/src/main/java/org/apache/kafka/raft/QuorumConfig.java: ## @@ -109,62 +109,34 @@ public class QuorumConfig { .define(QUORUM_REQUEST_TIMEOUT_MS_CONF

Re: [PR] MINOR: Fix a race and add JMH bench for HdrHistogram [kafka]

2024-09-20 Thread via GitHub
jeffkbkim commented on code in PR #17221: URL: https://github.com/apache/kafka/pull/17221#discussion_r1769334386 ## coordinator-common/src/test/java/org/apache/kafka/coordinator/common/runtime/HdrHistogramTest.java: ## @@ -172,4 +177,39 @@ public void testHistogramDataReset() {

Re: [PR] KAFKA-16683: Extract security-related helpers from scala.TestUtils to java class [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #16912: URL: https://github.com/apache/kafka/pull/16912#discussion_r1769331209 ## core/src/test/java/kafka/security/JaasTestUtils.java: ## @@ -269,4 +275,108 @@ private static void writeToFile(File file, List jaasSections) throw wri

Re: [PR] KAFKA-17415: Avoid overflow of expired timestamp [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #17026: URL: https://github.com/apache/kafka/pull/17026#discussion_r1769327949 ## core/src/main/scala/kafka/server/DelegationTokenManagerZk.scala: ## @@ -292,6 +298,8 @@ class DelegationTokenManagerZk(config: KafkaConfig, expireRes

Re: [PR] KAFKA-17465: Make getMembersFromGroup be non-blocking [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #17080: URL: https://github.com/apache/kafka/pull/17080#discussion_r1769326791 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -4114,27 +4114,28 @@ private Integer nodeFor(ConfigResource resource) { }

Re: [PR] KAFKA-17512: Move LogSegmentTest to storage module [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #17174: URL: https://github.com/apache/kafka/pull/17174#discussion_r1769323985 ## storage/src/test/java/org/apache/kafka/storage/internals/log/LogSegmentTest.java: ## @@ -0,0 +1,809 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

[jira] [Commented] (KAFKA-17587) Move test infrastructure out of core

2024-09-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883421#comment-17883421 ] Chia-Ping Tsai commented on KAFKA-17587: {quote} It is possible to automaticall

Re: [PR] KAFKA-17540: Create floating tag on trunk for CI cache [kafka]

2024-09-20 Thread via GitHub
fonsdant commented on PR #17204: URL: https://github.com/apache/kafka/pull/17204#issuecomment-2364683492 I am happy to help! :) Sure! I will give it a try. It seems simpler for me too! -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (KAFKA-17587) Move test infrastructure out of core

2024-09-20 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883417#comment-17883417 ] David Arthur commented on KAFKA-17587: -- It is possible to automatically load JUnit

[jira] [Updated] (KAFKA-17589) Move JUnit extensions to test-common module

2024-09-20 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-17589: - Description: Create a new Gradle module "test-common" where our JUnit extensions and annotation

[jira] [Resolved] (KAFKA-17567) Remove TestTruncate

2024-09-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17567. Fix Version/s: 4.0.0 Resolution: Fixed > Remove TestTruncate > ---

Re: [PR] KAFKA-17567: Remove TestTruncate [kafka]

2024-09-20 Thread via GitHub
chia7712 merged PR #17234: URL: https://github.com/apache/kafka/pull/17234 -- 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-17520: Align ducktape version in tests/docker/Dockerfile and tests/setup.py [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #17240: URL: https://github.com/apache/kafka/pull/17240#discussion_r1769279329 ## tests/docker/Dockerfile: ## @@ -62,8 +62,12 @@ LABEL ducker.creator=$ducker_creator # Update Linux and install necessary utilities. # we have to install git since

[jira] [Commented] (KAFKA-17587) Move test infrastructure out of core

2024-09-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883413#comment-17883413 ] Chia-Ping Tsai commented on KAFKA-17587: {quote} We should refactor our test in

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

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

[jira] [Created] (KAFKA-17589) Move JUnit extensions to test-common module

2024-09-20 Thread David Arthur (Jira)
David Arthur created KAFKA-17589: Summary: Move JUnit extensions to test-common module Key: KAFKA-17589 URL: https://issues.apache.org/jira/browse/KAFKA-17589 Project: Kafka Issue Type: Sub-t

[jira] [Created] (KAFKA-17588) Remove internal classes from ClusterInstance

2024-09-20 Thread David Arthur (Jira)
David Arthur created KAFKA-17588: Summary: Remove internal classes from ClusterInstance Key: KAFKA-17588 URL: https://issues.apache.org/jira/browse/KAFKA-17588 Project: Kafka Issue Type: Sub-

[jira] [Created] (KAFKA-17587) Move test infrastructure out of core

2024-09-20 Thread David Arthur (Jira)
David Arthur created KAFKA-17587: Summary: Move test infrastructure out of core Key: KAFKA-17587 URL: https://issues.apache.org/jira/browse/KAFKA-17587 Project: Kafka Issue Type: Improvement

[jira] [Resolved] (KAFKA-16813) Add global timeout for "@Test" and "@TestTemplate"

2024-09-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16813. Fix Version/s: 4.0.0 Resolution: Fixed > Add global timeout for "@Test" and "@TestT

Re: [PR] KAFKA-16813: Add global timeout for `@ClusterTemplate`, `@ClusterTest` and `@ClusterTests` [kafka]

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

[jira] [Resolved] (KAFKA-17307) Remove junit-platform.properties from test JARs

2024-09-20 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-17307. -- Resolution: Duplicate > Remove junit-platform.properties from test JARs >

Re: [PR] KAFKA-17563: Move `RequestConvertToJson` to server module [kafka]

2024-09-20 Thread via GitHub
mimaison commented on PR #17223: URL: https://github.com/apache/kafka/pull/17223#issuecomment-2364167668 > Maybe we can use ApiKeys instead? Yes that's also an option. I'd really prefer this or pattern matching over the current code. -- This is an automated message from the Apache

[jira] [Commented] (KAFKA-16779) Kafka retains logs past specified retention

2024-09-20 Thread Nicholas Feinberg (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883351#comment-17883351 ] Nicholas Feinberg commented on KAFKA-16779: --- This issue seems to only reproduc

Re: [PR] KAFKA-17540: Create floating tag on trunk for CI cache [kafka]

2024-09-20 Thread via GitHub
mumrah commented on PR #17204: URL: https://github.com/apache/kafka/pull/17204#issuecomment-2364112462 @fonsdant first off, thanks for all the work on this. I was pondering this yesterday and had an idea. Instead of managing a tag, I think we can use a separate branch, something like `trunk

Re: [PR] KAFKA-17563: Move `RequestConvertToJson` to server module [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on PR #17223: URL: https://github.com/apache/kafka/pull/17223#issuecomment-2364080112 > I wonder if we should wait for server to switch to Java 17 before merging this. With Java 17, we will be able to use pattern matching and significantly simplify the logic. The huge lis

[PR] KAFKA-16339: [1/4 KStream#flatTransform] Remove Deprecated "transformer" methods and classes [kafka]

2024-09-20 Thread via GitHub
fonsdant opened a new pull request, #17245: URL: https://github.com/apache/kafka/pull/17245 This PR has as base the PR: #17198. -- 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-17428) Add retry mechanism for cleaning up dangling remote segments

2024-09-20 Thread Federico Valeri (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Federico Valeri updated KAFKA-17428: Summary: Add retry mechanism for cleaning up dangling remote segments (was: Remote segmen

Re: [PR] KAFKA-17578: Remove partitionRacks from TopicMetadata [kafka]

2024-09-20 Thread via GitHub
FrankYang0529 commented on PR #17233: URL: https://github.com/apache/kafka/pull/17233#issuecomment-2364063359 Hi @dajac, thanks for review and suggestion. I addressed all comments. However, both `GroupMetadataManagerTest#testGroupEpochBumpWhenNewStaticMemberJoins` and `GroupMetadataManager

[jira] [Assigned] (KAFKA-17585) `offsetResetStrategyTimestamp` should return `long` instead of `Long`

2024-09-20 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-17585: -- Assignee: kangning.li (was: Chia-Ping Tsai) > `offsetResetStrategyTimestamp` should

[jira] [Commented] (KAFKA-17585) `offsetResetStrategyTimestamp` should return `long` instead of `Long`

2024-09-20 Thread kangning.li (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883306#comment-17883306 ] kangning.li commented on KAFKA-17585: - [~chia7712]  I am interested in this issue.Cl

[PR] KAFKA-17581: AsyncKafkaConsumer can't unsubscribe invalid topics [kafka]

2024-09-20 Thread via GitHub
FrankYang0529 opened a new pull request, #17244: URL: https://github.com/apache/kafka/pull/17244 If AsyncKafkaConsumer subscribes an invalid topic, the background thread will keep sending MetadataRequest with invalid topic, so background event queue will keep receiving ErrorEvent. When Asyn

Re: [PR] KAFKA-14572: Migrate EmbeddedKafkaCluster used by Streams integration tests from EmbeddedZookeeper to KRaft [kafka]

2024-09-20 Thread via GitHub
bbejeck commented on PR #17016: URL: https://github.com/apache/kafka/pull/17016#issuecomment-2363862789 @OmniaGM I just looked at the build report from my sample PR, and there were a bunch of failures for the integration tests, where they were all passing locally so we'll see how it goes f

[jira] [Commented] (KAFKA-9228) Reconfigured converters and clients may not be propagated to connector tasks

2024-09-20 Thread Doug Whitfield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883296#comment-17883296 ] Doug Whitfield commented on KAFKA-9228: --- We performed the test with Mongodb connect

[jira] (KAFKA-17585) `offsetResetStrategyTimestamp` should return `long` instead of `Long`

2024-09-20 Thread Jie-Kai(Jay) Chang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17585 ] Jie-Kai(Jay) Chang deleted comment on KAFKA-17585: was (Author: JIRAUSER306922): I want to do this? > `offsetResetStrategyTimestamp` should return `long` instead of `Long` >

[jira] [Created] (KAFKA-17586) AsyncKafkaConsumer#seek should NOT wait the completion of backgound

2024-09-20 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17586: -- Summary: AsyncKafkaConsumer#seek should NOT wait the completion of backgound Key: KAFKA-17586 URL: https://issues.apache.org/jira/browse/KAFKA-17586 Project: Kafk

[jira] [Commented] (KAFKA-17585) `offsetResetStrategyTimestamp` should return `long` instead of `Long`

2024-09-20 Thread Jie-Kai(Jay) Chang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883286#comment-17883286 ] Jie-Kai(Jay) Chang commented on KAFKA-17585: I want to do this? > `offsetRe

Re: [PR] KAFKA-17505: New consumer seekToBeginning/End should run in background thread [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #17230: URL: https://github.com/apache/kafka/pull/17230#discussion_r1768677518 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java: ## @@ -842,8 +843,8 @@ public void seekToEnd(Collection partitions) {

Re: [PR] KAFKA-17505: New consumer seekToBeginning/End should run in background thread [kafka]

2024-09-20 Thread via GitHub
chia7712 commented on code in PR #17230: URL: https://github.com/apache/kafka/pull/17230#discussion_r1768666772 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java: ## @@ -842,8 +843,8 @@ public void seekToEnd(Collection partitions) {

Re: [PR] KAFKA-17563: Move `RequestConvertToJson` to server module [kafka]

2024-09-20 Thread via GitHub
mimaison commented on PR #17223: URL: https://github.com/apache/kafka/pull/17223#issuecomment-2363790222 I wonder if we should wait for server to switch to Java 17 before merging this. With Java 17, we will be able to use pattern matching and significantly simplify the logic. The huge list

[jira] [Created] (KAFKA-17585) `offsetResetStrategyTimestamp` should return `long` instead of `Long`

2024-09-20 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17585: -- Summary: `offsetResetStrategyTimestamp` should return `long` instead of `Long` Key: KAFKA-17585 URL: https://issues.apache.org/jira/browse/KAFKA-17585 Project: Ka

[jira] [Comment Edited] (KAFKA-17584) Changing dynamic configurations resets retention

2024-09-20 Thread Federico Valeri (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883257#comment-17883257 ] Federico Valeri edited comment on KAFKA-17584 at 9/20/24 1:19 PM:

[jira] [Commented] (KAFKA-17584) Changing dynamic configurations resets retention

2024-09-20 Thread Federico Valeri (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883257#comment-17883257 ] Federico Valeri commented on KAFKA-17584: - I can confirm the issue as described.

[jira] [Updated] (KAFKA-17584) Changing dynamic configurations resets retention

2024-09-20 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna updated KAFKA-17584: -- Affects Version/s: 3.9.0 > Changing dynamic configurations resets retention >

Re: [PR] KAFKA-14572: Migrate EmbeddedKafkaCluster used by Streams integration tests from EmbeddedZookeeper to KRaft [kafka]

2024-09-20 Thread via GitHub
OmniaGM commented on PR #17016: URL: https://github.com/apache/kafka/pull/17016#issuecomment-2363666325 > Hi @OmniaGM - I took a pass and and found the problem. > > For the failing tests, the `EmbeddedKafkaCluster` started with time `0`; subsequently, the log cleaner would run and del

[jira] [Updated] (KAFKA-17584) Changing dynamic configurations resets retention

2024-09-20 Thread Christo Lolov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christo Lolov updated KAFKA-17584: -- Description: Updating certain dynamic configurations (for example `message.max.bytes`) causes

[jira] [Updated] (KAFKA-17584) Changing dynamic configurations resets retention

2024-09-20 Thread Christo Lolov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christo Lolov updated KAFKA-17584: -- Description: Updating certain dynamic configurations (for example `message.max.bytes`) causes

[jira] [Updated] (KAFKA-17584) Changing dynamic configurations resets retention

2024-09-20 Thread Christo Lolov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christo Lolov updated KAFKA-17584: -- Description: Updating certain dynamic configurations (for example `message.max.bytes`) causes

[jira] [Updated] (KAFKA-17584) Changing dynamic configurations resets retention

2024-09-20 Thread Christo Lolov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christo Lolov updated KAFKA-17584: -- Priority: Blocker (was: Major) > Changing dynamic configurations resets retention > -

[jira] [Updated] (KAFKA-17584) Changing dynamic configurations resets retention

2024-09-20 Thread Christo Lolov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christo Lolov updated KAFKA-17584: -- Description: Updating certain dynamic configurations (for example `message.max.bytes`) causes

[jira] [Created] (KAFKA-17584) Changing dynamic configurations resets retention

2024-09-20 Thread Christo Lolov (Jira)
Christo Lolov created KAFKA-17584: - Summary: Changing dynamic configurations resets retention Key: KAFKA-17584 URL: https://issues.apache.org/jira/browse/KAFKA-17584 Project: Kafka Issue Type

[jira] [Resolved] (KAFKA-17579) Dynamic LogCleaner configurations are not picked up upon restart

2024-09-20 Thread Christo Lolov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christo Lolov resolved KAFKA-17579. --- Resolution: Fixed > Dynamic LogCleaner configurations are not picked up upon restart > -

[jira] [Commented] (KAFKA-17518) AsyncKafkaConsumer cannot reliably leave group when closed with small timeout

2024-09-20 Thread TengYao Chi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883212#comment-17883212 ] TengYao Chi commented on KAFKA-17518: - Hi [~kirktrue] and [~lianetm]  I'm now readi

Re: [PR] KAFKA-17583 kafka-config script cannot set `cleanup.policy=delete,com… [kafka]

2024-09-20 Thread via GitHub
Linsiyuan9 commented on PR #17243: URL: https://github.com/apache/kafka/pull/17243#issuecomment-2363291182 I think we just need to boot the way square brackets are configured -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] KAFKA-17583 kafka-config script cannot set `cleanup.policy=delete,com… [kafka]

2024-09-20 Thread via GitHub
Linsiyuan9 opened a new pull request, #17243: URL: https://github.com/apache/kafka/pull/17243 …pact` *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.* *S

[jira] [Assigned] (KAFKA-17583) kafka-config script cannot set `cleanup.policy=delete,compact`

2024-09-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen reassigned KAFKA-17583: - Assignee: Lin Siyuan > kafka-config script cannot set `cleanup.policy=delete,compact` > ---

[jira] [Commented] (KAFKA-17583) kafka-config script cannot set `cleanup.policy=delete,compact`

2024-09-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883181#comment-17883181 ] Luke Chen commented on KAFKA-17583: --- [~linsiyuan], assigned to you. Thanks. > kafka-c

[jira] [Commented] (KAFKA-17583) kafka-config script cannot set `cleanup.policy=delete,compact`

2024-09-20 Thread Lin Siyuan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883177#comment-17883177 ] Lin Siyuan commented on KAFKA-17583: Can I have this ticket > kafka-config script

[jira] [Created] (KAFKA-17583) kafka-config script cannot set `cleanup.policy=delete,compact`

2024-09-20 Thread Luke Chen (Jira)
Luke Chen created KAFKA-17583: - Summary: kafka-config script cannot set `cleanup.policy=delete,compact` Key: KAFKA-17583 URL: https://issues.apache.org/jira/browse/KAFKA-17583 Project: Kafka Iss