SbloodyS commented on issue #18311: URL: https://github.com/apache/dolphinscheduler/issues/18311#issuecomment-4739938029
When task instance concurrency is high, frequently creating and destroying task-instance-level systemd units can cause system load to spike sharply. And calling `setsid` in the program requires forking a process, which introduces new orphan-process issues and further amplifies the current problem. Neither of these methods is not a good approach, and we should not do it. -- 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]
