-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53837/#review156226
-----------------------------------------------------------
Patch looks great!
Reviews applied: [53704, 53837]
Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose'
ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh
- Mesos ReviewBot
On Nov. 17, 2016, 5:05 a.m., Kevin Klues wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/53837/
> -----------------------------------------------------------
>
> (Updated Nov. 17, 2016, 5:05 a.m.)
>
>
> Review request for mesos, Benjamin Hindman, Jie Yu, and Vinod Kone.
>
>
> Bugs: MESOS-6467
> https://issues.apache.org/jira/browse/MESOS-6467
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Currently, this process simply intercepts the stdout/stderr of a
> container and writes it to the stdout/stderr FDs set up by the
> container logger. In future commits, this process will be expanded to
> allow dynamically attaching new input / output sources to a container
> to support `docker attach` like functionality for a running container.
>
>
> Diffs
> -----
>
> src/Makefile.am 5a47c93388234a68c3c486a021ccdbe3213c5bac
> src/slave/containerizer/mesos/containerizer.cpp ec4ae32485a7ab6c9f73c512004d1220482a188e
> src/slave/containerizer/mesos/io_switchboard/io_switchboard.hpp PRE-CREATION
> src/slave/containerizer/mesos/io_switchboard/io_switchboard.cpp PRE-CREATION
> src/slave/containerizer/mesos/io_switchboard/main.hpp PRE-CREATION
> src/slave/containerizer/mesos/io_switchboard/main.cpp PRE-CREATION
>
> Diff: https://reviews.apache.org/r/53837/diff/
>
>
> Testing
> -------
>
> GTEST_FILTER="" make -j check
> sudo src/mesos-tests
>
>
> Thanks,
>
> Kevin Klues
>
>
|