-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50637/
-----------------------------------------------------------
(Updated Aug. 2, 2016, 1:42 p.m.)
Review request for mesos and Alexander Rukletsov.
Bugs: MESOS-5917
https://issues.apache.org/jira/browse/MESOS-5917
Repository: mesos
Description
-------
Sequence IDs used to follow the following schema; "(1)", "(2)", etc.
This made it very hard to match the output from logging or the
"__processes__" endpoint to them.
This change makes it possible to give sequence processes a
distinguishable ID.
Diffs (updated)
-----
3rdparty/libprocess/include/process/sequence.hpp
78ccdb95422d0f7e12f1d66b4456c4f0014f4ffe
Diff: https://reviews.apache.org/r/50637/diff/
Testing
-------
make check
Thanks,
Gastón Kleiman