----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48599/#review137179 -----------------------------------------------------------
Patch looks great! Reviews applied: [48598, 48599] 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 June 12, 2016, 4:05 p.m., Joerg Schad wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/48599/ > ----------------------------------------------------------- > > (Updated June 12, 2016, 4:05 p.m.) > > > Review request for mesos, Jie Yu and Joseph Wu. > > > Bugs: MESOS-5604 > https://issues.apache.org/jira/browse/MESOS-5604 > > > Repository: mesos > > > Description > ------- > > Previously the continuation followed via \`.then(\[=\]\`, > which potentially executes the continuation on a different > process. This patch fixes this behavior (it should > run on the same process) and avoids potential race > conditions. > > > Diffs > ----- > > src/slave/containerizer/docker.cpp 1af5b451922e1eeb0af025f29c53a85ab9deec3b > > Diff: https://reviews.apache.org/r/48599/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Joerg Schad > >
