WangJPLeo opened a new pull request, #10917: URL: https://github.com/apache/dolphinscheduler/pull/10917
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request When the serial wait execution strategy is used for parallel complementation, multiple instances are created and updated in parallel due to multi-threading. In this case, a data storage exception occurs due to database transaction locks. Remove the next complement method here, in the endProcess () method to find the instance that needs to be awakened. ## Brief change log close #10916 ## Verify this pull request Manually verified the change by testing locally. -- 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]
