David Arthur created KAFKA-17524: ------------------------------------ Summary: StreamThreadTest shouldReturnErrorIfProducerInstanceIdNotInitialized hanging Key: KAFKA-17524 URL: https://issues.apache.org/jira/browse/KAFKA-17524 Project: Kafka Issue Type: Test Reporter: David Arthur
A trunk build had a timeout and it appears that this test was the cause. [https://github.com/apache/kafka/actions/runs/10798234851/job/29953919232] In the Gradle log, we seeĀ {code:java} 2024-09-10T20:31:26.6830206Z Gradle Test Run :streams:test > Gradle Test Executor 47 > StreamThreadTest > shouldReturnErrorIfProducerInstanceIdNotInitialized(boolean, boolean) > "shouldReturnErrorIfProducerInstanceIdNotInitialized(boolean, boolean).stateUpdaterEnabled=true, processingThreadsEnabled=true" STARTED {code} but no "FINISHED" or "FAILED" later in the log. It seems that this test was running for around 50 minutes. -- This message was sent by Atlassian Jira (v8.20.10#820010)