You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jacob Janco (JIRA)" <ji...@apache.org> on 2016/07/20 22:10:20 UTC

[jira] [Commented] (MESOS-5874) Only send ShutdownFrameworkMessage to agents associated with framework.

    [ https://issues.apache.org/jira/browse/MESOS-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386714#comment-15386714 ] 

Jacob Janco commented on MESOS-5874:
------------------------------------

https://reviews.apache.org/r/50268/

> Only send ShutdownFrameworkMessage to agents associated with framework.
> -----------------------------------------------------------------------
>
>                 Key: MESOS-5874
>                 URL: https://issues.apache.org/jira/browse/MESOS-5874
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Jacob Janco
>            Assignee: Jacob Janco
>            Priority: Minor
>
> slave.cpp:2079] Asked to shut down framework ${framework} by master@${master}
> slave.cpp:2094] Cannot shut down unknown framework ${framework} 
> For high framework/churn clusters this saturates agent logs with these messages. When a framework terminates a ShutdownFrameworkMessage is sent to every registered slave in a for loop. This patch proposes sending this message to agents with executors associated with the framework. 
> Also proposed is moving the logline to VLOG(1). 



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