You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Matei Zaharia (Created) (JIRA)" <ji...@apache.org> on 2011/10/30 22:00:32 UTC

[jira] [Created] (MESOS-53) Master should make offers even for machines with no free memory

Master should make offers even for machines with no free memory
---------------------------------------------------------------

                 Key: MESOS-53
                 URL: https://issues.apache.org/jira/browse/MESOS-53
             Project: Mesos
          Issue Type: Bug
            Reporter: Matei Zaharia
            Assignee: Matei Zaharia
            Priority: Trivial


With Java-based frameworks such as Spark, it's possible that a framework will claim all the memory on a machine for its executor, but will still need to launch multiple tasks as CPUs free up. Right now the master won't make new offers because it waits for at least MIN_MEM=32 MB free memory on the machine. It would be better to lower this to 0 to avoid this unexpected behavior.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MESOS-53) Master should make offers even for machines with no free memory

Posted by "Matei Zaharia (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MESOS-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matei Zaharia updated MESOS-53:
-------------------------------

    Attachment: MESOS-53.patch

Here's a patch.
                
> Master should make offers even for machines with no free memory
> ---------------------------------------------------------------
>
>                 Key: MESOS-53
>                 URL: https://issues.apache.org/jira/browse/MESOS-53
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Matei Zaharia
>            Assignee: Matei Zaharia
>            Priority: Trivial
>         Attachments: MESOS-53.patch
>
>
> With Java-based frameworks such as Spark, it's possible that a framework will claim all the memory on a machine for its executor, but will still need to launch multiple tasks as CPUs free up. Right now the master won't make new offers because it waits for at least MIN_MEM=32 MB free memory on the machine. It would be better to lower this to 0 to avoid this unexpected behavior.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira