----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67870/ -----------------------------------------------------------
(Updated July 12, 2018, 8:09 p.m.) Review request for mesos, Benjamin Mahler, Gastón Kleiman, and James Peach. Repository: mesos Description ------- The master and agent metrics code was passing a `std::map` into a continuation which accepted its parameter as a `hashmap`, leading to the implicit construction of an extra object. Diffs ----- src/master/http.cpp be95d262676af8b2b2d5ea7f7aaef2acee60e748 src/slave/http.cpp acbcf7ab9810e1f78639858fa086c2a5183e908f Diff: https://reviews.apache.org/r/67870/diff/3/ Testing ------- Thanks, Greg Mann
