Radeity commented on issue #13316: URL: https://github.com/apache/dolphinscheduler/issues/13316#issuecomment-1371747060
Hi, @EricGao888 , it's a promising work! I'm willing to make more contribution to it. > There is no perfect solution, only trade-off. +1, different users may have different targets of **latency** and **resource utilization**, some wish to maximize throughput under limited resources, and others may desire high resource utilization. When using `k8s executor`, because of `stateless` and `one task per pod` design, it can easily meet resource utilization target, however, some problems like cold start of container will affect latency. The problem will be exaggerated when task execution time is short, at this time, `hadoop executor` is better. -- 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]
