lenboo commented on issue #3352:
URL:
https://github.com/apache/incubator-dolphinscheduler/issues/3352#issuecomment-668440821
thank you for your suggestions.
i think your idea about the start time and end time are very right.
1. start time should not be updated multi-times.
2. we have a submit-time that is set when the task is created in db
the start-time should only be set when the task is executed(master
dispatch tasks to worker in 1.3.x)
3. 'checkTaskAfterWorkerStart()' should only recover task after master send
it to worker.
4. 'getRemaintime()' should check the time after task is executed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]