-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48599/
-----------------------------------------------------------
(Updated June 12, 2016, 4:05 p.m.)
Review request for mesos, Jie Yu and Joseph Wu.
Changes
-------
Fixed typo in description.
Bugs: MESOS-5604
https://issues.apache.org/jira/browse/MESOS-5604
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.
Diffs
-----
src/slave/containerizer/docker.cpp 1af5b451922e1eeb0af025f29c53a85ab9deec3b
Diff: https://reviews.apache.org/r/48599/diff/
Testing
-------
make check
Thanks,
Joerg Schad