Matthias Pohl created FLINK-30301: ------------------------------------- Summary: TaskExecutorTest.testSharedResourcesLifecycle failed with TaskException Key: FLINK-30301 URL: https://issues.apache.org/jira/browse/FLINK-30301 Project: Flink Issue Type: Bug Components: Runtime / Coordination Affects Versions: 1.17.0 Reporter: Matthias Pohl
This seems to be a follow-up of FLINK-30275. Same test but different test failure: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43709&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef&l=7479 {code} Dec 05 03:59:18 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) Dec 05 03:59:18 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) Dec 05 03:59:18 at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) Dec 05 03:59:18 at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) Dec 05 03:59:18 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.lambda$execute$1(JUnitPlatformProvider.java:199) Dec 05 03:59:18 at java.util.Iterator.forEachRemaining(Iterator.java:116) Dec 05 03:59:18 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:193) Dec 05 03:59:18 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) Dec 05 03:59:18 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:120) Dec 05 03:59:18 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) Dec 05 03:59:18 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) Dec 05 03:59:18 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) Dec 05 03:59:18 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Dec 05 03:59:18 Caused by: org.apache.flink.runtime.taskexecutor.exceptions.TaskException: Cannot find task to stop for execution 096b33c46c225fd4af41a9484b64c7fe_010f83ce510d70707aaf04c441173b70_0_0. Dec 05 03:59:18 at org.apache.flink.runtime.taskexecutor.TaskExecutor.cancelTask(TaskExecutor.java:864) Dec 05 03:59:18 ... 53 more {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)