Benjamin Bannier created MESOS-9554:
---------------------------------------
Summary: Allocator might skip allocations because a single
framework is incapable of receiving certain resources
Key: MESOS-9554
URL: https://issues.apache.org/jira/browse/MESOS-9554
Project: Mesos
Issue Type: Bug
Components: allocation
Reporter: Benjamin Bannier
Currently in the hierarchical allocator allocation loops we compute
{{available}} resources by taking into account the capabilities of the current
framework. Further down in the loop we might then {{break}} out of the
iteration under the assumption that no other framework can receive the
resources in question.
This is only correct if all considered frameworks have identical capabilities.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)