码迷,mamicode.com
首页 > 其他好文 > 详细

Mesos Resource Allocation Algo: DRF(Dominant Resource Fairness)

时间:2018-09-22 12:43:27      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:lock   next   share   put   mon   pdf   data   uri   sys   

http://datastrophic.io/resource-allocation-in-mesos-dominant-resource-fairness-explained/

Original paper at: https://people.eecs.berkeley.edu/~alig/papers/drf.pdf

Key Take-away:

Dominant resource - a resource of specific type (cpu, memory, disk, ports) which is most demanded by given framework among other resources it needs. This resource is identified as a share of the total cluster resources of the same type.

DRF computes the share of dominant resource allocated to a framework (dominant share) and tries to maximize the smallest dominant share in the system. During next round of resource offers allocation module applies DRF to identify the dominant shares of the frameworks and offers the resources first to the one with smallest dominant share, then to the second smallest one and so on.

Mesos Resource Allocation Algo: DRF(Dominant Resource Fairness)

标签:lock   next   share   put   mon   pdf   data   uri   sys   

原文地址:https://www.cnblogs.com/tonix/p/9689330.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!