haret icon indicating copy to clipboard operation
haret copied to clipboard

Save cluster state to a file

Open andrewjstone opened this issue 10 years ago • 1 comments

Currently cluster state is only maintained in memory. We should save it to a file so an admin doesn't need to rejoin all the peers every time on startup.

andrewjstone avatar Aug 29 '15 04:08 andrewjstone

This is really only a problem if all nodes go down. Otherwise a single node in the quiescent cluster state will continuously try to reconnect to all nodes it knows about. Nonetheless, it is important not to have to reconfigure the cluster even in diskless log mode.

andrewjstone avatar Jun 22 '17 21:06 andrewjstone