David Arthur created KAFKA-17680:
------------------------------------
Summary: StandbyTaskEOSMultiRebalanceIntegrationTest caused build
failure
Key: KAFKA-17680
URL: https://issues.apache.org/jira/browse/KAFKA-17680
Project: Kafka
Issue Type: Bug
Components: build, streams
Reporter: David Arthur
Attachments: GradleWorkerMain-138805.txt
We had a build timeout due to StandbyTaskEOSMultiRebalanceIntegrationTest
getting stuck during cleanup.
The thread dump shows that the test thread is stuck while being cleaned up
following a JUnit timeout.
{code:java}
"Test worker" #1 prio=5 os_prio=0 cpu=26482.22ms elapsed=8587.57s
tid=0x00007f950002c700 nid=0x21e38 in Object.wait() [0x00007f95061fa000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait([email protected]/Native Method)
- waiting on <no object reference available>
at org.apache.kafka.streams.KafkaStreams.waitOnState(KafkaStreams.java:291)
- locked <0x000000008e302740> (a java.lang.Object)
at org.apache.kafka.streams.KafkaStreams.close(KafkaStreams.java:1577)
at org.apache.kafka.streams.KafkaStreams.close(KafkaStreams.java:1458)
at
org.apache.kafka.streams.integration.StandbyTaskEOSMultiRebalanceIntegrationTest.cleanUp(StandbyTaskEOSMultiRebalanceIntegrationTest.java:114)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0([email protected]/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke([email protected]/NativeMethodAccessorImpl.java:77)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke([email protected]/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke([email protected]/Method.java:569)
at
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
at
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at
org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
at
org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterEachMethod(TimeoutExtension.java:110)
at
org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$565/0x00007f94a03ab008.apply(Unknown
Source) {code}
Link to build
[https://github.com/apache/kafka/actions/runs/11133667678/job/30942981377]
Full thread dump attached to ticket
--
This message was sent by Atlassian Jira
(v8.20.10#820010)