[
https://issues.apache.org/jira/browse/MESOS-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14631870#comment-14631870
]
Kapil Arya commented on MESOS-3061:
-----------------------------------
Exposed "docker inspect" output in Master/Slave state.json endpoints via
TaskStatus labels:
https://reviews.apache.org/r/36585/
> 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)