Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.17.0
Description
This seems to be a follow-up of FLINK-30275. Same test but different test failure (2x in the same build):
- 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
- https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43709&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=7852
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
Attachments
Issue Links
- is caused by
-
FLINK-30275 TaskExecutorTest.testSharedResourcesLifecycle fails
- Reopened
- links to