----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51869/ -----------------------------------------------------------
(Updated Sept. 16, 2016, 11:24 a.m.) Review request for mesos, Anindya Sinha and Neil Conway. Changes ------- Fixed a bug that left totalResources uninitalized before recovery is finished. Bugs: MESOS-6085 https://issues.apache.org/jira/browse/MESOS-6085 Repository: mesos Description ------- Also the 'resource' field now exposes the total resources, which is consistent with the same field in the master's /slaves endpoint. Diffs (updated) ----- src/slave/http.cpp 67463105d7fa38b2158a64f6994e3dd353a9fcc7 src/slave/slave.cpp 7f99e4610d06ebadbef48ce314fec6ad04acb307 Diff: https://reviews.apache.org/r/51869/diff/ Testing ------- make check. A new test is added in https://reviews.apache.org/r/51870/. Thanks, Jiang Yan Xu