github-actions[bot] commented on issue #15089: URL: https://github.com/apache/dolphinscheduler/issues/15089#issuecomment-1782244307
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened The flink stream task cannot be stopped and savedpointed after the execution is completed. ### What you expected to happen The flink stream task execution can be stopped and savedpointed. ### How to reproduce Start the new flink stream task and then perform the stop operation The main reason is that after WorkerTaskExecuteRunnable executes the task, the taskInstanceId is cleared from TaskExecutionContextCacheManager, resulting in the inability to obtain task information from TaskExecutionContextCacheManager through taskInstanceId when stopping task execution. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
