Mrhs121 commented on issue #17604: URL: https://github.com/apache/dolphinscheduler/issues/17604#issuecomment-3456264637
This difference can only handle the situation where a new wg is added. For instance, if p1 currently has only one wg w1, and you delete w1 and add w2, you can see that the value of the difference at this time is w2. Then, the following code will first delete w2, and an error will definitely occur at this point. https://github.com/apache/dolphinscheduler/blob/24e599760f6b6d20d2a9c2c415243bc2f05840f9/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProjectWorkerGroupRelationServiceImpl.java#L128-L163 -- 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]
