-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40005/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-3835
https://issues.apache.org/jira/browse/MESOS-3835
Repository: mesos
Description
-------
Added princial field to /master/framework and /master/state endpoint.
Diffs
-----
src/master/http.cpp 9d20346460b4f9659aacba3fcb950ab564ba9d0d
Diff: https://reviews.apache.org/r/40005/diff/
Testing
-------
Ubuntu 14.04
make
make check
root@devstack007:~/src/mesos/bug/mesos/build# curl
"http://9.111.242.187:5050/master/state" 2>/dev/null| jq . | grep prin
"principal": "p1",
root@devstack007:~/src/mesos/bug/mesos/build# curl
"http://9.111.242.187:5050/master/frameworks" 2>/dev/null| jq . | grep prin
"principal": "p1",
Thanks,
Guangya Liu