----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70393/ -----------------------------------------------------------
(Updated April 4, 2019, 11 p.m.) Review request for mesos and Meng Zhu. Changes ------- Fixed a bug and avoided excessive string copying. Bugs: MESOS-9688 and MESOS-9691 https://issues.apache.org/jira/browse/MESOS-9688 https://issues.apache.org/jira/browse/MESOS-9691 Repository: mesos Description ------- There was an invalid assumption that the sorter returns hierarchically aggregated allocation information, whereas it actually returns the "." internal node information. This patch adjusts the allocator code accordingly. Diffs (updated) ----- src/master/allocator/mesos/hierarchical.cpp 1fd8b021c9954c37533dc193b3148def5ff53071 Diff: https://reviews.apache.org/r/70393/diff/2/ Changes: https://reviews.apache.org/r/70393/diff/1-2/ Testing ------- make check Thanks, Benjamin Mahler