-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56938/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Benjamin Mahler, Guangya Liu, and
Michael Park.
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
-----
src/common/http.cpp abfbf7248beb2d4068be06b7f5f829d7617f943e
src/master/http.cpp e2fd71c5ae4178564b9a08756df5175aec5d6ca1
Diff: https://reviews.apache.org/r/56938/diff/
Testing
-------
make check
Thanks,
Jay Guo