Robert Metzger created FLINK-20449:
-------------------------------------- Summary: UnalignedCheckpointITCase times out Key: FLINK-20449 URL: https://issues.apache.org/jira/browse/FLINK-20449 Project: Flink Issue Type: Bug Components: Runtime / Checkpointing Affects Versions: 1.13.0 Reporter: Robert Metzger Fix For: 1.13.0 https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=10416&view=logs&j=39d5b1d5-3b41-54dc-6458-1e2ddd1cdcf3&t=a99e99c7-21cd-5a1f-7274-585e62b72f56 {code} 2020-12-02T01:24:33.7219846Z [ERROR] Tests run: 10, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 746.887 s <<< FAILURE! - in org.apache.flink.test.checkpointing.UnalignedCheckpointITCase 2020-12-02T01:24:33.7220860Z [ERROR] execute[Parallel cogroup, p = 10](org.apache.flink.test.checkpointing.UnalignedCheckpointITCase) Time elapsed: 300.24 s <<< ERROR! 2020-12-02T01:24:33.7221663Z org.junit.runners.model.TestTimedOutException: test timed out after 300 seconds 2020-12-02T01:24:33.7222017Z at sun.misc.Unsafe.park(Native Method) 2020-12-02T01:24:33.7222390Z at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) 2020-12-02T01:24:33.7222882Z at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707) 2020-12-02T01:24:33.7223356Z at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323) 2020-12-02T01:24:33.7223840Z at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742) 2020-12-02T01:24:33.7224320Z at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) 2020-12-02T01:24:33.7224864Z at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1842) 2020-12-02T01:24:33.7225500Z at org.apache.flink.streaming.api.environment.LocalStreamEnvironment.execute(LocalStreamEnvironment.java:70) 2020-12-02T01:24:33.7226297Z at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1822) 2020-12-02T01:24:33.7226929Z at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1804) 2020-12-02T01:24:33.7227572Z at org.apache.flink.test.checkpointing.UnalignedCheckpointTestBase.execute(UnalignedCheckpointTestBase.java:122) 2020-12-02T01:24:33.7228187Z at org.apache.flink.test.checkpointing.UnalignedCheckpointITCase.execute(UnalignedCheckpointITCase.java:159) 2020-12-02T01:24:33.7228680Z at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2020-12-02T01:24:33.7229099Z at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2020-12-02T01:24:33.7229617Z at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2020-12-02T01:24:33.7230068Z at java.lang.reflect.Method.invoke(Method.java:498) 2020-12-02T01:24:33.7230733Z at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 2020-12-02T01:24:33.7231262Z at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 2020-12-02T01:24:33.7231775Z at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 2020-12-02T01:24:33.7232276Z at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 2020-12-02T01:24:33.7232732Z at org.junit.rules.Verifier$1.evaluate(Verifier.java:35) 2020-12-02T01:24:33.7233144Z at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) 2020-12-02T01:24:33.7233663Z at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) 2020-12-02T01:24:33.7234239Z at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) 2020-12-02T01:24:33.7234735Z at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2020-12-02T01:24:33.7235093Z at java.lang.Thread.run(Thread.java:748) 2020-12-02T01:24:33.7235305Z 2020-12-02T01:24:33.7235728Z [ERROR] execute[Parallel union, p = 10](org.apache.flink.test.checkpointing.UnalignedCheckpointITCase) Time elapsed: 300.539 s <<< ERROR! 2020-12-02T01:24:33.7236436Z org.junit.runners.model.TestTimedOutException: test timed out after 300 seconds 2020-12-02T01:24:33.7236790Z at sun.misc.Unsafe.park(Native Method) 2020-12-02T01:24:33.7237158Z at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) 2020-12-02T01:24:33.7237641Z at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707) 2020-12-02T01:24:33.7238118Z at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323) 2020-12-02T01:24:33.7238599Z at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742) 2020-12-02T01:24:33.7239885Z at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) 2020-12-02T01:24:33.7240497Z at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1842) 2020-12-02T01:24:33.7242440Z at org.apache.flink.streaming.api.environment.LocalStreamEnvironment.execute(LocalStreamEnvironment.java:70) 2020-12-02T01:24:33.7243663Z at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1822) 2020-12-02T01:24:33.7244476Z at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1804) 2020-12-02T01:24:33.7245237Z at org.apache.flink.test.checkpointing.UnalignedCheckpointTestBase.execute(UnalignedCheckpointTestBase.java:122) 2020-12-02T01:24:33.7245823Z at org.apache.flink.test.checkpointing.UnalignedCheckpointITCase.execute(UnalignedCheckpointITCase.java:159) 2020-12-02T01:24:33.7246296Z at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2020-12-02T01:24:33.7246698Z at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2020-12-02T01:24:33.7247201Z at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2020-12-02T01:24:33.7247643Z at java.lang.reflect.Method.invoke(Method.java:498) 2020-12-02T01:24:33.7248059Z at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) 2020-12-02T01:24:33.7248562Z at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 2020-12-02T01:24:33.7249402Z at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) 2020-12-02T01:24:33.7250043Z at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 2020-12-02T01:24:33.7250499Z at org.junit.rules.Verifier$1.evaluate(Verifier.java:35) 2020-12-02T01:24:33.7250929Z at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) 2020-12-02T01:24:33.7251432Z at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) 2020-12-02T01:24:33.7252160Z at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) 2020-12-02T01:24:33.7252657Z at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2020-12-02T01:24:33.7253009Z at java.lang.Thread.run(Thread.java:748) {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) |
Free forum by Nabble | Edit this page |