[
https://issues.apache.org/jira/browse/FLINK-36299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17882423#comment-17882423
]
Matthias Pohl edited comment on FLINK-36299 at 9/17/24 2:44 PM:
----------------------------------------------------------------
Just for the record: The corresponding CI run was based on ed7f57c9 which
included the changes of FLINK-36013, FLINK-36014, FLINK-36012, and FLINK-36011
but didn't include the FLINK-36279 fix, yet.
We've seen a unstability with this test already in the past with FLINK-30619.
The stacktrace was different, though, it appears based on the change.
was (Author: mapohl):
Just for the record: The corresponding CI run was based on ed7f57c9 which
included the changes of FLINK-36013, FLINK-36014, FLINK-36012, and FLINK-36011
We've seen a unstability with this test already in the past with FLINK-30619.
The stacktrace was different, though, it appears based on the change.
> AdaptiveSchedulerTest.testStatusMetrics times out
> -------------------------------------------------
>
> Key: FLINK-36299
> URL: https://issues.apache.org/jira/browse/FLINK-36299
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 2.0-preview
> Reporter: Matthias Pohl
> Priority: Critical
> Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=62146&view=logs&j=d89de3df-4600-5585-dadc-9bbc9a5e661c&t=be5a4b15-4b23-56b1-7582-795f58a645a2&l=9849
> {code}
> Sep 15 02:28:22 "ForkJoinPool-495-worker-25" #9352 daemon prio=5 os_prio=0
> tid=0x00007fcdde409000 nid=0x77f4 waiting on condition [0x00007fcd5c52c000]
> Sep 15 02:28:22 java.lang.Thread.State: WAITING (parking)
> Sep 15 02:28:22 at sun.misc.Unsafe.park(Native Method)
> Sep 15 02:28:22 - parking to wait for <0x00000000f8d7d0b8> (a
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
> Sep 15 02:28:22 at
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> Sep 15 02:28:22 at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> Sep 15 02:28:22 at
> java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
> Sep 15 02:28:22 at
> org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerTest$SubmissionBufferingTaskManagerGateway.waitForSubmissions(AdaptiveSchedulerTest.java:2593)
> Sep 15 02:28:22 at
> org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerTest.testStatusMetrics(AdaptiveSchedulerTest.java:732)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)