----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47363/#review133429 -----------------------------------------------------------
src/executor/v0_v1executor.cpp (lines 17 - 19) <https://reviews.apache.org/r/47363/#comment197850> Swap these two please. - Alexander Rukletsov On May 14, 2016, 8:39 a.m., Anand Mazumdar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/47363/ > ----------------------------------------------------------- > > (Updated May 14, 2016, 8:39 a.m.) > > > Review request for mesos and Vinod Kone. > > > Bugs: MESOS-5302 > https://issues.apache.org/jira/browse/MESOS-5302 > > > Repository: mesos > > > Description > ------- > > This change adds a driver to v1 executor shim/adapter. This can > be used by the command executor/docker executor to toggle > between using the new/old API instead of duplicating the > code like we did with `http_command_executor.cpp`. > > > Diffs > ----- > > include/mesos/v1/executor.hpp adca287be3bb88c8b3298705740cb6bcbb3a09f0 > src/Makefile.am ce5245883f3d2661812272702c0d2060513b6d88 > src/executor/v0_v1executor.hpp PRE-CREATION > src/executor/v0_v1executor.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/47363/diff/ > > > Testing > ------- > > make check (Later in the chain, we make the command executor use this > interface) > So the existing tests should be able to test this out. > > > Thanks, > > Anand Mazumdar > >
