----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51669/ -----------------------------------------------------------
(Updated Sept. 24, 2016, 11:50 a.m.) Review request for mesos, Benjamin Hindman, Artem Harutyunyan, Jie Yu, Joseph Wu, and Kevin Klues. Repository: mesos Description ------- For nested container launch in containerizer, a new launch method was introduced for nested container only. However, 'ExecutorInfo' is not included in this new launch method, only 'CommandInfo' instead. To construct the 'ContainerConfig' for nested container launch, we need to update the 'ExecutorInfo' in 'ContainerConfig' from required to optional. Diffs (updated) ----- include/mesos/slave/containerizer.proto 20db010ea158a813034b411111ce9cddac7d8317 Diff: https://reviews.apache.org/r/51669/diff/ Testing ------- make check Thanks, Gilbert Song
