You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Guangya Liu (JIRA)" <ji...@apache.org> on 2015/11/12 07:40:10 UTC

[jira] [Commented] (MESOS-3888) Support distinguishing revocable resources in the Resource protobuf.

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

Guangya Liu commented on MESOS-3888:
------------------------------------

{code}
message Resource {
  ...
  message RevocableInfo {
    enum Type {
      // Under-utilized, allocated resources.  Controlled by 
      // oversubscription (QoSController & ResourceEstimator).
      USAGE_SLACK = 1;

      // Unallocated, reserved resources.
      // Controlled by optimistic offers (Allocator).
      ALLOCATION_SLACK = 2;
    }

    required Type type = 1;
  }
  ...
  optional RevocableInfo revocable = 9; 
}
{code}

> Support distinguishing revocable resources in the Resource protobuf.
> --------------------------------------------------------------------
>
>                 Key: MESOS-3888
>                 URL: https://issues.apache.org/jira/browse/MESOS-3888
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Artem Harutyunyan
>            Assignee: Artem Harutyunyan
>              Labels: mesosphere
>




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