----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29337/ -----------------------------------------------------------
(Updated Jan. 17, 2015, 1:37 a.m.) Review request for mesos, Benjamin Hindman and Bernd Mathiske. Changes ------- rebased. Repository: mesos-git Description ------- Launch docker container and log through docker executor. Also need to modify tests to wait for docker container to run after receiving TASK_RUNNING, since in the docker executor it launches the container non-detached, and we don't know when the container is actually running after the subprocess. Diffs (updated) ----- src/docker/docker.hpp 3ebbc1f src/docker/docker.cpp 3a485a2 src/docker/executor.cpp PRE-CREATION src/slave/containerizer/docker.hpp b7bf54a src/slave/containerizer/docker.cpp 5f4b4ce src/tests/docker_containerizer_tests.cpp 2105ae2 Diff: https://reviews.apache.org/r/29337/diff/ Testing ------- make check. Thanks, Timothy Chen
