> On 二月 15, 2016, 1:17 a.m., Guangya Liu wrote: > > src/slave/containerizer/composing.cpp, line 513 > > <https://reviews.apache.org/r/43565/diff/1/?file=1241350#file1241350line513> > > > > I was that mesos containizers are using `return Failure("Unknown > > container: " + stringify(containerId));` , can you please update the > > message to keep consistent?
Mesos containizer using `"Unknown container: " + stringify(containerId)` while most of the compose containizer using `"Container " + containerId.value() + " not found"`, just ignore this if you do not want an update. - Guangya ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43565/#review119201 ----------------------------------------------------------- On 二月 14, 2016, 4:31 p.m., Avinash sridharan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43565/ > ----------------------------------------------------------- > > (Updated 二月 14, 2016, 4:31 p.m.) > > > Review request for mesos and Jie Yu. > > > Bugs: MESOS-4670 > https://issues.apache.org/jira/browse/MESOS-4670 > > > Repository: mesos > > > Description > ------- > > This method will be used by the agent to retrieve `ContainerStatus` > from the `Containerizer`, that was responsible for launching the > container. > > > Diffs > ----- > > src/slave/containerizer/composing.cpp > f0a7bba4a56702872c9b73a12128b5292708d0e7 > > Diff: https://reviews.apache.org/r/43565/diff/ > > > Testing > ------- > > make and make check. > > > Thanks, > > Avinash sridharan > >
