caishunfeng edited a comment on issue #8790: URL: https://github.com/apache/dolphinscheduler/issues/8790#issuecomment-1072027452
I found the reason is that: 1. when add a new task A, click save and not close, at this time task-A version is 1 at backend, but empty version in UI. 2. and click save again, at this time the backend will create a new task-definition-log with version 1 again because empty version, so the version 1 task-A were duplicate. I had submit a pr to fix this issue, and I think the UI should refresh the data after save to keep data consistency. PTAL @songjianet -- 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]
