You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2014/03/18 19:25:46 UTC

[jira] [Created] (MESOS-1119) Allocator should make an allocation decision per slave instead of per framework/role.

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)