Matthias Pohl created FLINK-34404:
-------------------------------------
Summary: RestoreTestBase#testRestore times out
Key: FLINK-34404
URL: https://issues.apache.org/jira/browse/FLINK-34404
Project: Flink
Issue Type: Bug
Components: Table SQL / Planner
Affects Versions: 1.19.0, 1.20.0
Reporter: Matthias Pohl
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=57357&view=logs&j=32715a4c-21b8-59a3-4171-744e5ab107eb&t=ff64056b-5320-5afe-c22c-6fa339e59586&l=11603
{code}
Feb 07 02:17:40 "ForkJoinPool-74-worker-1" #382 daemon prio=5 os_prio=0
cpu=282.22ms elapsed=961.78s tid=0x00007f880a485c00 nid=0x6745 waiting on
condition [0x00007f878a6f9000]
Feb 07 02:17:40 java.lang.Thread.State: WAITING (parking)
Feb 07 02:17:40 at
jdk.internal.misc.Unsafe.park([email protected]/Native Method)
Feb 07 02:17:40 - parking to wait for <0x00000000ff73d060> (a
java.util.concurrent.CompletableFuture$Signaller)
Feb 07 02:17:40 at
java.util.concurrent.locks.LockSupport.park([email protected]/LockSupport.java:211)
Feb 07 02:17:40 at
java.util.concurrent.CompletableFuture$Signaller.block([email protected]/CompletableFuture.java:1864)
Feb 07 02:17:40 at
java.util.concurrent.ForkJoinPool.compensatedBlock([email protected]/ForkJoinPool.java:3449)
Feb 07 02:17:40 at
java.util.concurrent.ForkJoinPool.managedBlock([email protected]/ForkJoinPool.java:3432)
Feb 07 02:17:40 at
java.util.concurrent.CompletableFuture.waitingGet([email protected]/CompletableFuture.java:1898)
Feb 07 02:17:40 at
java.util.concurrent.CompletableFuture.get([email protected]/CompletableFuture.java:2072)
Feb 07 02:17:40 at
org.apache.flink.table.planner.plan.nodes.exec.testutils.RestoreTestBase.testRestore(RestoreTestBase.java:292)
Feb 07 02:17:40 at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0([email protected]/Native
Method)
Feb 07 02:17:40 at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke([email protected]/NativeMethodAccessorImpl.java:77)
Feb 07 02:17:40 at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke([email protected]/DelegatingMethodAccessorImpl.java:43)
Feb 07 02:17:40 at
java.lang.reflect.Method.invoke([email protected]/Method.java:568)
Feb 07 02:17:40 at
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
[...]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)