vmware-archive / haret

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

Make namespace info durable #73

Open andrewjstone opened 7 years ago

andrewjstone commented 7 years ago

Right now, namespace information is only stored in memory (and in the in memory logs). However, in order to restore from backup this info needs to be persistent.