[Improvement][Worker] Improve task process status log
See original GitHub issueDescribe the question
In the AbstractCommandExecutor, after the task process executed, it will log the status.
We need to move the log from line 206 to line 227, 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]
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How To Improve A Process At Work: The 7-Step Guide
Inefficient processes could be limiting your organization's growth—but it doesn't have to be that way! Here's a primer on how to improve a...
Read more >10 Better Ways to Improve a Process at Work | Cflow
We need to improve processes for better business outcomes. ... A work process is a sequence of steps (tasks) that are executed to...
Read more >Defining a chain of approvals for tasks - BMC Documentation
To create a new chain of approval process · Log in to BMC Helix Innovation Studio and navigate to the Workspace tab. ·...
Read more >A Smarter Workplace: 5 Ideas for Improving Work Processes
Our 5 ideas for improving work processes are designed to help you consistently meet your targets, delight customers and optimise team performance in...
Read more >MSB4181: The 'task' task returned false but did not log an error
In this article. This error occurs when a task returned false to signal that it didn't complete successfully, but didn't log an error....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, I would like to work on this. Thanks
PR #5776