Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.17.0, 1.16.2
Description
We're experiencing a fatal crash in TaskTest:
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45440&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=8334
[...] Jan 31 01:03:12 [ERROR] Process Exit Code: 239 Jan 31 01:03:12 [ERROR] Crashed tests: Jan 31 01:03:12 [ERROR] org.apache.flink.runtime.taskmanager.TaskTest Jan 31 01:03:12 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:748) Jan 31 01:03:12 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$700(ForkStarter.java:121) Jan 31 01:03:12 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:393) Jan 31 01:03:12 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:370) Jan 31 01:03:12 [ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266) Jan 31 01:03:12 [ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) Jan 31 01:03:12 [ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) Jan 31 01:03:12 [ERROR] at java.lang.Thread.run(Thread.java:748) Jan 31 01:03:12 [ERROR] -> [Help 1] Jan 31 01:03:12 [ERROR] Jan 31 01:03:12 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. Jan 31 01:03:12 [ERROR] Re-run Maven using the -X switch to enable full debug logging. Jan 31 01:03:12 [ERROR] Jan 31 01:03:12 [ERROR] For more information about the errors and possible solutions, please read the following articles: Jan 31 01:03:12 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Jan 31 01:03:12 [ERROR] Jan 31 01:03:12 [ERROR] After correcting the problems, you can resume the build with the command Jan 31 01:03:12 [ERROR] mvn <goals> -rf :flink-runtime
Attachments
Issue Links
- relates to
-
FLINK-32972 TaskTest.testInterruptibleSharedLockInInvokeAndCancel causes a JVM shutdown with exit code 239
- Open
- Testing discovered
-
FLINK-30852 TaskTest.testCleanupWhenSwitchToInitializationFails reports AssertionError but doesn't fail
- Resolved
- links to