-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71952/
-----------------------------------------------------------
(Updated Jan. 19, 2020, 10:52 a.m.)
Review request for mesos, Andrei Budnik and Greg Mann.
Changes
-------
Addressed review comment and fixed an issue that the task without CPU limit
specified may be implicitly throttled by the executor's CPU limit.
Bugs: MESOS-10050
https://issues.apache.org/jira/browse/MESOS-10050
Repository: mesos
Description
-------
WIP: Set resource limits when updating executor container.
Diffs (updated)
-----
src/common/protobuf_utils.cpp 7fe4a44b1e7ded998dffb0490c1d61ced697ebd5
src/slave/slave.hpp 3d191dcbdd58e851ad5e86fbb01a890407409c64
src/slave/slave.cpp 0005971717f5b90da368b45caad8e209ada95fa5
Diff: https://reviews.apache.org/r/71952/diff/4/
Changes: https://reviews.apache.org/r/71952/diff/3-4/
Testing
-------
sudo make check
Thanks,
Qian Zhang