-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50563/
-----------------------------------------------------------
(Updated July 31, 2016, 11:31 a.m.)
Review request for mesos and Alexander Rukletsov.
Bugs: MESOS-5917
https://issues.apache.org/jira/browse/MESOS-5917
Repository: mesos
Description (updated)
-------
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 (updated)
-------
`make check` in OS X and various linux distributions, checked the output of
`__processes__`.
Thanks,
Gastón Kleiman