-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62005/
-----------------------------------------------------------
(Updated Aug. 31, 2017, 12:33 a.m.)
Review request for mesos, Benjamin Hindman, Benjamin Mahler, and Gilbert Song.
Changes
-------
Slightly adjusted some comments.
Bugs: MESOS-7926
https://issues.apache.org/jira/browse/MESOS-7926
Repository: mesos
Description
-------
This patch addressed MESOS-7926 by protecting 'termination.future()'
with 'undiscardable'. This prevented the upstream discard event from
being propagated into 'termination.future()' which gets reused for
other calls.
Diffs (updated)
-----
src/slave/containerizer/mesos/containerizer.cpp
5f9373a88819ae1e0ceae708dccbed5383684918
Diff: https://reviews.apache.org/r/62005/diff/2/
Changes: https://reviews.apache.org/r/62005/diff/1-2/
Testing
-------
sudo make check
Ran the test in https://reviews.apache.org/r/61981 which previously fails. With
this patch, the test passes.
Thanks,
Jie Yu