Kapil Arya created MESOS-3061:
---------------------------------
Summary: Expose "docker inspect" output in Master's state.json
Key: MESOS-3061
URL: https://issues.apache.org/jira/browse/MESOS-3061
Project: Mesos
Issue Type: Task
Reporter: Kapil Arya
Assignee: Kapil Arya
Priority: Critical
We want to expose docker container IP to Mesos-DNS. One potential solution is
to make it available via Master's state.json. Currently, we drop the
TaskStatus::data field in the Master to avoid OOM as the data can be
arbitrarily large.
A very targetted fix is to store the data only for docker container since it's
sent only once per Task. Another fix is to always expose the data if it's below
a certain size (10KB, 100KB, etc.).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)