You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2024/01/24 07:59:00 UTC

[jira] [Created] (FLINK-34224) ChangelogStorageMetricsTest.testAttemptsPerUpload(ChangelogStorageMetricsTest timed out

Matthias Pohl created FLINK-34224:
-------------------------------------

             Summary: ChangelogStorageMetricsTest.testAttemptsPerUpload(ChangelogStorageMetricsTest timed out
                 Key: FLINK-34224
                 URL: https://issues.apache.org/jira/browse/FLINK-34224
             Project: Flink
          Issue Type: Bug
          Components: Runtime / State Backends
    Affects Versions: 1.19.0
            Reporter: Matthias Pohl


The timeout appeared in the GitHub Actions workflow (currently in test phase; [FLIP-396|https://cwiki.apache.org/confluence/display/FLINK/FLIP-396%3A+Trial+to+test+GitHub+Actions+as+an+alternative+for+Flink%27s+current+Azure+CI+infrastructure]):
https://github.com/XComp/flink/actions/runs/7632434859/job/20793613726#step:10:11040

{code}
Jan 24 01:38:36 "ForkJoinPool-1-worker-1" #16 daemon prio=5 os_prio=0 tid=0x00007f3b200ae800 nid=0x406e3 waiting on condition [0x00007f3b1ba0e000]
Jan 24 01:38:36    java.lang.Thread.State: WAITING (parking)
Jan 24 01:38:36 	at sun.misc.Unsafe.park(Native Method)
Jan 24 01:38:36 	- parking to wait for  <0x00000000dfbbb358> (a java.util.concurrent.CompletableFuture$Signaller)
Jan 24 01:38:36 	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
Jan 24 01:38:36 	at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707)
Jan 24 01:38:36 	at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3313)
Jan 24 01:38:36 	at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742)
Jan 24 01:38:36 	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
Jan 24 01:38:36 	at org.apache.flink.changelog.fs.ChangelogStorageMetricsTest.testAttemptsPerUpload(ChangelogStorageMetricsTest.java:251)
Jan 24 01:38:36 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[...]
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)