You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Meng Zhu (JIRA)" <ji...@apache.org> on 2019/03/14 18:44:00 UTC

[jira] [Created] (MESOS-9653) Allow framework to set `min_alloctable_resources` upon revival.

Meng Zhu created MESOS-9653:
-------------------------------

             Summary: Allow framework to set `min_alloctable_resources` upon revival.
                 Key: MESOS-9653
                 URL: https://issues.apache.org/jira/browse/MESOS-9653
             Project: Mesos
          Issue Type: Improvement
          Components: allocation
            Reporter: Meng Zhu


In MESOS-9523, we added per-framework allocatable resources matcher/filter where frameworks can specify in their `FrameworkInfo` when subscribing. Frameworks can have some control over the shape of the resource offer via this per-framework filters.

Other than set the filters when subscribing, a natural workflow is to set these filters upon revival. Frameworks can set these filters to the resource quantity shape of the tasks they want to launch upon revival. If a framework specifies this in a revive call, all existing filters (accumulated when declining offers) and the current `min_alloctable_resources` filters will be cleared and replaced with the new specified `min_alloctable_resources` filter.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)