- 1、本文档共5页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第36卷第4期 计 算 机 应 用 研 究 Vol36No4
2019年4月 ApplicationResearchofComputers Apr.2019
Storm下基于最佳并行度的贪心调度算法
熊安萍,段杭彪,蒋亚雄
(重庆邮电大学计算机科学与技术学院,重庆400065)
摘 要:开源分布式实时计算框架Storm在互联网、金融、电子商务等领域得到了广泛应用。Storm默认采用轮
询的调度策略,且依赖用户对topology任务的并行度配置,当配置不合理时依然会造成topology处理时延增大、
吞吐量降低等问题。针对该问题,提出了一种Storm下基于最佳并行度的贪心调度算法。调度时先求解topology
任务中各组件的最佳并行度,再采用贪心策略进行调度,以最小化节点间的网络通信开销。通过与默认调度算
法、线上调度算法和热边调度算法进行实验比较,结果表明该算法能够有效降低 Storm处理时延,提高系统吞吐
量和资源利用率。
关键词:实时计算;Storm;最佳并行度;贪心策略;调度算法
中图分类号:TP311;TP3016 文献标志码:A 文章编号:10013695(2019)04024106804
doi:10.19734/j.issn.10013695.2017.11.0788
GreedyschedulingalgorithmbasedonbestparallelisminStorm
XiongAnping,DuanHangbiao,JiangYaxiong
(CollegeofComputerScience&Technology,ChongqingUniversityofPosts&Telecommunications,Chongqing400065,China)
Abstract:OpensourcedistributedrealtimecomputingframeworkStormintheInternet,finance,Ecommerceandotherfields
hasbeenwidelyused.Bydefault,Stormusesthepollingschedulingpolicyandreliesontheuser’sconfigurationoftopology
tasksinparallel.Whentheconfigurationisunreasonable,Stormstillcausesdelaysintopologyprocessinganddecreases
throughput.Tosolvethisproblem,thispaperproposedagreedyschedulingalgorithmbasedonbestparallelisminStorm.When
scheduling,firstitsolvedthebestparallelismofeachcomponentintopologytask,andthenadoptedgreedypolicytominimize
thenetworkcommunicationbetweennodes.Comparedwiththedefaultschedulingalgorithm,theonlineschedulingalgorithm
andthehotsideschedulingalgorithm,theresultsshowthatthealgorithmcaneffectivelyreducetheStormprocessingdelayand
improvethesystemthroughputandresourceutilization.
Keywords:realtimecomputing;Storm;bestparallelism;greedypolicy;schedul
文档评论(0)