You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2017/10/12 22:41:00 UTC

[jira] [Created] (MESOS-8085) No point in deallocate() for a framework for maintenance it is deactivated.

Yan Xu created MESOS-8085:
-----------------------------

             Summary: No point in deallocate() for a framework for maintenance it is deactivated.
                 Key: MESOS-8085
                 URL: https://issues.apache.org/jira/browse/MESOS-8085
             Project: Mesos
          Issue Type: Bug
            Reporter: Yan Xu


The {{UnavailableResources}} sent from the allocator to the master are going to be dropped by the master anyways, which results in the following line to be printed per inactive framework per allocation which spams the master log. We could tune down the log level but it's better to just not send the {{UnavailableResources}}.

{code:title=}
    LOG(INFO) << "Master ignoring inverse offers to framework " << frameworkId
              << " because the framework has terminated or is inactive";
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)