Hi, I have a single node mesos cluster on Ubuntu 14.04 host machine, with one node mesos-master and one node mesos-slave. I try to deploy and run my dockerized services with marathon but i have a weird problem.
For example If i start a new app with 5 instance, only one task start and the status stuck in "deploying". If i restart the mesos-master, then the second task start to run. Each restart for mesos-master cause an increment of a task. Any idea? Regards, Emre

