Re: Problems with OOM

2014-10-07 Thread Stephan Erb
with flags = 0 I1007 11:38:25.982059 3693 containerizer.cpp:678] Checkpointing executor's forked pid 3985 to '/var/lib/mesos/meta/slaves/20141007-113221-16842879-5050-2279-0/frameworks/20140919-174559-16842879-5050-27194-/executors/thermos-1412674695525-www-data-test-ipython-1-1ecf0bba-6989-4b5c

Re: Problems with OOM

2014-10-07 Thread CCAAT
On 10/07/14 06:50, Stephan Erb wrote: Seems like there is a workaround: I can emulate my desired configuration to prevent swap usage, by disabling swap on the host and starting the slave without --cgroups_limit_swap. Then everything works as expected, i.e., a misbehaving task is killed

Make Check error for 0.20.1

2014-10-07 Thread Sammy Steele
Hi, I am trying to install the newest version of Mesos using Ubuntu 14.04 and libsasl2-dev 2.1.25.dfsg1-17build1. When I run make check, I get This continual error: [ RUN ] LogZooKeeperTest.LostZooKeeper 2014-10-07 09:44:19,996:5483(0x2ba18a629700):ZOO_ERROR@handle_socket_error_msg@1721:

Re: Problems with OOM

2014-10-07 Thread CCAAT
On 10/07/14 06:50, Stephan Erb wrote: Seems like there is a workaround: I can emulate my desired configuration to prevent swap usage, by disabling swap on the host and starting the slave without --cgroups_limit_swap. Then everything works as expected, i.e., a misbehaving task is killed

Multiple disks with Mesos

2014-10-07 Thread Arunabha Ghosh
Hi, I would like to run Mesos slaves on machines that have multiple disks. According to the Mesos configuration page http://mesos.apache.org/documentation/latest/configuration/ I can specify a work_dir argument to the slaves. 1) Can the work_dir argument contain multiple directories ? 2) Is

Re: Multiple disks with Mesos

2014-10-07 Thread Steven Schlansker
On Oct 7, 2014, at 4:06 PM, Arunabha Ghosh arunabha...@gmail.com wrote: Hi, I would like to run Mesos slaves on machines that have multiple disks. According to the Mesos configuration page I can specify a work_dir argument to the slaves. 1) Can the work_dir argument contain

Re: Multiple disks with Mesos

2014-10-07 Thread Arunabha Ghosh
Thanks Steven ! On Tue, Oct 7, 2014 at 4:08 PM, Steven Schlansker sschlans...@opentable.com wrote: On Oct 7, 2014, at 4:06 PM, Arunabha Ghosh arunabha...@gmail.com wrote: Hi, I would like to run Mesos slaves on machines that have multiple disks. According to the Mesos configuration

Multiple Network interfaces

2014-10-07 Thread Diptanu Choudhury
Hi, I am wondering if Mesos can offer resources from multiple network interfaces? We would like to attach multiple Network Interfaces on EC2 instances and would like to bind specific applications that we run on mesos on specific interfaces? So basically I am wondering if Mesos can offer ports

Re: Task Reconciliation [MESOS-1453]

2014-10-07 Thread Benjamin Mahler
Yes, only the TaskID is required. The SlaveID is optional and will lead to a better response rate from the Master. Good to see these questions, I will be working on some reconciliation documentation before the 0.21.0 release, your feedback on it would be appreciated! On Sun, Oct 5, 2014 at 9:43

Re: Make Check error for 0.20.1

2014-10-07 Thread Benjamin Mahler
Can you link to the full logs from make check? P.S. This ended up in my spam folder. On Tue, Oct 7, 2014 at 10:47 AM, Sammy Steele sammy_ste...@stanford.edu wrote: Hi, I am trying to install the newest version of Mesos using Ubuntu 14.04 and libsasl2-dev 2.1.25.dfsg1-17build1. When I run