-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24515/
-----------------------------------------------------------
(Updated Aug. 13, 2014, 6:51 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Rebased and updated per Vinod's review.
Bugs: MESOS-1620
https://issues.apache.org/jira/browse/MESOS-1620
Repository: mesos-git
Description
-------
We were not surfacing tasks that are pending validation / authorization.
These are now surfaced as staging tasks through metrics and through the http
state endpoint.
Diffs (updated)
-----
src/Makefile.am 39af0365e429b8d08addadb09ee18080a19625f8
src/common/http.hpp 8216401e116406da7557f144ea13756013ec1c09
src/common/http.cpp d27fe21cd381ed2b6a52b1246bf6c7db33c0873e
src/master/http.cpp 9317a95133e9bba54d037057a147ae6d91125441
src/master/master.cpp a8cf9ba07b041a770416ee70a0cff9ef51e0a844
src/tests/common/http_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/24515/diff/
Testing
-------
Added a test for the JSON modeling, there were no tests previously.
Thanks,
Ben Mahler