-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48751/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar and Vinod Kone.
Bugs: MESOS-5489
https://issues.apache.org/jira/browse/MESOS-5489
Repository: mesos
Description
-------
Implement GetState response for master API, which should be functional
equivalent (but not necessarily fully compatible on json with /state endpoint).
The response protobuf message and new function `_getState` will be reused for
generating snapshot for `Subscribe` call in next patch.
Diffs
-----
include/mesos/v1/master.proto 7b07b90557e0202cabc8f6164582a058631ab0e8
include/mesos/v1/mesos.proto 39967fa09d2774d564f3df28277edea8ebcfb50d
src/internal/evolve.hpp 66a3deaa94939ad2233d944ba35ac7e5cbe682e7
src/internal/evolve.cpp 7f16cbda7da6c838648cca909368973e7298730b
src/master/http.cpp db625f0d656f207a89fcc14b18ae2fc31d30e673
src/master/master.hpp a0944ddccd3a4b33458cd2489bb5fcdbbdc55720
src/tests/api_tests.cpp 3a482ca2a640b3f3e3b08a80ac84068d7e9ff8b0
Diff: https://reviews.apache.org/r/48751/diff/
Testing
-------
New test in MasterAPITest.
Thanks,
Zhitao Li