[
https://issues.apache.org/jira/browse/FLINK-34404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825338#comment-17825338
]
Matthias Pohl edited comment on FLINK-34404 at 3/11/24 2:42 PM:
----------------------------------------------------------------
{{WindowTableFunctionProcTimeRestoreTest}} timed out (I'm not gonna create a
new Jira issue):
https://github.com/apache/flink/actions/runs/8201251769/job/22429899203#step:10:11641
{code}
Mar 08 09:59:09 "ForkJoinPool-139-worker-1" #1489 daemon prio=5 os_prio=0
tid=0x00007f9d9dfbb800 nid=0xea67 waiting on condition [0x00007f9d88de2000]
Mar 08 09:59:09 java.lang.Thread.State: WAITING (parking)
Mar 08 09:59:09 at sun.misc.Unsafe.park(Native Method)
Mar 08 09:59:09 - parking to wait for <0x00000000dc647680> (a
java.util.concurrent.CompletableFuture$Signaller)
Mar 08 09:59:09 at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
Mar 08 09:59:09 at
java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707)
Mar 08 09:59:09 at
java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3313)
Mar 08 09:59:09 at
java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742)
Mar 08 09:59:09 at
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
Mar 08 09:59:09 at
org.apache.flink.table.planner.plan.nodes.exec.testutils.RestoreTestBase.testRestore(RestoreTestBase.java:292)
[...]
{code}
Log analysis to identify the specific test:
{code}
cat mvn-*.log | grep testRestore | cut -d' ' -f2 | sort | uniq -c | sort -n |
head
1
org.apache.flink.table.planner.plan.nodes.exec.stream.WindowTableFunctionProcTimeRestoreTest.testRestore[[1]
2
org.apache.flink.table.planner.plan.nodes.exec.stream.AsyncCalcRestoreTest.testRestore[[1]
2
org.apache.flink.table.planner.plan.nodes.exec.stream.AsyncCalcRestoreTest.testRestore[[2]
2
org.apache.flink.table.planner.plan.nodes.exec.stream.AsyncCalcRestoreTest.testRestore[[3]
2
org.apache.flink.table.planner.plan.nodes.exec.stream.AsyncCalcRestoreTest.testRestore[[4]
2
org.apache.flink.table.planner.plan.nodes.exec.stream.AsyncCalcRestoreTest.testRestore[[5]
2
org.apache.flink.table.planner.plan.nodes.exec.stream.CalcRestoreTest.testRestore[[1]
2
org.apache.flink.table.planner.plan.nodes.exec.stream.CalcRestoreTest.testRestore[[2]
2
org.apache.flink.table.planner.plan.nodes.exec.stream.CalcRestoreTest.testRestore[[3]
2
org.apache.flink.table.planner.plan.nodes.exec.stream.CalcRestoreTest.testRestore[[4]
{code}
was (Author: mapohl):
{{WindowTableFunctionProcTimeRestoreTest}} timed out (I'm not gonna create a
new Jira issue):
https://github.com/apache/flink/actions/runs/8201251769/job/22429899203#step:10:11641
> GroupWindowAggregateProcTimeRestoreTest#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
> Assignee: Alan Sheinberg
> Priority: Critical
> Labels: test-stability
> Attachments: FLINK-34404.failure.log, FLINK-34404.success.log
>
>
> 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)