-
Chronos 3.0 UI prevents to create a job with space in their name. But when upgrading from old Chronos with jobs definition already in zookeeper, Chronos didn't complain these jobs with space in their …
-
https://github.com/CiscoCloud/mesos-consul/blob/master/mesos/mesos.go#L121
Looking at this, I am not clear how a job/service that has multiple ports will be registered. How will they be differentiate…
-
The script `mesos-init-wrapper` forwards the output of started mesos processes to syslog.
This is very useful if the local syslog daemon is configured to forward all messages to a central log aggrega…
-
Hello!
As a rookie to ansible, I have some questions to bind them togetother:
1. There is a variable: `zookeeper_client_port: "2181"` in `ansible-mesos`, but not in `ansible-marathon`.
2. Both ansibl…
-
-
I have seen quite a few times with the existing framework that when Mesos(0.27.0) tries to rotate STDOUT in executor sandbox environment, the kafka-mesos framework freaks out. It stops receiving slav…
-
Kubernetes (manager.go in kubelet/dockertools) uses k8s.io/pkg/util/procfs to list procs in a cgroup in order to set OOM adjustments. the default implementation looks at the devices cgroup and attempt…
-
With the current impl, it's not possible to handle signals like `SIGINT` (KeyboardInterrupt) because `join()` calls `self.lock.wait()` with no timeout -- the signal is caught and queued for handling b…
-
It would be useful (for scripting etc) if there was a way to get the output of `riak-mesos framework endpoints` without the human-friendly output, currently:
```
$ riak-mesos framework endpoints
Fram…
-
Hello,
I'm under debian 8 and I have just upgraded to mesos 1.2.
Then mesos failed to start.
In /var/log/syslog I got the following error:
```bash
java.lang.UnsatisfiedLinkError: /usr/lib/libmeso…