janchilling commented on PR #19275: URL: https://github.com/apache/kafka/pull/19275#issuecomment-2887091400
Hi @cadonna , I think I have completed all, sorry for the delay though. Only one problem remainins. Which is the `StreamThreadTest#testNamedTopologyWithStreamsProtocol` and `StreamThreadTest#testStreamsRebalanceDataWithExtraCopartition` tests will fail since there will be a State Updater thread running which is created through the `StreamThread#createAndStartStateUpdater` in the `StreamThread#create`. These tests fails during the teardown process, due to the State Updater thread being left to run even though an `IllegalStateException` thrown before the Stream Thread is created from the above 2 test cases. I guess this is a bug since there cannot be a State Updater Thread running when a Stream Thread is not created. I will create a separate PR to the above issue with the solution, I guess then we'll have to merge that PR before merging 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 specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org