Re: Mesos-DNS host based HTTP-redirection from slave to container

2015-08-02 Thread Ryan Thomas
Hey Itamar, Using DNS to redirect to a port will only be possible if you're using SRV records (I'm not sure what mesos-dns uses) but this doesn't really matter as it won't be looked up by the browser. For this solution I have a small daemon written in go running on a number of hosts (that aren't

Re: Mesos-DNS host based HTTP-redirection from slave to container

2015-08-02 Thread Ryan Thomas
Yes it appears that mesos-dns does use SRV records - I should really check it out :) On 2 August 2015 at 10:50, Ryan Thomas r.n.tho...@gmail.com wrote: Hey Itamar, Using DNS to redirect to a port will only be possible if you're using SRV records (I'm not sure what mesos-dns uses

Re: Mesos-DNS host based HTTP-redirection from slave to container

2015-08-02 Thread Ryan Thomas
the mesos-dns to setup a route rule to define the url. 2015-08-02 17:51 GMT+08:00 Ryan Thomas r.n.tho...@gmail.com: Yes it appears that mesos-dns does use SRV records - I should really check it out :) On 2 August 2015 at 10:50, Ryan Thomas r.n.tho...@gmail.com wrote: Hey Itamar, Using DNS

Mesos 0.21.0 release page correction

2015-05-04 Thread Ryan Thomas
Whilst this is a bit old, the docs here http://mesos.apache.org/blog/mesos-0-21-0-released/ for 0.21.0 link to the wrong ticket for the shared filesystem isolator. Cheers, ryan

Re: CPU resource allocation: ignore?

2015-02-19 Thread Ryan Thomas
Hey Don, Have you tried only setting the 'cgroups/mem' isolation flag on the slave and not the cpu one? http://mesosphere.com/docs/reference/mesos-slave/ ryan On 19 February 2015 at 14:13, Donald Laidlaw donlaid...@me.com wrote: I am using Mesos 0.21.1 with Marathon 0.8.0 and running

Re: Unable to follow Sandbox links from Mesos UI.

2015-01-22 Thread Ryan Thomas
/MESOS-2129 if you want to track progress on changing this. Unfortunately it is on hold for me at the moment to fix. Cody On Wed, Jan 21, 2015 at 2:07 PM, Ryan Thomas r.n.tho...@gmail.com wrote: Hey Dan, The UI will attempt to pull that info directly from the slave so you need to make

Re: cluster wide init

2015-01-22 Thread Ryan Thomas
, Ryan Thomas r.n.tho...@gmail.com wrote: This seems more like the responsibility of the scheduler that is running, like marathon or aurora. I haven't tried it but I would imagine if you had 10 slaves and started a job with 11 tasks with host exclusivity when you spin up an 11th slave marathon

Re: Unable to follow Sandbox links from Mesos UI.

2015-01-21 Thread Ryan Thomas
Hey Dan, The UI will attempt to pull that info directly from the slave so you need to make sure the host is resolvable and routeable from your browser. Cheers, Ryan From my phone On Wednesday, 21 January 2015, Dan Dong dongda...@gmail.com wrote: Hi, All, When I try to access sandbox on

Re: Killing Docker containers

2014-10-15 Thread Ryan Thomas
I've updated the RB with the feedback from the previous https://reviews.apache.org/r/26734/ On 15 October 2014 08:57, Ryan Thomas r.n.tho...@gmail.com wrote: Here is the RB link https://reviews.apache.org/r/26709/ - fixed at a 30 second timeout at the moment, but I'd imagine

Re: Killing Docker containers

2014-10-15 Thread Ryan Thomas
Latest review is here https://reviews.apache.org/r/26736/ had to update due to style failures. Cheers, Ryan On Thursday, 16 October 2014, Scott Rankin sran...@crsinc.com wrote: Thanks, Ryan. That solution sounds perfect. From: Ryan Thomas r.n.tho...@gmail.com javascript:_e(%7B%7D,'cvml

Re: Killing Docker containers

2014-10-14 Thread Ryan Thomas
The docker stop command will attempt to kill the container if it doesn't stop in 10 seconds by default. I think we should be using this with the -t flag to control the time between stop and kill rather than just using kill. I'll try to submit a patch. Cheers, ryan On 15 October 2014 05:37,

Docker containerizer port conflict

2014-10-05 Thread Ryan Thomas
I've been trying out the docker-integration with mesos marathon since the bridged networking has been added and I've run into a couple of issues - the most disturbing seems to be allocating of already in use ports (I suspect this may be a marathon issue) and the failure to recover the tasks once

Re: Frontend loadbalancer configuration for long running tasks

2014-09-09 Thread Ryan Thomas
Hi Ankur, I saw this on the mesos subreddit not five minutes ago! http://www.qubitproducts.com/content/Opensourcing-Bamboo Cheers, Ryan On 9 Sep 2014 18:53, Ankur Chauhan an...@malloc64.com wrote: Hi all, (Please let me know if this is not the correct place for such a question). I have

Re: Mesos webcast

2014-09-09 Thread Ryan Thomas
Hey Vinod, Will this be recorded? It starts at 4am in my timezone :) Cheers, Ryan On 10 September 2014 03:22, Vinod Kone vinodk...@gmail.com wrote: Hi folks, I'm doing a webcast on Mesos this thursday (h/t Mesosphere) where I will talk about some of the core features of Mesos (slave

Re: Mesos 0.20.0 with Docker registry availability

2014-09-05 Thread Ryan Thomas
to figure out which images to remove... perhaps any with no running container, though that could lead to unnecessary pulls and slower restarts of failed tasks :craig On 5 Sep 2014, at 08:43, Ryan Thomas r.n.tho...@gmail.com wrote: Hey Craig, docker run will attempt a pull of the image

Re: Issue with Multinode Cluster

2014-08-25 Thread Ryan Thomas
If you're using the mesos-init-wrapper you can write the IP to /etc/mesos-master/ip and that flag will be set. This goes for all the flags, and can be done for the slave as well in /etc/mesos-slave. On 26 August 2014 10:18, Vinod Kone vinodk...@gmail.com wrote: From the logs, it looks like

Re: Issue with Multinode Cluster

2014-08-25 Thread Ryan Thomas
that it picked the loopback automatically or that the tutorials didn’t note this. Ryan: Is it considered better practice to modify /etc/default/mesos-master or write the IP to /etc/mesos-master/ip ? On August 25, 2014 at 8:31:42 PM, Ryan Thomas (r.n.tho...@gmail.com) wrote: If you're using

Re: MesosCon attendee introduction thread

2014-08-14 Thread Ryan Thomas
Hi all, My name is Ryan Thomas and I am a development team lead at Atlassian in Sydney, Australia. We have been playing with Mesos / Marathon / Aurora / Docker since about November last year and I'm really keen to talk to people about the development and deployment process around micro services

Re: MesosCon attendee introduction thread

2014-08-14 Thread Ryan Thomas
Hey David, I'll be keen to have a chat, we've been using Clojure for a bit of work as well. ryan On 15 August 2014 12:08, David Greenberg dsg123456...@gmail.com wrote: I'm David Greenberg, and I work at Two Sigma. I've been rearchitecting our main compute cluster to run on top of Mesos.