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)