-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55464/
-----------------------------------------------------------
Review request for mesos, Adam B, Alexander Rukletsov, Anand Mazumdar,
Alexander Rojas, and haosdent huang.
Bugs: MESOS-6864
https://issues.apache.org/jira/browse/MESOS-6864
Repository: mesos
Description
-------
Made the Agent API able to handle containers nested at arbitrary levels.
Diffs
-----
src/slave/http.cpp 24fc23b229c624835a24cdda9587c99c6ac9c3bb
src/slave/slave.cpp 11e8833fd5998abb71a7bb08e5dec451d894aba9
src/tests/api_tests.cpp ea62226fbc5dd0bcc5ea60d1bbcd3748f9367467
Diff: https://reviews.apache.org/r/55464/diff/
Testing
-------
`make check` in Linux.
I have a proof of concept that makes the `DefaultExecutor` leverage this change
to perform CMD health checks.
Thanks,
Gastón Kleiman