You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/02/09 08:02:00 UTC

[jira] [Created] (FLINK-26041) AbstractTaskManagerProcessFailureRecoveryTest.testTaskManagerProcessFailure hang on azure

Yun Gao created FLINK-26041:
-------------------------------

             Summary: AbstractTaskManagerProcessFailureRecoveryTest.testTaskManagerProcessFailure hang on azure
                 Key: FLINK-26041
                 URL: https://issues.apache.org/jira/browse/FLINK-26041
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
    Affects Versions: 1.15.0
            Reporter: Yun Gao



{code:java}
Feb 08 13:04:58 "main" #1 prio=5 os_prio=0 tid=0x00007fdcf000b800 nid=0x47bd waiting on condition [0x00007fdcf697b000]
Feb 08 13:04:58    java.lang.Thread.State: WAITING (parking)
Feb 08 13:04:58 	at sun.misc.Unsafe.park(Native Method)
Feb 08 13:04:58 	- parking to wait for  <0x000000008f644330> (a java.util.concurrent.CompletableFuture$Signaller)
Feb 08 13:04:58 	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
Feb 08 13:04:58 	at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707)
Feb 08 13:04:58 	at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
Feb 08 13:04:58 	at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742)
Feb 08 13:04:58 	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
Feb 08 13:04:58 	at org.apache.flink.util.AutoCloseableAsync.close(AutoCloseableAsync.java:36)
Feb 08 13:04:58 	at org.apache.flink.test.recovery.AbstractTaskManagerProcessFailureRecoveryTest.testTaskManagerProcessFailure(AbstractTaskManagerProcessFailureRecoveryTest.java:209)
Feb 08 13:04:58 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Feb 08 13:04:58 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 08 13:04:58 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 08 13:04:58 	at java.lang.reflect.Method.invoke(Method.java:498)
Feb 08 13:04:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Feb 08 13:04:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 08 13:04:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Feb 08 13:04:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 08 13:04:58 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
Feb 08 13:04:58 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
Feb 08 13:04:58 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
Feb 08 13:04:58 	at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Feb 08 13:04:58 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
Feb 08 13:04:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 08 13:04:58 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Feb 08 13:04:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Feb 08 13:04:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Feb 08 13:04:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Feb 08 13:04:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Feb 08 13:04:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Feb 08 13:04:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Feb 08 13:04:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Feb 08 13:04:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Feb 08 13:04:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Feb 08 13:04:58 	at org.junit.runners.Suite.runChild(Suite.java:128)
Feb 08 13:04:58 	at org.junit.runners.Suite.runChild(Suite.java:27)

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=30901&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=14617



--
This message was sent by Atlassian Jira
(v8.20.1#820001)