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 2022/03/15 14:36:01 UTC

[GitHub] [dolphinscheduler] weeway edited a comment on issue #8790: [Bug] [Process Definition] Duplicate key TaskDefinition

weeway edited a comment on issue #8790:
URL: https://github.com/apache/dolphinscheduler/issues/8790#issuecomment-1068059860


   I had the same problem and reproduced it by following steps.
   1. create a new process and create the first task in it, then save the process (will back to process list)
   2. click into the process and create the second task, then save then process (do not click close)
   3. create the third task, then save then process and click close
   4. click into the process and save, the error occurs
   
   in step 3, the process DAG looks like this:
   <img width="2305" alt="image" src="https://user-images.githubusercontent.com/12637868/158401170-74fc7401-c38b-4503-9b6a-3b905758a741.png">
   
   and the t_ds_task_definition looks like this:
   <img width="1293" alt="image" src="https://user-images.githubusercontent.com/12637868/158401503-a75074a7-b320-4db0-afc1-6936fbe6d697.png">
   
   there are two tasks with the same name 's2' and same version '1'


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