----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20720/#review41503 -----------------------------------------------------------
Ship it! src/slave/containerizer/mesos_containerizer.cpp <https://reviews.apache.org/r/20720/#comment74953> @jie: that would result in two log lines with similar info. src/slave/containerizer/mesos_containerizer.cpp <https://reviews.apache.org/r/20720/#comment74951> s/Now all/Now that all/ ? src/slave/containerizer/mesos_containerizer.cpp <https://reviews.apache.org/r/20720/#comment74952> s/Wait for all cleanup to complete/Wait for all isolators to cleanup/ ? src/slave/containerizer/mesos_containerizer.cpp <https://reviews.apache.org/r/20720/#comment74954> Actually you can kill this because the caller of destroy is likely going to log it. - Vinod Kone On April 25, 2014, 5:53 p.m., Ian Downes wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/20720/ > ----------------------------------------------------------- > > (Updated April 25, 2014, 5:53 p.m.) > > > Review request for mesos, Ben Mahler, Chi Zhang, Jie Yu, and Vinod Kone. > > > Bugs: MESOS-1238 > https://issues.apache.org/jira/browse/MESOS-1238 > > > Repository: mesos-git > > > Description > ------- > > Ensure MesosContainerizer waits for all isolators to complete cleanup before > setting the termination promise. > + Container Termination will now fail if cleanup fails rather than silently > ignoring it. > + Tests can now wait on containers before destroying a containerizer. > > > Diffs > ----- > > src/slave/containerizer/mesos_containerizer.hpp > 99c1354366b3fc99f57773aeb3beece6c6544da2 > src/slave/containerizer/mesos_containerizer.cpp > 722f3fe70c1eae3bd8aa425b3407b6823f23c32a > > Diff: https://reviews.apache.org/r/20720/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Ian Downes > >
