ruanwenjun opened a new issue #5741: URL: https://github.com/apache/dolphinscheduler/issues/5741
**Describe the question** In the AbstractCommandExecutor, after the task process executed, it will log the status. We need to move the log from line 256 to line 257, the `result.getExitStatusCode()` is always 0, because we did not assign value. https://github.com/apache/dolphinscheduler/blob/2ba569acd028c00c22f4853de7c58251ac72816c/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/AbstractCommandExecutor.java#L157-L206 **Which version of DolphinScheduler:** -[1.3.6] -[dev] -- 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]
