Re: [PR] MINOR: improve AdjustStreamThreadCountTest [kafka]

2025-05-05 Thread via GitHub
mjsax merged PR #19617: URL: https://github.com/apache/kafka/pull/19617 -- 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: improve AdjustStreamThreadCountTest [kafka]

2025-05-04 Thread via GitHub
lucasbru commented on code in PR #19617: URL: https://github.com/apache/kafka/pull/19617#discussion_r2072902337 ## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/AdjustStreamThreadCountTest.java: ## @@ -239,10 +241,30 @@ public void shouldAddAndRemo

Re: [PR] MINOR: improve AdjustStreamThreadCountTest [kafka]

2025-05-02 Thread via GitHub
mjsax commented on code in PR #19617: URL: https://github.com/apache/kafka/pull/19617#discussion_r2071933067 ## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/AdjustStreamThreadCountTest.java: ## @@ -239,10 +241,30 @@ public void shouldAddAndRemoveT

Re: [PR] MINOR: improve AdjustStreamThreadCountTest [kafka]

2025-05-01 Thread via GitHub
lucasbru commented on code in PR #19617: URL: https://github.com/apache/kafka/pull/19617#discussion_r2071176921 ## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/AdjustStreamThreadCountTest.java: ## @@ -239,10 +241,30 @@ public void shouldAddAndRemo

[PR] MINOR: improve AdjustStreamThreadCountTest [kafka]

2025-05-01 Thread via GitHub
mjsax opened a new pull request, #19617: URL: https://github.com/apache/kafka/pull/19617 The test is failing once in a while but there is not enough information in the logs to determine the root cause. Adding more information, and fixing thread resource leak. -- This is an automated mess