-
Hi,
I am getting below exception, Just curious to know what causing this issue/
[2016-01-07 13:48:02,153] INFO Loading jobs (org.apache.mesos.chronos.scheduler.jobs.JobScheduler:601)
[2016-01-07 13…
-
As of 1.0.0+, the Mesos devs are moving towards a "unified" containerizer. One where a docker container will run as an isolated instance within a plugin, not inside the central docker daemon. The old …
-
Hi,
We built chronos from master (`2.2.0_mesos-0.20.0-SNAPSHOT`) and installed it on a mesos-0.20.0 cluster.
Our jobs run through chronos seem unable to access the environment variables of the machi…
-
Attempting to run the scheduler exits after the following:
`root@mesos-master1 [STAGING]:~/zipkin-mesos-framework$ ./zipkin-mesos.sh scheduler --master master:5050 --user root --api http://master:808…
-
We had several occasions where the mesos slave with running broker got restarted, the framework tries to reconcile the broker task, then the framework got restarted while the broker state is "reconcil…
-
So, when Mesos-DNS starts, before it loads the state.json from Mesos, it replies to a result of leader.mesos as follows:
```
3c075477e55e:mesos-dns sdhillon$ dig -p8053 -t A @127.0.0.1 leader.mesos
…
-
I have a 3 node mesos setup with 1 master and 2 slaves running on Ubuntu 14.10 64-bit.
I compiled the project and uploaded the archive to my master and extracted it.
I modified my `mesos-site.xml` a…
-
```
root@app1.lab.blue.bisnode.net:/opt/hdfs/build/hdfs-mesos-0.1.4# ./bin/hadoop fs -ls hdfs://hdfs/
ls: Call From app1.lab.blue.bisnode.net/10.131.8.21 to hdfs:8020 failed on connection exception: j…
-
we want to avoid leaking goroutines if we can help it. use of `time.After` is probably ok in some places, and perhaps should be re-implemented using timers in others: we'll have to evaluate on a case-…
-
Raised in the Mesos project: https://issues.apache.org/jira/browse/MESOS-1895
Until then, we should enable cgroups isolation for mesos-slave by default in our Linux packages-
``` sh
--isolation=cgro…