njnu-seafish opened a new pull request, #17529: URL: https://github.com/apache/dolphinscheduler/pull/17529
<!--Thanks very much for contributing to Apache DolphinScheduler, we are happy that you want to help us improve DolphinScheduler! --> ## Purpose of the pull request close #17520 ## Brief change log add clearTaskExecPathIfNeeded logic in TaskExecutorLifecycleEventListener ## Verify this pull request This change added tests and can be verified as follows: I have conducted thorough testing in my own environment, and the logs are as follows. (1) in /worker-server/conf/common.properties: development.state=false 2025-09-18 11:25:43.258 INFO [PhysicalTaskExecutorEventBusCoordinator-eventbus-coordinator-worker-48] - 🐬 Finalize Task Instance 2025-09-18 11:25:43.258 INFO [PhysicalTaskExecutorEventBusCoordinator-eventbus-coordinator-worker-48] - Clearing task execution path: /data01/dolphinscheduler/exec/process/3077 2025-09-18 11:25:43.271 INFO [PhysicalTaskExecutorEventBusCoordinator-eventbus-coordinator-worker-48] - Successfully cleared task execution path: /data01/dolphinscheduler/exec/process/3077 2025-09-18 11:25:43.271 INFO [PhysicalTaskExecutorEventBusCoordinator-eventbus-coordinator-worker-48] - FINALIZE_SESSION (2) in /worker-server/conf/common.properties: development.state=true 2025-09-18 11:30:12.159 INFO [PhysicalTaskExecutorEventBusCoordinator-eventbus-coordinator-worker-22] - 🐬 Finalize Task Instance 2025-09-18 11:30:12.160 INFO [PhysicalTaskExecutorEventBusCoordinator-eventbus-coordinator-worker-22] - Running in develop mode, skip clearing path: /data01/dolphinscheduler/exec/process/3078 2025-09-18 11:30:12.160 INFO [PhysicalTaskExecutorEventBusCoordinator-eventbus-coordinator-worker-22] - FINALIZE_SESSION ## Pull Request Notice [Pull Request Notice](https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/join/pull-request.md) If your pull request contains incompatible change, you should also add it to `docs/docs/en/guide/upgrade/incompatible.md` -- 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]
