mesosphere-backup / etcd-mesos

self-healing etcd on mesos!
Apache License 2.0
67 stars 19 forks source link

stricter threshold for lock #62

Open spacejam opened 9 years ago

spacejam commented 9 years ago

Lock (https://github.com/mesosphere/etcd-mesos/blob/master/scheduler/scheduler.go#L342) should only occur if a previous node (cluster?) was able to instantiate first, otherwise it's needlessly becoming unavailable.

pires commented 7 years ago

Care to review this, @spacejam, and update if necessary?