You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Anand Mazumdar <ma...@gmail.com> on 2016/01/12 18:33:06 UTC

Re: Review Request 41275: Introduced a field for specifying grace period in shutdown event.

-----------------------------------------------------------
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