-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55252/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar, Benjamin Bannier, Benjamin Mahler,
and Guangya Liu.
Bugs: MESOS-6855
https://issues.apache.org/jira/browse/MESOS-6855
Repository: mesos
Description
-------
To add 'roles' section in `/state` endpoint, some of the logic in
`getRoles()` could be reused. This patch added `_getRoles()` method
to extract that logic away from `getRoles()`.
Diffs
-----
src/master/http.cpp 75dcd6199dbfcca6260baed49b838a45312bb667
src/master/master.hpp 57fc6e6f2995078df80f0aa52707727db802ede0
Diff: https://reviews.apache.org/r/55252/diff/
Testing
-------
Thanks,
Jay Guo