----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37969/ -----------------------------------------------------------
(Updated Sept. 14, 2015, 5:10 p.m.) Review request for mesos, Benjamin Hindman, Artem Harutyunyan, and Joris Van Remoortere. Changes ------- Rebase. Repository: mesos Description ------- Replaces `__.DebugString()` with `stringify(JSON::Protobuf(__))`, which looks nicer and matches the JSON expected by the HTTP endpoints. Addresses a comment found here: https://reviews.apache.org/r/37358/#comment152513 Diffs (updated) ----- src/master/http.cpp f7ce9aa56b453c1d37b99dd836d956ab292ab62e src/master/maintenance.cpp 87308a659db05f0676bd02a56ff41fe9d953ba71 Diff: https://reviews.apache.org/r/37969/diff/ Testing ------- `make check` This change will tweak the output from: ``` Machine 'hostname: "myComputer" ' is not valid because ... ``` (`DebugString` ^ puts a newline there.) To: ``` Machine '{"hostname":"myComputer"}' is not valid because ... ``` Thanks, Joseph Wu
