You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2017/06/20 10:03:00 UTC

[jira] [Commented] (MESOS-7666) Update the agent to use the new resource format

    [ https://issues.apache.org/jira/browse/MESOS-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055485#comment-16055485 ] 

Michael Park commented on MESOS-7666:
-------------------------------------

{noformat}
commit 0d5792d8ff62bd6415ad605c215fce3a7f9da229
Author: Michael Park <mp...@apache.org>
Date:   Mon Jun 19 14:30:19 2017 -0700

    Adjusted the agent to the new resources format [11/20].

    The agent uses `convertResourceFormat` to convert the in-bound
    resources to the "post-reseration-refinement" format, and
    the out-bound resources are converted back to "pre-" or
    "endpoint" format as necessary.

    Review: https://reviews.apache.org/r/60070
{noformat}
{noformat}
commit 78ea693723cb8f12944b079d442c474ea13666db
Author: Michael Park <mp...@apache.org>
Date:   Mon Jun 19 13:14:18 2017 -0700

    Added the agent `RESERVATION_REFINEMENT` capability [13/20].

    Review: https://reviews.apache.org/r/60190
{noformat}

> Update the agent to use the new resource format
> -----------------------------------------------
>
>                 Key: MESOS-7666
>                 URL: https://issues.apache.org/jira/browse/MESOS-7666
>             Project: Mesos
>          Issue Type: Bug
>          Components: agent
>            Reporter: Michael Park
>            Assignee: Michael Park
>             Fix For: 1.4.0
>
>
> With reservation refinement, the `Resource.reservations` field is used to express the notion of reservations rather than the old `Resource.role`, `Resource.reservation` pair. The agent code needs to be updated to reflect this change.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)