Problem with launching docker containers on Mesos 0.23.0

2015-08-14 Thread Grzegorz Graczyk
Environment: CoreOS 723.3.0 (latest stable) Docker 1.6.2 Marathon 0.10.0 Mesos 0.23.0 Logs: https://gist.github.com/gregory90/126db6ff301f0e00e8d4 https://gist.github.com/gregory90/126db6ff301f0e00e8d4 Everything is containerized and works just fine with Mesos 0.22.1. Also, when launching

Re: resources not offered to framework

2015-08-14 Thread Vinod Kone
If the currently running tasks do not have checkpointing turned on, they cannot reconnect to a restarted slave no matter what. And yes currently you can't change the Slave resources roles without wiping metadata. @vinodkone On Aug 14, 2015, at 6:14 AM, Mike Barborak mi...@mindlakes.com

Re: Problem with launching docker containers on Mesos 0.23.0

2015-08-14 Thread Grzegorz Graczyk
Thanks! It seems that mesosphere packaging of mesos changed. When I pass --docker=/usr/local/bin/docker explicitly to Mesos Slave everything works correctly. On 14 Aug 2015, at 18:24, haosdent haosd...@gmail.com wrote: From the log error, seems mesos could not found docker command. You run

Re: SSL in Mesos 0.23

2015-08-14 Thread Marco Massenzio
FYI - Joris is out this week, he'll be probably able to get back to you early next (modulo MesosCon craziness :) *Marco Massenzio* *Distributed Systems Engineer* On Fri, Aug 14, 2015 at 9:14 AM, Carlos Sanchez car...@apache.org wrote: no suggestions? On Tue, Aug 11, 2015 at 6:47 PM, Vinod

Re: Problem with launching docker containers on Mesos 0.23.0

2015-08-14 Thread haosdent
Oh, does the /usr/local/bin update the PATH environment. On Sat, Aug 15, 2015 at 1:11 AM, Grzegorz Graczyk gregor...@gmail.com wrote: Thanks! It seems that mesosphere packaging of mesos changed. When I pass --docker=/usr/local/bin/docker explicitly to Mesos Slave everything works correctly.

Re: SSL in Mesos 0.23

2015-08-14 Thread Carlos Sanchez
looking forward to it, thanks! running out of ideas here on what am I doing wrong On Fri, Aug 14, 2015 at 6:53 PM, Marco Massenzio ma...@mesosphere.io wrote: FYI - Joris is out this week, he'll be probably able to get back to you early next (modulo MesosCon craziness :) Marco Massenzio

Re: Problem with launching docker containers on Mesos 0.23.0

2015-08-14 Thread haosdent
From the log error, seems mesos could not found docker command. You run the mesos in docker? On Fri, Aug 14, 2015 at 9:46 PM, Grzegorz Graczyk gregor...@gmail.com wrote: Environment: CoreOS 723.3.0 (latest stable) Docker 1.6.2 Marathon 0.10.0 Mesos 0.23.0 Logs:

Re: SSL in Mesos 0.23

2015-08-14 Thread Carlos Sanchez
no suggestions? On Tue, Aug 11, 2015 at 6:47 PM, Vinod Kone vinodk...@apache.org wrote: @joris, can you help out here? On Tue, Aug 11, 2015 at 9:43 AM, Carlos Sanchez car...@apache.org wrote: I have tried to enable SSL with no success, even compiling from source with the ssl flags

Re: Can't start master properly (stale state issue?); help!

2015-08-14 Thread Marco Massenzio
Thanks for the summary, Paul. As mentioned, I'm not terribly familiar with what happens in the 'log-replicas' folder so I will not even try to comment as I don't want to mislead you (and future readers) on red-herring chases. I can tell you that 'zapping' the ZK data folders is essentially

Re: Can't start master properly (stale state issue?); help!

2015-08-14 Thread Paul Bell
All, By way of some background: I'm not running a data center (or centers). Rather, I work on a distributed application whose trajectory is taking it into a realm of many Docker containers distributed across many hosts (mostly virtual hosts at the outset). An environment that supports isolation,

RE: resources not offered to framework

2015-08-14 Thread Mike Barborak
I’ve made the changes to my frameworks and Marathon to use roles. My question is, is there a way to change a slave’s role without restarting it? I ask because the slave I want to reconfigure is running frameworks that scheduled tasks that take a very long time to complete their work. These