Re: RFC: RevocableInfo Changes

2016-03-11 Thread Guangya Liu
Hi Ben, I think that currently and even in the near future, the __ThrottleInfo__ will only be used by the usage oversubscriptions and the oversubscription for allocator (Both quota and reservations) will not use this value but only using __RevocableInfo__ is enough. I can even think that the

RFC: RevocableInfo Changes

2016-03-11 Thread Benjamin Mahler
Hey folks, In the resource allocation working group we've been looking into a few projects that will make the allocator able to offer out resources as revocable. For example: -We'll want to eventually allocate resources as revocable _by default_, only allowing non-revocable when there are guarant

Re: [3/3] mesos git commit: New python lib with only the executor driver.

2016-03-11 Thread Benjamin Mahler
+vinod This breaks the build for me on OS X, it appears this line is the culprit: EXTRA_LINK_ARGS = ['-Wl,--as-needed'] This leads to the following: clang++ -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. -L/usr/local/opt/subversion/lib -O2 -O2 -Wno-unused-local-typedef -s

[VOTE] Release Apache Mesos 0.28.0 (rc2)

2016-03-11 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.28.0. 0.28.0 includes the following: Release Notes - Mesos - Version 0.28.0 This release c

Re: [VOTE] Release Apache Mesos 0.28.0 (rc1)

2016-03-11 Thread Vinod Kone
I'm cutting the rc2 shortly. These are the cherry-picks going in. I'll also do a cherrypick of the updated CHANGELOG. * 59df0e5 Update PendingUnavailabilityTest to use the new scheduler mock. * 2f58264 Maintenance: Fixed bug that sent two inverse offers. * f28cc0f Enabled multiple calls to Modul

Re: Negative durations

2016-03-11 Thread haosdent
I saw we use Seconds(-1) represent infinity in current code. ``` ./3rdparty/libprocess/include/process/future.hpp: bool await(const Duration& duration = Seconds(-1)) const; ./3rdparty/libprocess/include/process/latch.hpp: bool await(const Duration& duration = Seconds(-1)); ./3rdparty/libprocess/

Re: Questions about Docker related tests in Mesos

2016-03-11 Thread Gilbert Song
Hi Zhiwei, I am trying to understand why 'alpine' is not compatible with IBM Power platform. Is it because of the image's rootfs? We currently have a JIRA(https://issues.apache.org/jira/browse/MESOS-4684) in progress to create a local docker image, which is used for docker runtime isolator local

Contributor request

2016-03-11 Thread Tomek Janiszewski
Please add me as contributor in the Mesos JIRA project. My Apache JIRA's username: janisz Thanks!

Re: Questions about Docker related tests in Mesos

2016-03-11 Thread zhiwei
Yes, I prefer to create specific mesos test images and make them configurable in configuration file. On Fri, Mar 11, 2016 at 6:20 PM, Alex Rukletsov wrote: > It also looks strange to me that we use "random" containers in Mesos tests. > The proper way would be to have "mesos" or "apache" account

Re: Questions about Docker related tests in Mesos

2016-03-11 Thread Alex Rukletsov
It also looks strange to me that we use "random" containers in Mesos tests. The proper way would be to have "mesos" or "apache" account on docker hub managed by PMC. Do you think it's worth to set up one or it's too much time investment? On Thu, Mar 10, 2016 at 12:19 PM, Jan Schlicht wrote: > Hi