You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2014/12/03 00:53:12 UTC

[jira] [Created] (MESOS-2167) Remove empty resource checker in master.

Jie Yu created MESOS-2167:
-----------------------------

             Summary: Remove empty resource checker in master.
                 Key: MESOS-2167
                 URL: https://issues.apache.org/jira/browse/MESOS-2167
             Project: Mesos
          Issue Type: Bug
            Reporter: Jie Yu


We should be more permissive allowing framework to use both:

"cpus:1;mem:1024;disk:0" or "cpus:1;mem:1024"

both of which mean that no "disk" resource is used.

Another reason we want to do this is because it's no currently consistent in the  ResourceUsageChecker: We do now allow "disk:0" for tasks, but we allow that for executors.



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