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/13 01:31:00 UTC

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

     [ https://issues.apache.org/jira/browse/MESOS-8085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yan Xu updated MESOS-8085:
--------------------------
    Summary: No point in deallocate() for a framework for maintenance if it is deactivated.  (was: No point in deallocate() for a framework for maintenance it is deactivated.)

> No point in deallocate() for a framework for maintenance if it is deactivated.
> ------------------------------------------------------------------------------
>
>                 Key: MESOS-8085
>                 URL: https://issues.apache.org/jira/browse/MESOS-8085
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Yan Xu
>              Labels: maintenance
>
> 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)