----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41306/#review110175 -----------------------------------------------------------
src/slave/slave.cpp <https://reviews.apache.org/r/41306/#comment169947> So the method Containerizer::launch() with both taskInfo and executorInfo as parameters will never be called, and we only need to call the method Containerizer::launch() with only taskInfo as parameter, right? But it seems not correct to me, e.g., in the code of Docker Containerizer (`DockerContainerizerProcess::launch()`), it actually needs taskinfo. - Qian Zhang On Dec. 12, 2015, 5:55 p.m., Klaus Ma wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41306/ > ----------------------------------------------------------- > > (Updated Dec. 12, 2015, 5:55 p.m.) > > > Review request for mesos, Ben Mahler, Guangya Liu, Artem Harutyunyan, Ian > Downes, Joris Van Remoortere, Joseph Wu, and Vinod Kone. > > > Bugs: MESOS-1718 > https://issues.apache.org/jira/browse/MESOS-1718 > > > Repository: mesos > > > Description > ------- > > MESOS-1718: use command line executor to launch tasks > > > Diffs > ----- > > src/master/validation.cpp 6a43bce5b7df6a9d939245c4726d060fa19eb305 > src/slave/slave.hpp b7586ce42bfac9d9885a3eb8d82deb94680c236c > src/slave/slave.cpp 9bd86e122c070cd072a54d4de8097f844bd95bb0 > > Diff: https://reviews.apache.org/r/41306/diff/ > > > Testing > ------- > > > Thanks, > > Klaus Ma > >
