----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50563/ -----------------------------------------------------------
(Updated Aug. 2, 2016, 1:55 p.m.) Review request for mesos and Alexander Rukletsov. Changes ------- Rebased. Bugs: MESOS-5917 https://issues.apache.org/jira/browse/MESOS-5917 Repository: mesos Description ------- I had to move the initialization of ProcessBase to the public HierarchicalAllocatorProcess constructor. The ID would otherwise get lost, leading to an undistinguishable ID. Diffs (updated) ----- src/master/allocator/mesos/hierarchical.hpp b72ba16277a3210e4d309b616d185a10e2029a66 Diff: https://reviews.apache.org/r/50563/diff/ Testing ------- `make check` in OS X and various linux distributions, checked the output of `__processes__`. Thanks, Gastón Kleiman