----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65692/#review199973 -----------------------------------------------------------
Ship it! Ship It! - Alexander Rukletsov On March 19, 2018, 4:35 p.m., Gaston Kleiman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65692/ > ----------------------------------------------------------- > > (Updated March 19, 2018, 4:35 p.m.) > > > Review request for mesos, Alexander Rukletsov, Joseph Wu, Qian Zhang, and > Vinod Kone. > > > Bugs: MESOS-8530 > https://issues.apache.org/jira/browse/MESOS-8530 > > > Repository: mesos > > > Description > ------- > > This method is being passed the container to be killed as > `Owned<Container>`. > > The container object is owned by the executor and stored in > `LinkedHashMap<TaskID, Owner<Container>> containers`. > > We should pass around raw pointers and not make copies of the stored > `Owned` object, so this patch changes the signature of the `kill` > method. > > > Diffs > ----- > > src/launcher/default_executor.cpp 906836f3b8e0af79d7c61f90fd8a95f193b26e84 > > > Diff: https://reviews.apache.org/r/65692/diff/5/ > > > Testing > ------- > > `sudo bin/mesos-tests.sh` on GNU/Linux > > > Thanks, > > Gaston Kleiman > >
