vmware-archive / haret

A strongly consistent distributed coordination system, built using proven protocols & implemented in Rust.
461 stars 18 forks source link

Make cluster state durable #72

Closed andrewjstone closed 7 years ago

andrewjstone commented 7 years ago

Right now, all cluster state is only stored in memory. If you stop a cluster you need to rejoin the nodes when they start up. We should save this state to disk.

andrewjstone commented 7 years ago

Dup of #20