Re: Default executor grace period

2017-01-16 Thread haosdent
It looks like default-executor have not yet handle `--executor_shutdown_grace_period`。 On Mon, Jan 16, 2017 at 7:41 PM, Tomek Janiszewski wrote: > Hi > > I tried to use grace period with default Mesos executor. I assumed it > works as follow: > >1. Start command: sh -c

Re: Question on dynamic reservations

2017-01-16 Thread haosdent
Hi, @Povilas It is possible to dynamic reserve unreserved resources on those agents. On Fri, Jan 13, 2017 at 2:47 PM, Povilas Versockas wrote: > Hi, > > Maybe someone can help me with a problem I'm having. Short version of the > question is: > Is it possible to use

Re: Sigkill while running mesos agent (1.0.1) in docker

2017-01-16 Thread haosdent
As the log show, it failed when perform below command to find the container status. ``` docker -H unix:///var/run/docker.sock inspect mesos-498ff8de-782e-482a-9478-69d3faf5a853-S5.a242fc24-0d32-46e6-af63-299cb82fc01c ``` have you mount the sock file from host to your agent container? On Fri,

unsubscribe

2017-01-16 Thread Paul Bell

Re: Default executor grace period

2017-01-16 Thread Tomek Janiszewski
I looks like it's supported because executor prints grace period[1]. On the other hand executor launches sh that launch command and shell executes faster then command after receiving SIGTERM. Causing process to be attached to init and leaked. In my opinion default executor should not sent SIGTERM

Mesos 1.0.3 release

2017-01-16 Thread Vinod Kone
Hi folks, I'm planning to cut 1.0.3 release tomorrow. If you need anything that needs to be backported, please mark the tickets as such. Release dashboard: https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12330112 Thanks, Vinod