ruanwenjun opened a new issue #5150:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/5150


   **Describe the bug**
   When` MasterSchedulerService` handle command by 
`ProcessService.handleCommand`, I find the `@Transaction` annotation in the 
ProcessService doesn't work. Sometimes this may cause serious problem.
   
   **To Reproduce**
   Maybe it is hard to reproduce, but you can make an error in 
`ProcessService.moveToErrorCommand`, then you will find the issue.
   
   
   
   **Which version of Dolphin Scheduler:**
    -[1.3.6]
    -[dev]
   
   **Requirement or improvement**
   It is because Server module remove the spring-boot dependency, so it will 
not auto enable transaction manager.  So we need to open manually.
   


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


Reply via email to