Re: Task revocation

2015-07-06 Thread Adam Bordelon
Gidon, If your allocation module is capable of sending protobuf messages to the master, you could send a KillTaskMessage with the proper frameworkId and taskId and hack a way around the if condition at https://github.com/apache/mesos/blob/0.23.0-rc1/src/master/master.cpp#L2946 I think in general,

Re: Marathon is not update docker image.

2015-07-06 Thread Alex Rukletsov
Haven't seen you got answers from Adam and Tim in another thread. Please create one thread per question, it's easier to follow and also for posterity to search for similar issues and answers. On Fri, Jul 3, 2015 at 2:22 AM, John Kim dreamerad...@gmail.com wrote: mesos-master using 0.22.0 ,

Re: Request to adding me to contributors list

2015-07-06 Thread Ryuichi Okumura
Adam, Thanks! Yup, I'm going to attend MesosCon. See you there. :) Best, Ryuichi 2015年7月6日(月) 14:02 Adam Bordelon a...@mesosphere.io: Ryuichi, you've been added. Thanks for contributing! Join us at MesosCon: http://events.linuxfoundation.org/events/mesoscon Cheers, -Adam- On Sat, Jul 4,

[proposal] Generalized Authorizer Interface

2015-07-06 Thread Alexander Rojas
Hi everyone, The current mesos::Authorizer API has one method for each of the actions supported (Register Framework, Launch Task and Shutdown Framework), and each of these actions define the objects on which they operate. Currently, if the Authorizer needs to be extended by adding a new