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)

Reply via email to