Joseph Wu created MESOS-4137:
--------------------------------

             Summary: Modularize plain-file logging for executor/task logs 
launched with the Docker Containerizer
                 Key: MESOS-4137
                 URL: https://issues.apache.org/jira/browse/MESOS-4137
             Project: Mesos
          Issue Type: Task
          Components: docker, modules
            Reporter: Joseph Wu
            Assignee: Joseph Wu


Adding a hook inside the Docker containerizer is slightly more involved than 
the Mesos containerizer.

Docker executors/tasks perform plain-file logging in different places depending 
on whether the agent is in a Docker container itself
|| Agent || Code ||
| Not in container | {{DockerContainerizerProcess::launchExecutorProcess}} |
| In container | {{Docker::run}} in a {{mesos-docker-executor}} process |

This means a {{ContainerLogger}} will need to be loaded or hooked into the 
{{mesos-docker-executor}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to