-
Since version 0.22 Mesos is support task labels. (https://mesosphere.com/blog/2015/03/27/mesos-0-22-0-released/)
``` json
...
{
"executor_id": "default",
"framework_id": "20150312-120017-1677734…
-
I am getting this error almost every time when I try to start a new cluster:
```
INFO [2016-05-04 03:55:56,117] org.apache.mesos.offer.OfferEvaluator: Found Offer meeting placement constraints: id {…
-
We were trying out this service at our organization in an internal datacenter and we temporarily lost internet connection. Because this is resolving the external address of [airbnb](https://github.com…
-
While working on [tartunit](http://github.com/organix/tartunit), I came across what I believe to be a valid and useful use case for multiple configurations running on the same CPU. We have already pre…
-
Metronome seems to be the new framework for scheduling short running jobs on Mesos, taking over from Chronos. See https://github.com/dcos/metronome
-
I have experienced problems when using this cleanup scripts. A number of reservations has been kept on mesos. Probably this cleanup program requires some specific state in order to work properly, henc…
-
This is something i've been thinking about for a while, and i'd be interested if anyone else (@brndnmtthws @florianleibert?) has any contributions to the idea.
Currently the Hadoop on Mesos framework…
-
I have noticed this happen multiple times. A job gets stuck in Queued state but never really runs.
At the same time other jobs get submitted to mesos with no problems.
The only way to fix this probl…
-
Hi,
Is there a way to disable chronos framework with mesos-consul ? I have chronos finished task showing up a services in consul. I dont have a use for it and it is polluting the consul services names…
-
I'm trying to schedule a spark job on mesos using Chronos. My setup is
Mesos 0.28.1
Chronos 2.5.0
Spark 1.6
My problem is that the chronos runs the schedule but the resulting spark job doesn't run. …