Re: mesos-execute cmd

2018-06-12 Thread Abel Souza
Did you mean through ‘mesos-execute’ command or is it a Mesos general behavior? Best, /Abel Souza > On Jun 13, 2018, at 02:04, Qian Zhang wrote: > > It is possible to use multiple offers from a single agent node to launch a > task, but I do not think you can use multiple offers from different

Re: mesos-execute cmd

2018-06-12 Thread Qian Zhang
It is possible to use multiple offers from a single agent node to launch a task, but I do not think you can use multiple offers from different agent nodes to launch a task. Regards, Qian Zhang On Tue, Jun 12, 2018 at 9:12 PM, Abel Souza wrote: > Hello, > > I believe this question relates to th

Re: Proposing change to the allocatable check in the allocator

2018-06-12 Thread Greg Mann
Hi all, We had a nice discussion about this in the API working group meeting today. I agree that it's a good idea to do our best to make this change compatible with future updates to the Request call and/or quota. I think it would be beneficial to have a meeting in a few days to brainstorm some ide

Re: Proposing change to the allocatable check in the allocator

2018-06-12 Thread Alex Rukletsov
Instead of the master flag, why not a master API call. This will allow to update the value without restarting the master. Another thought is that we should explain operators how and when to use this knob. For example, if they observe a behavioural pattern A, then it means B is happening, and tunin

mesos-execute cmd

2018-06-12 Thread Abel Souza
Hello, I believe this question relates to the framework used by the mesos-execute command (available by default in Mesos installation): When I request a number of cores greater than what is available in one single node, the mesos-execute automatically turn down all offers made by Mesos and h

Re: reserving resources for host/mesos

2018-06-12 Thread Tomek Janiszewski
Just measure CPU/MEM usage on clean agent (when no task is running) and ensure you leave a little bit more than that. wt., 12 cze 2018 o 15:01 użytkownik Paul Mackles napisał: > Hi - Basic question that I couldn’t find an answer to in existing docs… > when configuring the available resources on

reserving resources for host/mesos

2018-06-12 Thread Paul Mackles
Hi - Basic question that I couldn’t find an answer to in existing docs… when configuring the available resources on a slave, is it appropriate to leave some resources over for the mesos-agent itself (and the host OS)? Any pointers on existing configs folks are using would be appreciated. -- Thank