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




src/slave/slave.cpp
Lines 6962-6965 (patched)
<https://reviews.apache.org/r/62644/#comment263915>

    Looks like we should update `createStatusUpdate`?


- Jie Yu


On Sept. 28, 2017, 12:19 a.m., James Peach wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/62644/
> -----------------------------------------------------------
> 
> (Updated Sept. 28, 2017, 12:19 a.m.)
> 
> 
> Review request for mesos, Jie Yu and Qian Zhang.
> 
> 
> Bugs: MESOS-7963
>     https://issues.apache.org/jira/browse/MESOS-7963
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Added a Resources field names `limited_resource` to the `TaskStatus`
> message to convey specific information about a resource limit that has
> been violated by a container.
> 
> This field propagates the resources in the `ContainerLimitation` message
> send by isolators on the agent, and is populated for the following
> reason enums:
> 
>   * `REASON_CONTAINER_LIMITATION`
>   * `REASON_CONTAINER_LIMITATION_DISK`
>   * `REASON_CONTAINER_LIMITATION_MEMORY`
> 
> 
> Diffs
> -----
> 
>   include/mesos/mesos.proto 3b2d6bb7034c3157347c8ad3c32aa38c642762f8 
>   include/mesos/v1/mesos.proto 4ca48868c033c7285662d7eb182ac3d40f550833 
>   src/slave/slave.cpp 75e2e25c438637e2b1731f9fd01b6fe297687c50 
> 
> 
> Diff: https://reviews.apache.org/r/62644/diff/1/
> 
> 
> Testing
> -------
> 
> make check (Fedora 26)
> 
> 
> Thanks,
> 
> James Peach
> 
>

Reply via email to