leehom commented on issue #9337:
URL: 
https://github.com/apache/dolphinscheduler/issues/9337#issuecomment-1965755310

   我最近在类似的东西,弹性资源组件,整个概念基于flink的集群与资源,声明式资源管理
   
![技术架构](https://github.com/apache/dolphinscheduler/assets/721472/b0573080-4b0b-4a63-8ee8-88947aabfd79)
   资源是组件的核心数据,分两条线a线,b线
   4资源请求->5a 分配可用资源-> 6a 请求使用资源-> 7a 提供资源->8a 提交任务
   4资源请求->5b 分配待定资源-> 6b 请求新worker-> 7b 启动任务管理器->8b 注册/报告资源
   a线是分配现有资源;b线请求新资源,新资源注册后是现有资源,在a线分配


-- 
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: commits-unsubscr...@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to