Re: Maybe new feature/option for the health check

2019-09-30 Thread Tomek Janiszewski
It there but with different name: - delay_seconds is the amount of time to wait until starting health checking the task - grace_period_seconds is the amount of time after the task is launched during which health check failures are ignored. Once a health check succeeds for the first

Re: reservations from terminated frameworks

2019-09-30 Thread Benjamin Mahler
Hi Hendrik, currently reservations are tied to a role, not framework. In this case, it's a static reservation which means you need to update the agent configuration and restart it destructively (we don't currently support a non-destructive non-additive agent resources change). If it was a dynamic

Maybe new feature/option for the health check

2019-09-30 Thread Marc Roos
I have a few tasks that take a while before they get started. Sendmail eg. Is not to happy you cannot set the hostname (in marathon) and then gives a timeout of 1 minute. I think there is something similar when starting openldap. If I enable a regular health check there, it will fail the

RFC: Extending supported RESERVE operations

2019-09-30 Thread Benjamin Bannier
Hi, Mesos currently puts a number of restrictions on what a RESERVE operation can do (e.g., add only one refinement; no support to change a resource reservations) which implies restrictions elsewhere, e.g., on persistent volumes. In order to make reservations more flexible we came up with a