caishunfeng opened a new pull request #8719:
URL: https://github.com/apache/dolphinscheduler/pull/8719


   ## Purpose of the pull request
   issue: #7697
   
   ## Brief change log
   
   - change the command type: 
       - remove `TASK_EXECUTE_ACK`
       - add `TASK_EXECUTE_RUNNING`
       - change `DB_TASK_ACK` to `TASK_EXECUTE_RUNNING_ACK`
       - change `DB_TASK_RESPONSE` to `TASK_EXECUTE_RESPONSE_ACK`
   
   - remove the task execute ack and add the running callback before really 
`task.handle()`, which will make the running state more acurrate, see 
`TaskExecuteProcessor` , `TaskExecuteThread`
   
    
   
   ## Verify this pull request
   
   This pull request is code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please 
describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   <!--*(example:)*
     - *Added dolphinscheduler-dao tests for end-to-end.*
     - *Added CronUtilsTest to verify the change.*
     - *Manually verified the change by testing locally.* -->
   


-- 
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]


Reply via email to