Re: Build on Amazon Linux

2014-09-26 Thread Dick Davies
What version of docker does that give you, out of interest? mainline EL7 is still shipping a pre-1.0 that won't work with mesos (although since docker is just a static Go binary, it's trivial to overwrite /usr/bin/docker and get everything to work). On 25 September 2014 20:23, John Mickey

Problems with OOM

2014-09-26 Thread Stephan Erb
Hi everyone, I am having issues with the cgroups isolation of Mesos. It seems like tasks are prevented from allocating more memory than their limit. However, they are never killed. * My scheduled task allocates memory in a tight loop. According to 'ps', once its memory requirements are

Mesos.interface python package

2014-09-26 Thread Stephan Erb
Hello, could the owner of https://pypi.python.org/pypi/mesos.interface please be so kind and upload latest version 0.20.1 to PyPi? Otherwise the (awesome) egg-files by Mesosphere cannot be installed. Thanks very much! Stephan

Re: Build on Amazon Linux

2014-09-26 Thread John Mickey
Docker version 1.2.0, build fa7b24f/1.2.0 It's available in the AMZN repos by default On Fri, Sep 26, 2014 at 1:58 AM, Dick Davies d...@hellooperator.net wrote: What version of docker does that give you, out of interest? mainline EL7 is still shipping a pre-1.0 that won't work with mesos

Re: Problems with OOM

2014-09-26 Thread Tomas Barton
Just to make sure, all slaves are running with: --isolation='cgroups/cpu,cgroups/mem' Is there something suspicious in mesos slave logs? On 26 September 2014 13:20, Stephan Erb stephan@blue-yonder.com wrote: Hi everyone, I am having issues with the cgroups isolation of Mesos. It seems

Re: Problems with OOM

2014-09-26 Thread Tom Arnfeld
I'm not sure if this at all related to the issue you're seeing, but we ran into this fun issue (or at least this seems to be the cause) helpfully documented on this blog article: http://blog.nitrous.io/2014/03/10/stability-and-a-linux-oom-killer-bug.html. TLDR: OOM killer getting into an infinite

Re: Problems with OOM

2014-09-26 Thread Stephan Erb
@Tomas: I am currently only running a single slave in a VM. It uses the isolator and the logs are clean. @Tom: Thanks for the interesting hint! I will look into it. Best Regards, Stephan On Fr 26 Sep 2014 16:53:22 CEST, Tom Arnfeld wrote: I'm not sure if this at all related to the issue