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

Jie Yu commented on MESOS-2651:
-------------------------------

fat fingered. deleted already

> Implement QoS controller
> ------------------------
>
>                 Key: MESOS-2651
>                 URL: https://issues.apache.org/jira/browse/MESOS-2651
>             Project: Mesos
>          Issue Type: Task
>            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