----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41275/ ----------------------------------------------------------- (Updated Jan. 12, 2016, 5:33 p.m.) Review request for mesos, Ben Mahler and Vinod Kone. Changes ------- Modified summary to be smaller then magical `72` characters. Summary (updated) ----------------- Introduced a field for specifying grace period in shutdown event. Bugs: MESOS-3550 https://issues.apache.org/jira/browse/MESOS-3550 Repository: mesos Description ------- This change introduces a field `grace_period_seconds` that specifies the time an agent would wait for the executor to terminate before forcefully destroying the container. Diffs ----- include/mesos/executor/executor.proto cc6b4f67da62dacf2fc649f00ba15a3fba98910b include/mesos/v1/executor/executor.proto 4ecdaa0a468da1b271aa382a945d7e2a59c32449 Diff: https://reviews.apache.org/r/41275/diff/ Testing ------- make check Thanks, Anand Mazumdar