Qian Zhang created MESOS-10117:
----------------------------------
Summary: Update the `usage()` method of containerizer to set
resource limits in `ResourceStatistics`
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
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)