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

Alexander Rukletsov commented on MESOS-5874:
--------------------------------------------

{noformat}
Commit: 88b2da4b2fcebd9724b17292af27a4a4c99e584f [88b2da4]
Author: Jacob Janco <[email protected]>
Date: 29 September 2016 at 11:09:05 GMT+2
Committer: Alexander Rukletsov <[email protected]>
Commit Date: 29 September 2016 at 11:15:23 GMT+2

Tuned agent logging for ShutdownFrameworkMessage.

ShutdownFrameworkMessage is broadcast to all agents in the cluster.
For high framework clusters this message leads to agent log saturation.
On completion of MESOS-1961, implementing executor state reconciliation,
this message can be targeted at agents per MESOS-5784.

Review: https://reviews.apache.org/r/52371/
{noformat}

> 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
>          Components: master
>            Reporter: Jacob Janco
>            Assignee: Jacob Janco
>            Priority: Minor
>              Labels: mesosphere
>             Fix For: 1.1.0
>
>
> 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)

Reply via email to