You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (JIRA)" <ji...@apache.org> on 2015/08/24 20:28:46 UTC

[jira] [Comment Edited] (MESOS-2066) Add optional 'Unavailability' to resource offers to provide maintenance awareness.

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

Joseph Wu edited comment on MESOS-2066 at 8/24/15 6:28 PM:
-----------------------------------------------------------

Review: https://reviews.apache.org/r/36321/


was (Author: kaysoky):
Tentative review: https://reviews.apache.org/r/36321/

> Add optional 'Unavailability' to resource offers to provide maintenance awareness.
> ----------------------------------------------------------------------------------
>
>                 Key: MESOS-2066
>                 URL: https://issues.apache.org/jira/browse/MESOS-2066
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Benjamin Mahler
>            Assignee: Joseph Wu
>              Labels: mesosphere
>
> In order to inform frameworks about upcoming maintenance on offered resources, per MESOS-1474, we'd like to add an optional 'Unavailability' information to offers:
> {code}
> message Interval {
>   optional double start = 1; // Time, in seconds since the Epoch.
>   optional double duration = 2; // Time, in seconds.
> }
> message Offer {
>   // Existing fields
>   ...
>  
>   // Signifies that the resources in this Offer are part of a planned
>   // maintenance schedule in the specified window.  Any tasks launched
>   // using these resources may be killed when the window arrives.
>   // This field gives additional information about the maintenance.
>   // The maintenance may not necessarily start at exactly at this interval,
>   // nor last for exactly the duration of this interval.
>   optional Interval unavailability = 9;
> }
> {code}



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