You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2021/10/11 02:39:00 UTC

[jira] [Commented] (FLINK-24216) org.apache.flink.test.scheduling.AdaptiveSchedulerITCase#testStopWithSavepointFailOnFirstSavepointSucceedOnSecond blocked on azure

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

Xintong Song commented on FLINK-24216:
--------------------------------------

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24925&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=11959

> org.apache.flink.test.scheduling.AdaptiveSchedulerITCase#testStopWithSavepointFailOnFirstSavepointSucceedOnSecond blocked on azure
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-24216
>                 URL: https://issues.apache.org/jira/browse/FLINK-24216
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.14.0
>            Reporter: Yun Gao
>            Priority: Major
>              Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=23735&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=12914
> {code:java}
> Sep 08 06:46:01 "main" #1 prio=5 os_prio=0 tid=0x00007f23c400b800 nid=0x498c waiting on condition [0x00007f23cc276000]
> Sep 08 06:46:01    java.lang.Thread.State: WAITING (parking)
> Sep 08 06:46:01 	at sun.misc.Unsafe.park(Native Method)
> Sep 08 06:46:01 	- parking to wait for  <0x0000000086d021a8> (a java.util.concurrent.CountDownLatch$Sync)
> Sep 08 06:46:01 	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> Sep 08 06:46:01 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
> Sep 08 06:46:01 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
> Sep 08 06:46:01 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
> Sep 08 06:46:01 	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231)
> Sep 08 06:46:01 	at org.apache.flink.test.scheduling.AdaptiveSchedulerITCase$DummySource.awaitRunning(AdaptiveSchedulerITCase.java:272)
> Sep 08 06:46:01 	at org.apache.flink.test.scheduling.AdaptiveSchedulerITCase$DummySource.access$100(AdaptiveSchedulerITCase.java:255)
> Sep 08 06:46:01 	at org.apache.flink.test.scheduling.AdaptiveSchedulerITCase.testStopWithSavepointFailOnFirstSavepointSucceedOnSecond(AdaptiveSchedulerITCase.java:219)
> Sep 08 06:46:01 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> Sep 08 06:46:01 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Sep 08 06:46:01 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Sep 08 06:46:01 	at java.lang.reflect.Method.invoke(Method.java:498)
> Sep 08 06:46:01 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> Sep 08 06:46:01 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> Sep 08 06:46:01 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> Sep 08 06:46:01 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> Sep 08 06:46:01 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> Sep 08 06:46:01 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> Sep 08 06:46:01 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> Sep 08 06:46:01 	at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
> Sep 08 06:46:01 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)