vivint-smarthome / ceph-on-mesos

Ceph on Mesos
http://vivint-smarthome.github.io/ceph-on-mesos/
Apache License 2.0
20 stars 4 forks source link

Switch to leader election algorithm #13

Closed timcharper closed 1 year ago

timcharper commented 7 years ago

Rather than acquiring lock in mesos, we should just have a single leader election instance that survives restarts of the task actor. Have taskActor wait for leadership, etc.

If we lose leadership, suicide, etc., etc.