You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gilbert Song (JIRA)" <ji...@apache.org> on 2017/02/28 20:53:45 UTC

[jira] [Created] (MESOS-7191) Limit the size/number of labels for TaskInfo/ExecutorInfo.

Gilbert Song created MESOS-7191:
-----------------------------------

             Summary: Limit the size/number of labels for TaskInfo/ExecutorInfo.
                 Key: MESOS-7191
                 URL: https://issues.apache.org/jira/browse/MESOS-7191
             Project: Mesos
          Issue Type: Improvement
          Components: master
            Reporter: Gilbert Song


Currently framework can set arbitrary labels in TaskInfo/ExecutorInfo. However, some faulty framework (due to potential bugs) may set a huge number of labels or make the label size huge. It could make mess up the master http endpoints (e.g., /master/state.json or /master/state-summary), which causes the master being stuck or super slow.

We should make a configurable limit to the number/size of labels so that a problematic framework would not ruin the mesos cluster.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)