Qian Zhang created MESOS-10045:
----------------------------------
Summary: Validate task’s resources limits in Mesos master
Key: MESOS-10045
URL: https://issues.apache.org/jira/browse/MESOS-10045
Project: Mesos
Issue Type: Task
Reporter: Qian Zhang
When launching a task, we need to validate:
# Only CPU and memory are supported as resource limits.
# Resource limit must be larger than resource request.
# `TaskInfo` can only include resource limits when the relevant agent
possesses the TASK_RESOURCE_LIMITS capability.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)