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

Niklas Quarfot Nielsen commented on MESOS-2651:
-----------------------------------------------

https://reviews.apache.org/r/34631/
https://reviews.apache.org/r/34632/
https://reviews.apache.org/r/34633/

> Implement QoS controller
> ------------------------
>
>                 Key: MESOS-2651
>                 URL: https://issues.apache.org/jira/browse/MESOS-2651
>             Project: Mesos
>          Issue Type: Story
>            Reporter: Vinod Kone
>            Assignee: Niklas Quarfot Nielsen
>              Labels: mesosphere
>
> This is a component of the slave that informs the slave about the possible 
> "corrections" that need to be performed (e.g., shutdown container using 
> recoverable resources).
> This needs to be integrated with the resource monitor.
> Need to figure out the metrics used for sending corrections (e.g., scheduling 
> latency, usage, informed by executor/scheduler)
> We also need to figure out the feedback loop between the QoS controller and 
> the Resource Estimator.
> {code}
> class QoSController {
> public:
>   QoSController(ResourceMonitor* monitor);
>   process::Queue<QoSCorrection> correction();
> };
> {code}



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

Reply via email to