Huang Xingbo created FLINK-20893:
------------------------------------ Summary: UnalignedCheckpointITCase.shouldPerformUnalignedCheckpointOnLocalAndRemoteChannel test failed with "TestTimedOutException" Key: FLINK-20893 URL: https://issues.apache.org/jira/browse/FLINK-20893 Project: Flink Issue Type: Bug Components: Runtime / Checkpointing Affects Versions: 1.11.0 Reporter: Huang Xingbo [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=11768&view=logs&j=2c3cbe13-dee0-5837-cf47-3053da9a8a78&t=981eced9-6683-5752-3201-62faf56c149b] {code:java} 2021-01-07T22:19:05.1814074Z [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 365.616 s <<< FAILURE! - in org.apache.flink.test.checkpointing.UnalignedCheckpointITCase 2021-01-07T22:19:05.1815029Z [ERROR] shouldPerformUnalignedCheckpointOnLocalAndRemoteChannel(org.apache.flink.test.checkpointing.UnalignedCheckpointITCase) Time elapsed: 300.01 s <<< ERROR! 2021-01-07T22:19:05.1819455Z org.junit.runners.model.TestTimedOutException: test timed out after 300 seconds 2021-01-07T22:19:05.1820123Z at java.base@11.0.9.1/jdk.internal.misc.Unsafe.park(Native Method) 2021-01-07T22:19:05.1820721Z at java.base@11.0.9.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) 2021-01-07T22:19:05.1821427Z at java.base@11.0.9.1/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796) 2021-01-07T22:19:05.1822153Z at java.base@11.0.9.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128) 2021-01-07T22:19:05.1823030Z at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823) 2021-01-07T22:19:05.1825723Z at java.base@11.0.9.1/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1998) 2021-01-07T22:19:05.1827155Z at app//org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1671) 2021-01-07T22:19:05.1827937Z at app//org.apache.flink.streaming.api.environment.LocalStreamEnvironment.execute(LocalStreamEnvironment.java:73) 2021-01-07T22:19:05.1828519Z at app//org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1651) 2021-01-07T22:19:05.1829199Z at app//org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1634) 2021-01-07T22:19:05.1829745Z at app//org.apache.flink.test.checkpointing.UnalignedCheckpointITCase.execute(UnalignedCheckpointITCase.java:161) 2021-01-07T22:19:05.1835881Z at app//org.apache.flink.test.checkpointing.UnalignedCheckpointITCase.shouldPerformUnalignedCheckpointOnLocalAndRemoteChannel(UnalignedCheckpointITCase.java:147) 2021-01-07T22:19:05.1836851Z at java.base@11.0.9.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2021-01-07T22:19:05.1837534Z at java.base@11.0.9.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2021-01-07T22:19:05.1838309Z at java.base@11.0.9.1/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2021-01-07T22:19:05.1839275Z at java.base@11.0.9.1/java.lang.reflect.Method.invoke(Method.java:566) 2021-01-07T22:19:05.1839715Z at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 2021-01-07T22:19:05.1840157Z at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 2021-01-07T22:19:05.1840617Z at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 2021-01-07T22:19:05.1841060Z at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 2021-01-07T22:19:05.1841444Z at app//org.junit.rules.Verifier$1.evaluate(Verifier.java:35) 2021-01-07T22:19:05.1841825Z at app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) 2021-01-07T22:19:05.1842274Z at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) 2021-01-07T22:19:05.1842980Z at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) 2021-01-07T22:19:05.1843453Z at java.base@11.0.9.1/java.util.concurrent.FutureTask.run(FutureTask.java:264) 2021-01-07T22:19:05.1843881Z at java.base@11.0.9.1/java.lang.Thread.run(Thread.java:834) {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) |
Free forum by Nabble | Edit this page |