ProgrammerPlus1998 commented on issue #13107: URL: https://github.com/apache/dolphinscheduler/issues/13107#issuecomment-1386674363
I also encountered a similar problem. In order to reduce the peak load of the database, I configured multiple tasks into a task group in dolphinscheduler. Because of task failure, task suspension, etc., the task is actually no longer in the queue, but the number of used resources has not decreased. One, cause task blocking. Solution: Moving the blocked workflow out of this task group can restore the resource quantity. This method is tantamount to scooping up water and pouring it back to try to prevent the water from boiling. We don’t know when the problem will arise again. This function is very important for us. Very important, I hope this problem can be fixed, if you can't find the cause, I would like to help, thank 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]
