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

2016-09-29 Thread Yan Xu (JIRA)

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

Yan Xu commented on MESOS-5874:
---

Instead of closing, maybe change the state from In progress to open?

> 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)


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

2016-09-29 Thread Jacob Janco (JIRA)

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

Jacob Janco commented on MESOS-5874:


Thanks Alex!

> 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)


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

2016-09-29 Thread Alexander Rukletsov (JIRA)

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

Alexander Rukletsov commented on MESOS-5874:


{noformat}
Commit: 88b2da4b2fcebd9724b17292af27a4a4c99e584f [88b2da4]
Author: Jacob Janco 
Date: 29 September 2016 at 11:09:05 GMT+2
Committer: Alexander Rukletsov 
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)


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

2016-09-28 Thread Jacob Janco (JIRA)

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

Jacob Janco commented on MESOS-5874:


Closed the review, and posted https://reviews.apache.org/r/52371/
Will close ticket if that is satisfactory. Thanks!

> 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)


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

2016-09-28 Thread Alexander Rukletsov (JIRA)

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

Alexander Rukletsov commented on MESOS-5874:


We can do that.

> 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)


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

2016-09-26 Thread Jacob Janco (JIRA)

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

Jacob Janco commented on MESOS-5874:


Alexander Rukletsov, I can do that, but I had a quick question - would it make 
sense to move this logline to VLOG(1) as this is extremely verbose for our use 
case? 

> 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)


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

2016-09-22 Thread Alexander Rukletsov (JIRA)

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

Alexander Rukletsov commented on MESOS-5874:


[~jjanco], do you want to close the ticket and the corresponding review request?

> 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)


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

2016-07-21 Thread Benjamin Mahler (JIRA)

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

Benjamin Mahler commented on MESOS-5874:


This cannot be done safely until we correctly reconcile executors between the 
master and the agent. Linking in the related ticket (MESOS-1961).

> 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)


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

2016-07-20 Thread Jacob Janco (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)