caishunfeng commented on issue #8790: URL: https://github.com/apache/dolphinscheduler/issues/8790#issuecomment-1072210237
> what I say is that : there is already some data in database as what I show, if I was a user of dolphin 2.0.0 , after I upgrage to 2.0.5 , as this scenario. the process could not be edited. because when I go into the process edit page , the data send to web ui is diffrent between 2.0.0 and 2.0.5 , they read diffrent metabase table, 2.0.5 will throw Duplicate key error when going to ProcessService.transformTask method as line 2516, because 2.0.5 will send all versions of task_define infomation to web and then pass to api-server when click 'save' The upgrade problem you can see https://dolphinscheduler.apache.org/zh-cn/docs/release/faq.html Q:Update process definition error: Duplicate key TaskDefinition,hope it helps you. -- 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]
