mchcz opened a new issue #6630:
URL: https://github.com/apache/dolphinscheduler/issues/6630


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   ### Dolphinscheduler version:2.0.0
   
   1.use user A to create a workflow named test, there are two SQL nodes named 
step1 and Step2.
   
   2.delete workflow test.
   
   3.switch to user B and perform the same operation. An error is reported when 
saving the workflow, indicating that the node name already exists.
   
   **java.sql.SQLIntegrityConstraintViolationException: Duplicate entry 
'step1-828077078200320' for key 't_ds_task_definition.task_unique'**
   
   4.query table t_ ds_ process_definition, there is no record in it, but the 
task definition table t_ds_task_definition,  there are records in it.
   
   ### What you expected to happen
   
   It can be saved normally.
   
   ### How to reproduce
   
   Reference “What happened”
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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