Re: [VOTE] Release Apache Mesos 0.24.0 (rc2)

2015-09-02 Thread Marco Massenzio
+1 (non-binding) All tests (including ROOT) pass on Ubuntu 14.04 All tests pass on CentOS 7.1; ROOT tests cause 1 failure: [ FAILED ] 1 test, listed below: [ FAILED ] CgroupsAnyHierarchyMemoryPressureTest.ROOT_IncreaseRSS $ cat /etc/centos-release CentOS Linux release 7.1.1503 (Core) This

Re: [VOTE] Release Apache Mesos 0.24.0 (rc2)

2015-09-02 Thread Khanduja, Vaibhav
fyi I ran tests on VMs over ESX server, both with 4CPU and 4096MB of RAM Thank On 9/2/15, 12:18 AM, "Marco Massenzio" wrote: >+1 (non-binding) > >All tests (including ROOT) pass on Ubuntu 14.04 >All tests pass on CentOS 7.1; ROOT tests cause 1 failure: > >[ FAILED ] 1

Re: Prepping for next release

2015-09-02 Thread Kevin Sweeney
I'd be in favor of setting that flag to Java 7 as well - just because classes are compiled in Java 6 format doesn't mean the standard library classes they reference will be available on Java 6 - your compiler classpath contains Java 7's rt.jar, which contains classes that don't exist in Java 6's

Re: Apache Mesos Community Sync

2015-09-02 Thread Vinod Kone
We'll have the next community sync tomorrow (Sept 3rd) at 3 PM PST. Please add items to agenda . On Wed, Aug 5, 2015 at 4:12 PM, Vinod Kone wrote: > We'll have

Newbie question on checkpointing resource

2015-09-02 Thread Khanduja, Vaibhav
@ I apologies for flooding mail boxes but was wondering if I could get more info on “CheckPoint Resource”. I see slave code and find following code: " void Slave::checkpointResources(const vector& _checkpointedResources) " Does CheckPoint resource mean the state of the resource can be

API client libraries

2015-09-02 Thread Vinod Kone
Hi folks, Now that the v1 scheduler HTTP API (beta) is on the verge of being released, I wanted to open up the discussion about client libraries for the API. Mainly around support and home for the libs. One idea is that, going forward, the only supported client library would be C++ library which

Re: API client libraries

2015-09-02 Thread Artem Harutyunyan
Thanks for bringing this up, Vinod! We have to make sure that there are reference library implementations for at least Python, Java, and Go. They may end up being owned and maintained by the community, but I feel that Mesos developers should at least kickstart the process and incubate those

Re: API client libraries

2015-09-02 Thread Vinod Kone
On Wed, Sep 2, 2015 at 11:49 AM, Vinod Kone wrote: > --> Might be a step backward because we would be officially dropping > support for Java and Python. This is probably a good thing? > s/officially dropping support/dropping official support/