-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60890/
-----------------------------------------------------------
(Updated Aug. 28, 2017, 5:26 p.m.)
Review request for mesos, Gilbert Song and Jie Yu.
Changes
-------
Standalone container API and (more importantly) implementation is almost identical to the
nested container API. Hence, we can feasibly combine parts of their APIs.
Bugs: MESOS-7305
https://issues.apache.org/jira/browse/MESOS-7305
Repository: mesos
Description (updated)
-------
Launching a standalone container is very similar to launching a
nested container, except that the caller must specify some Resources.
As such, this patch deprecates some nested container APIs
and replaces them with more generically named APIs.
This applies to the Launch, Wait, and Kill (nested) container APIs.
Diffs (updated)
-----
include/mesos/agent/agent.proto 7c8c8a7d8298e91e4e002327b3b27d4c74b5cbae
include/mesos/v1/agent/agent.proto 3e199124b23fa027232790d99370fe2f33660096
Diff: https://reviews.apache.org/r/60890/diff/2/
Changes: https://reviews.apache.org/r/60890/diff/1-2/
Testing
-------
make
See later patches in chain.
Thanks,
Joseph Wu
|