----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17255/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Jeff Currier. Bugs: https://issues.apache.org/jira/browse/MESOS-880 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/MESOS-880 Repository: mesos-git Description ------- Add observe endpoint to master. This changes adds a new HTTP endpoint of observe to master. This allows clients to report health via an HTTP POST. Values are: MONITOR = Monitor for which health is being reported. HOSTS = Comma seperated list of hosts. LEVEL = OK for healthy, anything else for unhealthy. This also contains a small fix to alphabetize the existing endpoints / help strings. SEE: https://issues.apache.org/jira/browse/MESOS-880 Review: https://reviews.apache.org/r/17255 Diffs ----- src/master/http.cpp 546e91dbb9c8ee1014bb4f0b3be2714ad6a2d520 src/master/master.hpp 99b81811d596a777ee83dce7b157c1b11c064fab src/master/master.cpp c7d9186b9c22fb40b05aa6d5bc6f2d38fb7f73ea Diff: https://reviews.apache.org/r/17255/diff/ Testing ------- make check manually testing - I'll add unit tests when the repair coordinator is introduced in the next checkin. Thanks, Charlie Carson
