-
In cook.mesos.api/list-jobs, we lookup jobs by entity, then map them to UUID.
Then in https://github.com/twosigma/Cook/blob/master/scheduler/src/cook/mesos/api.clj#L2164, we call cook.mesos.api/fetch…
-
There's another, related issue that we could solve as part of this ticket: if the SOA `mname` isn't part of the mesos-dns domain, then mesos-dns SHALL NOT report an `A` RR. We don't perform any checks…
-
Hi folks,
We've been trying to configure a kafka cluster using kafka mesos framework and we're having some problems in order to decide how to configure our kafka java producer client.
It requires th…
-
It looks like URIs cannot be set as executable via a Chronos job definition (as far as I am aware, correct me if I'm wrong). If the command is an HTTP or FTP URI then it is set as executable.
Relevan…
-
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…
-
Create one button to stop and start the following services at once:
- Apache Mesos Master
- Apache Mesos Agent
- Apache Zookeeper
Needed features:
- Check if the service is already runnin…
-
At the moment rust-mesos uses the internal api (protobuf *Messages), but Mesos is implementing an offcial HTTP API: https://issues.apache.org/jira/browse/MESOS-2288
- For Schedulers (it has already la…
-
[root@slave-1 ~]# docker run -it --env MESOS_ROOT=/mesos -v ./build:/build containersol/mesos-modules-dev:14.04 sh -c 'cd /build ; cmake . ; make ; ./build/test_flocker_isolator'
docker: Error respons…
-
I run k8s on mesos as follow intruduce `http://kubernetes.io/docs/getting-started-guides/mesos/`
but always unsuccess , taskstate is TASK_LOST.
the mesos slave log is: `I0616 16:39:50.060895 63754 do…
-
替代mesos slave不能动态修改的attributes
- [ ] 对mesos slave节点自定义标签的CRUD
- [ ] 发应用/编排时,允许使用自定义标签进行constraint过滤
- [ ] 标签修改删除时,应检查当前没有应用的constraint在使用
对外需要这么几个API即可:
- [ ] 列出所有的mesos slave节点(接收query …