Re: Linking mesos tasks to Docker containers

2016-01-12 Thread Scott Rankin
gin queries cpu/mem/network stats from docker stats api - collectd sends the (marathon app, task id, stats) data to a storage backend, e.g. graphite, elasticsearch, influxdb, etc. Hope that helps. Shuai On Tue, Jan 12, 2016 at 4:12 AM, Scott Rankin mailto:sran...@motus.com>> wrote: Hi

Linking mesos tasks to Docker containers

2016-01-11 Thread Scott Rankin
configure Mesos to add a label or something to the Docker container so that our monitoring scripts can tie the Docker container to the Mesos task? Thanks! Scott SCOTT RANKIN VP, Technology Motus, LLC Two Financial Center, 60 South Street, Boston, MA 02111 617.467.1931 (W) | sran...@motus.com

mesos-slave crash when killing task

2016-01-04 Thread Scott Rankin
start. This can get tricky when we execute production deployments to multiple services. It’s not 100% reproducible, but we’ve seen it now on Mesos 0.22.1 and 0.23.0. Any help debugging this would be most helpful! Thanks, Scott SCOTT RANKIN VP, Technology Motus, LLC Two Financial Center, 60 Sout

Re: mesos-slave crashing with CHECK_SOME

2015-09-02 Thread Scott Rankin
er http://codetrips.com On Mon, Aug 31, 2015 at 12:47 PM, Steven Schlansker mailto:sschlans...@opentable.com>> wrote: On Aug 31, 2015, at 11:54 AM, Scott Rankin mailto:sran...@motus.com>> wrote: > > tag=mesos-slave[12858]: F0831 09:37:29.838184 12898 slave.cpp:3354] > CHE

mesos-slave crashing with CHECK_SOME

2015-08-31 Thread Scott Rankin
20141209-011108-1378273290-5050-23221-0001: Not monitored tag=mesos-slave[17756]: 2015-08-31 09:38:01,602:17756(0x7fce986b4820):ZOO_INFO@zookeeper_close@2505: Closing zookeeper sessionId=0x24e62be7f030025 to [10.200.38.82:2181] tag=init: mesos-slave main process ended, respawning Context S

Re: [DISCUSS] Renaming Mesos Slave

2015-06-02 Thread Scott Rankin
+1 1. Mesos Worker 2. mesos-worker 3. No 4. Change the docs as soon as the new command is available, perhaps provide a symlink for a while. From: Adam Bordelon Reply-To: "user@mesos.apache.org" Date: Monday, June 1, 2015 at 5:18 PM To: dev, "user@mesos.

Timeline for 0.22.0?

2014-12-02 Thread Scott Rankin
Hi all, We’re very excited here for Mesos and are working on our first production deployment using Mesos/Marathon/Chronos. One thing that we need for production readiness is MESOS-1925. I see it’s been assigned to 0.22.0 – I was wondering if there was any timeline yet for when that release wi

Re: Killing Docker containers

2014-10-15 Thread Scott Rankin
en stop and kill rather than just using kill. I'll try to submit a patch. Cheers, ryan On 15 October 2014 05:37, Scott Rankin mailto:sran...@crsinc.com>> wrote: Hi All, I'm working on prototyping Mesos+Marathon for our services platform, using apps deployed as Docker contai

Killing Docker containers

2014-10-14 Thread Scott Rankin
Hi All, I'm working on prototyping Mesos+Marathon for our services platform, using apps deployed as Docker containers. Our applications register themselves with our service discovery framework on startup and un-register themselves when they shut down (assuming they shut down reasonably gracefu