crash-recover

crash-recover

🔧 Distributed Systems Reliability

a failure model where a node stops executing code and later restarts from durable state

With crash-recover semantics, the node replayed its write-ahead log on restart.