Re: Ports and Tasks

2017-09-19 Thread Sunil Shah
Hi Thodoris, What framework are you using? Marathon makes this port available as an environment variable, you may want to do similar: docs , code

Ports and Tasks

2017-09-19 Thread Thodoris Zois
Hello list, I have a weird problem, and i am wondering if there is any easy way to solve it. I am running some tasks (docker images using mesos contaunerizer) that each one starts a mysql server, does some queries and closes the server. Every server is listening to the same port. And that is

Re: Mesos at Metamarkets

2017-09-19 Thread Benjamin Mahler
Thanks for sharing this Charles, do you have any feedback (positive or negative) or feature requests for the Mesos project that you want to highlight on the list? On Fri, Sep 15, 2017 at 6:37 PM, Charles Allen < charles.al...@metamarkets.com> wrote: > Just fyi, a post went live that talks a bit

Re: strange behaviour: Task status -> error-> finished

2017-09-19 Thread Olivier Sallou
On 09/19/2017 11:22 AM, Benno Evers wrote: > Hi Olivier, > >> Can we have "non terminal" errors, from mesos point of view, where task > should not be considered as over? > > Not really, what you're seeing certainly looks like a bug, terminal updates > should be terminal. It'lls probably be hard

Re: strange behaviour: Task status -> error-> finished

2017-09-19 Thread Benno Evers
Hi Olivier, > Can we have "non terminal" errors, from mesos point of view, where task should not be considered as over? Not really, what you're seeing certainly looks like a bug, terminal updates should be terminal. It'lls probably be hard to debug it without more data ;) As a wild guess, since