twitter-archive / mysos

Cotton (formerly known as Mysos)
https://incubator.apache.org/projects/cotton.html
589 stars 67 forks source link

Leverage Mesos persistent resources primitives to retain the state of failed instances. #48

Closed xujyan closed 9 years ago

xujyan commented 9 years ago

With this feature Mysos scheduler can ask Mesos to run the a new instance of mysqld and recover the work directory left by the previously failed instance. This requires the host that the work dir is on remains online. If it is not, the new instance needs to be launched onto a new host and recover from the HDFS snapshot.

xujyan commented 9 years ago

Moved to https://issues.apache.org/jira/browse/COTTON-6