> On Aug. 13, 2014, 8:36 p.m., Ian Downes wrote: > > src/tests/docker_containerizer_tests.cpp, line 337 > > <https://reviews.apache.org/r/24475/diff/5/?file=659137#file659137line337> > > > > Why the change in sleep time? Why not "sleep 1000" which is used > > elsewhere for a "long" enough sleep.
The sleep time differs as we originally use a large image to test launching executor. I agree we can just a consistent time now > On Aug. 13, 2014, 8:36 p.m., Ian Downes wrote: > > src/slave/containerizer/docker.cpp, line 852 > > <https://reviews.apache.org/r/24475/diff/5/?file=659133#file659133line852> > > > > Sorry if I missed it, but how does logging redirection get resumed when > > the slave restarts? It's not handled yet, and Ben and I are working on that - Timothy ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24475/#review50485 ----------------------------------------------------------- On Aug. 13, 2014, 5:47 a.m., Timothy Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/24475/ > ----------------------------------------------------------- > > (Updated Aug. 13, 2014, 5:47 a.m.) > > > Review request for mesos, Benjamin Hindman, Ian Downes, and Jie Yu. > > > Repository: mesos-git > > > Description > ------- > > Added new DockerInfo for future docker options, and allow command uris to be > fetched and mapped into docker before launching docker container. > > > Diffs > ----- > > include/mesos/mesos.proto cc9f20e > src/docker/docker.hpp 98b2d60 > src/docker/docker.cpp 1cba381 > src/slave/containerizer/containerizer.hpp 02754cd > src/slave/containerizer/containerizer.cpp c91ba38 > src/slave/containerizer/docker.cpp 904cdd3 > src/slave/containerizer/mesos/containerizer.cpp 694c9d1 > src/slave/flags.hpp 841de23 > src/slave/slave.cpp 787bd05 > src/tests/docker_containerizer_tests.cpp a559836 > src/tests/docker_tests.cpp 4ef1df4 > > Diff: https://reviews.apache.org/r/24475/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Timothy Chen > >
