Closed spacejam closed 9 years ago
executor re-seed support: https://github.com/mesosphere/etcd-mesos/pull/18
scheduler selection logic based on raft indices: https://github.com/mesosphere/etcd-mesos/pull/19
fully automatic reseeds: https://github.com/mesosphere/etcd-mesos/pull/23
When a cluster experiences livelock for
reseed-timeout
seconds, the scheduler should:cluster-size
/ 2 NEW slave instances, and kill the other previous members if that is successful.