You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2014/06/17 02:07:01 UTC

[jira] [Created] (MESOS-1492) Add support for optionally throttling the frameworks not specified in RateLimits config

Yan Xu created MESOS-1492:
-----------------------------

             Summary: Add support for optionally throttling the frameworks not specified in RateLimits config
                 Key: MESOS-1492
                 URL: https://issues.apache.org/jira/browse/MESOS-1492
             Project: Mesos
          Issue Type: Bug
            Reporter: Yan Xu


In current previous design and implementation of framework rate limiting, Master only throttles frameworks specified explicitly in RateLimits. Frameworks not specified are not throttled.

We can add an {{optional double aggregate_default_qps}} to RateLimits protobuf and throttle all of the unspecified frameworks together using one RateLimiter at the {{aggregate_default_qps}} rate.

This allows the Mesos cluster operator to safeguard the Master from unexpected frameworks and it's optional.



--
This message was sent by Atlassian JIRA
(v6.2#6252)