----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56269/ ----------------------------------------------------------- (Updated Feb. 4, 2017, 5:51 p.m.) Review request for mesos and Vinod Kone. Changes ------- Review comments. Bugs: MESOS-6296 https://issues.apache.org/jira/browse/MESOS-6296 Repository: mesos Description ------- This helps us in consolidating various metadata associatd with an active child container. Also, this would be used in the future for figuring out the task group corresponding to a child container and then killing the other child containers belonging to the task group when one of the tasks fail; or if a task in the task group is explicitly killed by the scheduler. Diffs (updated) ----- src/launcher/default_executor.cpp 97eee05cac8cb1f62d43e2aecc08a8e54e49eac3 Diff: https://reviews.apache.org/r/56269/diff/ Testing ------- make check Thanks, Anand Mazumdar