Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.0
Description
The TaskExecutor does not properly wait for the termination of Tasks when terminating. In fact, it does not even trigger the cancellation of the running Tasks. I think for better lifecycle management it is important that the TaskExecutor triggers the termination of all running Tasks and then wait until all Tasks have terminated before it terminates itself.
Attachments
Issue Links
- causes
-
FLINK-11631 TaskExecutorITCase#testJobReExecutionAfterTaskExecutorTermination unstable on Travis
- Closed
-
FLINK-12285 Memory leak in SavepointITCase and SavepointMigrationTestBase
- Closed
- duplicates
-
FLINK-12707 Close minicluster will cause memory leak when there are StreamTask closed abnormal
- Closed
- is duplicated by
-
FLINK-12332 Cancel running tasks if exist before shutting down TM
- Closed
- relates to
-
FLINK-12707 Close minicluster will cause memory leak when there are StreamTask closed abnormal
- Closed
- links to