etcd-mesos
etcd-mesos copied to clipboard
self-healing etcd on mesos!
in some environments, hoarding offers for up to 5s is problematic. the 5s in this case is based on `chillFactor`: https://github.com/mesosphere/etcd-mesos/blob/4c7b93511d8ea6fdefe714f6f1ac826cb51ec2f8/scheduler/scheduler.go#L430
I'm seeing some scenario's where the etcd-server tasks are not being cleaned up. The initial setup was the following on DC/OS: 1 etcd task 3 etcd-server tasks I cleaned the...
I setup etcd on my cluster using DCOS CLI a first time and it worked. I then uninstalled it. A couple days later I decided to reinstall but since, every...
PumpTheBrakes was added as a dev stopgap before proper state verification was performed prior to launching new tasks. It's probably safe to remove now, but we need to do fault...
when hitting etcd-server.etcd.mesos, you will some days get a reply on port 1026, other days or clusters would be another port (1025 or 1027) Why is this happening? Thank you...
I'm attempting to use Vault with mesos-etcd as the storage backend, and I can't seem to get it to connect using discovery_srv. Vault looks for `_etcd-client._tcp.etcd.mesos` and mesos-dns has entries...
etcd version 2.2.3, mesosphere/etcd-mesos:0.1.3 etcd-mesos container leaves open sockets (we saw over 42,000k) and this eats up ports and bleeds into other port ranges eventually killing Spartan and therefore the...
Hi, I am trying to deploy a quorum of three etcd instances using the etcd-mesos framework. However it fails to deploy one of them with the following message: ``` E0529...
Fixes #56 Performed the following tests: - [x] (a) start up an etcd cluster; make sure that the number of expected servers is brought online - [x] (b) kill a...