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
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
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
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
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