-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56938/
-----------------------------------------------------------
(Updated Feb. 24, 2017, 12:49 a.m.)
Review request for mesos, Benjamin Bannier, Benjamin Mahler, Guangya Liu, and
Michael Park.
Changes
-------
address bmahler's comments.
Bugs: MESOS-7158
https://issues.apache.org/jira/browse/MESOS-7158
Repository: mesos
Description
-------
Added allocation role of tasks/executors to the /state v0 API. Unlike
v1 API where allocation_info is nested in each one of resources, we
add that information at task/executor level for v0 API for the sake
of simplicity. Note that resources of one task/executor are guaranteed
to have same allocation role.
Diffs (updated)
-----
src/common/http.cpp abfbf7248beb2d4068be06b7f5f829d7617f943e
src/master/http.cpp e2fd71c5ae4178564b9a08756df5175aec5d6ca1
src/slave/http.cpp 8a9fabf861369d3ae659dce21fa3932f6f7b9161
src/tests/slave_tests.cpp 61767b155b7df3bbcf413130a36af0d76dfa1553
Diff: https://reviews.apache.org/r/56938/diff/
Testing
-------
make check
Thanks,
Jay Guo