-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54196/
-----------------------------------------------------------
(Updated Dec. 2, 2016, 2:38 a.m.)
Review request for mesos and Anand Mazumdar.
Changes
-------
anand's comments.
Bugs: MESOS-6471
https://issues.apache.org/jira/browse/MESOS-6471
Repository: mesos
Description
-------
In addition to launching the nested container the API handler
ensures that the container is destroyed if the connection breaks.
Diffs (updated)
-----
src/slave/http.cpp ace3575fd3a330f788e678283bc05e806cf9b264
src/slave/slave.hpp cfec9dd5fa3550ba1192fc86b1ff0d73ee1671e0
src/slave/validation.cpp 4005cfcd8bcdb923a73de471100c3567344234cf
src/tests/api_tests.cpp ea6e037c18fd116eff473ee246faa504ec37b7da
Diff: https://reviews.apache.org/r/54196/diff/
Testing
-------
make check
Added a basic test for now that tests the failure case. Will be adding more
tests in subsequent reviews.
Thanks,
Vinod Kone