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

[jira] [Assigned] (MESOS-9315) Adding support for implicit allocation of mandatory custom resources in Mesos

     [ 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)