You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Qian Zhang (Jira)" <ji...@apache.org> on 2020/04/22 08:16:00 UTC

[jira] [Comment Edited] (MESOS-10117) Update the `usage()` method of containerizer to set resource limits in the `ResourceStatistics` protobuf message

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

Qian Zhang edited comment on MESOS-10117 at 4/22/20, 8:15 AM:
--------------------------------------------------------------

RR:

[https://reviews.apache.org/r/72398/]

[https://reviews.apache.org/r/72399/]

[https://reviews.apache.org/r/72402/]


was (Author: qianzhang):
RR:

[https://reviews.apache.org/r/72398/]

[https://reviews.apache.org/r/72399/]

[https://reviews.apache.org/r/72400/]

[https://reviews.apache.org/r/72402/]

> Update the `usage()` method of containerizer to set resource limits in the `ResourceStatistics` protobuf message
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: MESOS-10117
>                 URL: https://issues.apache.org/jira/browse/MESOS-10117
>             Project: Mesos
>          Issue Type: Task
>          Components: containerization
>            Reporter: Qian Zhang
>            Assignee: Qian Zhang
>            Priority: Major
>
> In the `ResourceStatistics` protobuf message, there are a couple of issues:
>  # There are already `cpu_limit` and `mem_limit_bytes` fields, but they are actually CPU & memory requests when resources limits are specified for a task.
>  # There is already `mem_soft_limit_bytes` field, but this field seems not set anywhere.
> So we need to update this protobuf message and also the related containerizer code which set the fields of this protobuf message.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)