[ 
https://issues.apache.org/jira/browse/FLINK-38643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18118790#comment-18118790
 ] 

Martijn Visser commented on FLINK-38643:
----------------------------------------

Two occurrences on release-2.2 this week, both killed at the job's time budget 
with the test waiting on the job result:

https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=79253&view=logs&j=39d5b1d5-3b41-54dc-6458-1e2ddd1cdcf3
 (nightly 2026-09-19, [downscale keyed_broadcast from 5 to 3, sourceSleepMs = 
5])
https://github.com/apache/flink/actions/runs/35531391076/job/106133734066 (push 
2026-09-20, [downscale union from 5 to 3, sourceSleepMs = 5])

{code}
"main" #1 prio=5 os_prio=0 cpu=4826.49ms elapsed=10966.61s 
tid=0x00007f40d7430600 nid=0x3ca62 waiting on condition
   java.lang.Thread.State: WAITING (parking)
        at 
java.util.concurrent.CompletableFuture.get([email protected]/CompletableFuture.java:2072)
        at 
org.apache.flink.test.checkpointing.UnalignedCheckpointTestBase.execute(UnalignedCheckpointTestBase.java:194)
        at 
org.apache.flink.test.checkpointing.UnalignedCheckpointRescaleITCase.shouldRescaleUnalignedCheckpoint(UnalignedCheckpointRescaleITCase.java:631)
{code}

Line 194 is {{requestJobResult(jobID).get()}} without a timeout. In both runs 
the last output is the second "Starting" line of that parameterisation, so it 
is the restored job that never finishes.

> UnalignedCheckpointRescaleITCase stuck in test_ci tests
> -------------------------------------------------------
>
>                 Key: FLINK-38643
>                 URL: https://issues.apache.org/jira/browse/FLINK-38643
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 2.2.0
>            Reporter: Ruan Hang
>            Priority: Major
>




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

Reply via email to