-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48566/
-----------------------------------------------------------
(Updated June 11, 2016, 4:19 a.m.)
Review request for mesos, Adam B and Alexander Rojas.
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 (it should
run on the same process) and avoids potential race
conditions if the file logic is handled by different
processes.
Diffs
-----
src/files/files.cpp 55c310af149cb03abfa1ffbb6477dc1ac5dc14be
Diff: https://reviews.apache.org/r/48566/diff/
Testing
-------
make check
Thanks,
Joerg Schad