-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70081/
-----------------------------------------------------------
(Updated March 4, 2019, 7:48 p.m.)
Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.
Changes
-------
Addressed Benjamin's comment.
Bugs: MESOS-9607
https://issues.apache.org/jira/browse/MESOS-9607
Repository: mesos
Description
-------
`Slave::publishResources` will no longer ask all resource providers to
publish all allocated resources. Instead, it only asks those of the
task's resources to publish resources, so a failed resource provider
would only fail tasks that want to use its resources.
Diffs (updated)
-----
src/resource_provider/manager.cpp 2cde62a1849b7d595841fb845033640b537b844d
src/slave/slave.hpp 7ad495504e4ff144ac31812fbd4a3a1f4da86f02
src/slave/slave.cpp e3c2c005d865b5c333e92e50e49ef398fe06ad79
Diff: https://reviews.apache.org/r/70081/diff/4/
Changes: https://reviews.apache.org/r/70081/diff/3-4/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao
|