You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by Maxim Khutornenko <ma...@apache.org> on 2016/06/21 23:15:14 UTC

Allow executors to reject killing request?

Noticed https://issues.apache.org/jira/browse/MESOS-4919 and curious
if there were any considerations to allow executors to reject killing
requests entirely?

This could be quite useful to stateful services where data
replication/backfilling latencies are not known in advance and as such
'grace_period' may not fit or would result in artificially inflated
timeouts.

Re: Allow executors to reject killing request?

Posted by haosdent <ha...@gmail.com>.
Hi, @Maxim I think you could comment in that ticket. As you said, it only
support `grace_period ` in KillPolicy so far.

On Wed, Jun 22, 2016 at 7:15 AM, Maxim Khutornenko <ma...@apache.org> wrote:

> Noticed https://issues.apache.org/jira/browse/MESOS-4919 and curious
> if there were any considerations to allow executors to reject killing
> requests entirely?
>
> This could be quite useful to stateful services where data
> replication/backfilling latencies are not known in advance and as such
> 'grace_period' may not fit or would result in artificially inflated
> timeouts.
>



-- 
Best Regards,
Haosdent Huang