You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Qian Zhang (JIRA)" <ji...@apache.org> on 2016/03/14 06:35:33 UTC

[jira] [Created] (MESOS-4925) Enhance Mesos filter to support filtering Mesos agent based on agent attribute

Qian Zhang created MESOS-4925:
---------------------------------

             Summary: Enhance Mesos filter to support filtering Mesos agent based on agent attribute
                 Key: MESOS-4925
                 URL: https://issues.apache.org/jira/browse/MESOS-4925
             Project: Mesos
          Issue Type: Improvement
          Components: allocation
            Reporter: Qian Zhang
            Assignee: Qian Zhang


Currently Mesos supports framework to set a filter when it accept an offer (i.e., filter the unused resources in the offer) or when it decline an offer (i.e., filter all the resources in the offer), and then allocator will not send the filtered resources to framework within the configurable duration. This is great.

However, there are also some use cases that framework may want to set a filter based on agent attribute, e.g., framework does not want to receive offers for any agents which does not have a specific attribute (e.g., GPU, SSD, etc.). So I think we may need to enhance the Mesos filter to support this kind of attribute-based filtering.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)