[ 
https://issues.apache.org/jira/browse/MESOS-9315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Mahler reassigned MESOS-9315:
--------------------------------------

    Assignee: Clément Michaud

> Adding support for implicit allocation of mandatory custom resources in Mesos
> -----------------------------------------------------------------------------
>
>                 Key: MESOS-9315
>                 URL: https://issues.apache.org/jira/browse/MESOS-9315
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Clément Michaud
>            Assignee: Clément Michaud
>            Priority: Minor
>              Labels: resource-management
>         Attachments: mesos-community-email.txt
>
>
> I sent a an email (attached) few days ago to propose the introduction of a 
> new hook to append resources implicitly to tasks for mandatory resources. 
> This would allow Mesos to support mandatory resources like network bandwidth 
> or disk IO for instance. 
> In a nutshell, we propose to add a hook with the following signature
> {code:java}
> Result<Resources> masterLaunchTaskResourceDecorator(
>   const Resources& slaveResources,
>   TaskInfo& task)
> {code}
> and call it in the master in the ACCEPT message handler.



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

Reply via email to