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 2022/12/01 11:04:00 UTC

[jira] [Created] (FLINK-30261) PartiallyFinishedSourcesITCase.test timed out while waiting for tasks to finish

Matthias Pohl created FLINK-30261:
-------------------------------------

             Summary: PartiallyFinishedSourcesITCase.test timed out while waiting for tasks to finish
                 Key: FLINK-30261
                 URL: https://issues.apache.org/jira/browse/FLINK-30261
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
    Affects Versions: 1.15.3
            Reporter: Matthias Pohl


{{PartiallyFinishedSourcesITCase.test}} timed out while waiting for tasks to finish:
{code}
"main" #1 prio=5 os_prio=0 tid=0x00007fe78800b800 nid=0x3a11f waiting on condition [0x00007fe78e6fb000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:145)
	at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:138)
	at org.apache.flink.runtime.testutils.CommonTestUtils.waitForSubtasksToFinish(CommonTestUtils.java:291)
	at org.apache.flink.runtime.operators.lifecycle.TestJobExecutor.waitForSubtasksToFinish(TestJobExecutor.java:226)
	at org.apache.flink.runtime.operators.lifecycle.PartiallyFinishedSourcesITCase.test(PartiallyFinishedSourcesITCase.java:138)
[...]
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43637&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=39302



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