> On July 10, 2016, 2:50 a.m., Qian Zhang wrote:
> > src/slave/containerizer/mesos/isolators/cgroups/cgroups.hpp, lines 101-116
> > <https://reviews.apache.org/r/49813/diff/2/?file=1440349#file1440349line101>
> >
> >     Suggest to change to:
> >     ```
> >       struct Info
> >       {
> >         Info(const ContainerID& _containerId, const std::string& _cgroup)
> >           : containerId(_containerId), cgroup(_cgroup) {}
> >     
> >         const ContainerID containerId;
> >         const std::string cgroup;
> >     
> >         // This promise will complete if a container is impacted
> >         // by a resource limitation and should be terminated.
> >         process::Promise<mesos::slave::ContainerLimitation> limitation;
> >       };
> >     ```

+1 on this.


- Gilbert


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49813/#review141605
-----------------------------------------------------------


On July 9, 2016, 3:16 a.m., haosdent huang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/49813/
> -----------------------------------------------------------
> 
> (Updated July 9, 2016, 3:16 a.m.)
> 
> 
> Review request for mesos, Gilbert Song, Jie Yu, and Qian Zhang.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Added stubs for the unified cgroups isolator.
> 
> 
> Diffs
> -----
> 
>   src/CMakeLists.txt 760519c5568d22f778980b25c3dfedc3c8ef83b1 
>   src/Makefile.am 28dd15166937ed672f81be5a598df149b8ed4302 
>   src/slave/containerizer/mesos/isolators/cgroups/cgroups.hpp PRE-CREATION 
>   src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp PRE-CREATION 
>   src/slave/containerizer/mesos/isolators/cgroups/subsystem.hpp PRE-CREATION 
>   src/slave/containerizer/mesos/isolators/cgroups/subsystem.cpp PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/49813/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> haosdent huang
> 
>

Reply via email to