随笔分类 -  storm

摘要:上一篇《任务调度具体算法的补充》,包括 cpmpute->executors、get-alive-assigned-node+port -> executors、sort-slots、bad-slots 阅读全文
posted @ 2015-11-21 16:26 吴承桀 阅读(410) 评论(0) 推荐(0)
摘要:3种Scheduler概述EventScheduler:将系统中的可用资源均匀地分配给需要资源的topology,其实也不是绝对均匀,后续会详细说明DefaultScheduler:和EvenetScheduler差不多,只不过会先将其它topology不需要的资源重新收集起来,再进行EventSc... 阅读全文
posted @ 2015-11-08 22:25 吴承桀 阅读(2031) 评论(0) 推荐(0)