You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/10/29 01:46:30 UTC

[GitHub] [dolphinscheduler] mchcz opened a new issue #6630: [Bug] [process definition] workflow save error

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] qwlh-code commented on issue #6630: [Bug] [process definition] workflow save error

Posted by GitBox <gi...@apache.org>.
qwlh-code commented on issue #6630:
URL: https://github.com/apache/dolphinscheduler/issues/6630#issuecomment-968588797


   > 无法在我的本地环境中重现此内容。你能证实这一点并提供更多细节吗?
   
   在同一个项目下新建一个工作流,流里的节点名称定义为task1,创建完流后把这个流删掉,再新建工作流,节点名称再次命名为task1,保存工作流时保存出错。就算流删除了,但是新建流时,节点名称还是不能用之前删除的流的节点名称,t_ds_task_definition表中的数据没有删除


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] DingPengfei commented on issue #6630: [Bug] [process definition] workflow save error

Posted by GitBox <gi...@apache.org>.
DingPengfei commented on issue #6630:
URL: https://github.com/apache/dolphinscheduler/issues/6630#issuecomment-970213396


   > > 无法在我的本地环境中重现此内容。你能证实这一点并提供更多细节吗?
   > 
   > 在同一个项目下新建一个工作流,流里的节点名称定义为task1,创建完流后把这个流删掉,再新建工作流,节点名称再次命名为task1,保存工作流时保存出错。就算流删除了,但是新建流时,节点名称还是不能用之前删除的流的节点名称,t_ds_task_definition表中的数据没有删除
   
   The DDL has been updated. see #5875 


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #6630: [Bug] [process definition] workflow save error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #6630:
URL: https://github.com/apache/dolphinscheduler/issues/6630#issuecomment-996292153


   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] closed issue #6630: [Bug] [process definition] workflow save error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #6630:
URL: https://github.com/apache/dolphinscheduler/issues/6630


   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #6630: [Bug] [process definition] workflow save error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #6630:
URL: https://github.com/apache/dolphinscheduler/issues/6630#issuecomment-954344450


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/zh-cn/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #6630: [Bug] [process definition] workflow save error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #6630:
URL: https://github.com/apache/dolphinscheduler/issues/6630#issuecomment-1000950162


   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] DingPengfei commented on issue #6630: [Bug] [process definition] workflow save error

Posted by GitBox <gi...@apache.org>.
DingPengfei commented on issue #6630:
URL: https://github.com/apache/dolphinscheduler/issues/6630#issuecomment-960525279


   Can't reproduce this in my local env. Can you confirm this and provide more details ?


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org