Ask shepherd for MESOS-3023

2015-07-17 Thread Klaus Ma
Hi team, I’m working on MESOS-3023, a ticket for newbie; is there anyone can be my shepherd for this? Thanks in advance :). Regards,Klaus Ma (马达), PMP® | http://www.cguru.net CallSend SMSCall from mobileAdd to SkypeYou'll need Skype CreditFree via SkypeCallSend SMSCall from mobileAdd to

Ask shepherd for MESOS-3023

2015-07-17 Thread Klaus Ma
Hi team, I’m working on MESOS-3023, a ticket for newbie; is there anyone can be my shepherd for this? Thanks in advance :). Regards, Klaus Ma (马达), PMP® | http://www.cguru.net

RFC: QuiesceOffers message

2015-07-17 Thread James Peach
Hi all, In our Mesos deployment, we end up with a lot of small frameworks ( 200) that hit their targets and have to refuse a lot of unwanted resources. This causes significant performance degradation and unnecessary memory use in the hierarchical allocator. I'm proposing a new QuiesceOffers

Re: [VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-17 Thread Khanduja, Vaibhav
+1 Sent from my iPhone. Please excuse the typos and brevity of this message. On Jul 17, 2015, at 4:43 PM, Adam Bordelon a...@mesosphere.io wrote: Hello Mesos community, Please vote on releasing the following candidate as Apache Mesos 0.23.0. 0.23.0 includes the following:

Re: [VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-17 Thread Vinod Kone
+1 (binding) Successfully built RPMs for CentOS5 and CentOS6 with network isolator. On Fri, Jul 17, 2015 at 4:56 PM, Khanduja, Vaibhav vaibhav.khand...@emc.com wrote: +1 Sent from my iPhone. Please excuse the typos and brevity of this message. On Jul 17, 2015, at 4:43 PM, Adam Bordelon

Re: [VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-17 Thread Marco Massenzio
] Executor registered on slave 20150717-200814-855746752-41031-8318-S0 Registered executor on gondor Starting task bfb318c0-fa7e-430b-bc27-2c1e2d593ba9 Forked command at 13854 sh -c 'sleep 1000' I0717 20:08:14.880101 13845 exec.cpp:379] Executor asked to shutdown Shutting down Sending SIGTERM to process

Re: [VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-17 Thread Marco Massenzio
Ubuntu 14.04 Not sure if I'm doing something wrong, `sudo make distcheck` fails - re-running after a `make clean` If it continues failing, I'll provide more detailed log output. In the meantime, if anyone has any suggestions as to what I may be doing wrong, please let me know. $ ../configure

Re: Are any allocator modules relying on requestResources() call?

2015-07-17 Thread Gidon Gershinsky
Hi Vinod, Yes, we use this API in the allocator module we develop, it pretty fundamental for support of a wide range of policies in our mechanism!! Regards, Gidon From: Vinod Kone vinodk...@gmail.com To: dev dev@mesos.apache.org Date: 18/07/2015 03:03 AM Subject:Are

Re: RFC: QuiesceOffers message

2015-07-17 Thread Vinod Kone
I will be happy to shepherd this. Have you looked at MESOS-3037 https://issues.apache.org/jira/browse/MESOS-3037 that was filed recently for essentially the same thing? We can add filters to that call too. Do you want this in the current API (scheduler driver) or can you wait until the HTTP API

[VOTE] Release Apache Mesos 0.23.0 (rc4)

2015-07-17 Thread Adam Bordelon
Hello Mesos community, Please vote on releasing the following candidate as Apache Mesos 0.23.0. 0.23.0 includes the following: - Per-container network isolation - Dockerized slaves will properly recover Docker

Are any allocator modules relying on requestResources() call?

2015-07-17 Thread Vinod Kone
requestResources() call was added to the scheduler driver a long time ago, but was never implemented by the built-in hierarchical allocator. One of the reasons for not implementing it was that it wasn't clear how it should be used in the face of DRF. I was thinking to remove the code dealing with