Matthias Pohl created FLINK-34274: ------------------------------------- Summary: AdaptiveSchedulerTest.testRequirementLowerBoundDecreaseAfterResourceScarcityBelowAvailableSlots times out Key: FLINK-34274 URL: https://issues.apache.org/jira/browse/FLINK-34274 Project: Flink Issue Type: Bug Components: Runtime / Coordination Affects Versions: 1.19.0 Reporter: Matthias Pohl
{code:java} Jan 30 03:15:46 "ForkJoinPool-420-worker-25" #9746 daemon prio=5 os_prio=0 tid=0x00007fdfbb635800 nid=0x2dbd waiting on condition [0x00007fdf39528000] Jan 30 03:15:46 java.lang.Thread.State: WAITING (parking) Jan 30 03:15:46 at sun.misc.Unsafe.park(Native Method) Jan 30 03:15:46 - parking to wait for <0x00000000fe642548> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) Jan 30 03:15:46 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) Jan 30 03:15:46 at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) Jan 30 03:15:46 at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) Jan 30 03:15:46 at org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerTest$SubmissionBufferingTaskManagerGateway.waitForSubmissions(AdaptiveSchedulerTest.java:2225) Jan 30 03:15:46 at org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerTest.awaitJobReachingParallelism(AdaptiveSchedulerTest.java:1333) Jan 30 03:15:46 at org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerTest.testRequirementLowerBoundDecreaseAfterResourceScarcityBelowAvailableSlots(AdaptiveSchedulerTest.java:1273) Jan 30 03:15:46 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [...] {code} https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=57086&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=9893 -- This message was sent by Atlassian Jira (v8.20.10#820010)