Benjamin Hindman created MESOS-1581:
---------------------------------------
Summary: Invert allocation to be foreach slave then foreach
framework in HierarchicalAllocatorProcess.
Key: MESOS-1581
URL: https://issues.apache.org/jira/browse/MESOS-1581
Project: Mesos
Issue Type: Improvement
Components: allocation, master
Reporter: Benjamin Hindman
Currently in the HierarchicalAllocatorProcess<RoleSorter,
FrameworkSorter>::allocate() function we allocate foreach framework and then
foreach slave. This can cause some imbalance of resource offers in the short
term, it would be better to do this foreach slave and then foreach framework as
this would enable each framework's sorting order to be updated and the resource
offers spread out more evenly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)