Vinod Kone created MESOS-1119:
---------------------------------
Summary: Allocator should make an allocation decision per slave
instead of per framework/role.
Key: MESOS-1119
URL: https://issues.apache.org/jira/browse/MESOS-1119
Project: Mesos
Issue Type: Bug
Reporter: Vinod Kone
Currently the Allocator::allocate() code loops through roles and frameworks
(based on DRF sort) and allocates *all* slaves resources to the first framework.
This logic should be a bit inversed. Instead, the slave should go through each
slave, allocate it a role/framework and update the DRF shares.
--
This message was sent by Atlassian JIRA
(v6.2#6252)