-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48563/
-----------------------------------------------------------
(Updated June 11, 2016, 4:28 a.m.)
Review request for mesos and Adam B.
Bugs: MESOS-5587
https://issues.apache.org/jira/browse/MESOS-5587
Repository: mesos
Description (updated)
-------
Previously the continuation followed via `.then([=]`,
which potentially executes the continuation on a different
process. This patch fixes this behavior and avoids race
conditions between the master process changing the
related data-structures and another process reading them.
Diffs (updated)
-----
src/master/http.cpp 4b2d1386e1ecb447b597a432f9df9adaa5c3aa37
Diff: https://reviews.apache.org/r/48563/diff/
Testing
-------
make check
Thanks,
Joerg Schad