2000 character limit reached
From Reversible Computation to Checkpoint-Based Rollback Recovery for Message-Passing Concurrent Programs (2309.04873v3)
Published 9 Sep 2023 in cs.PL
Abstract: The reliability of concurrent and distributed systems often depends on some well-known techniques for fault tolerance. One such technique is based on checkpointing and rollback recovery. Checkpointing involves processes to take snapshots of their current states regularly, so that a rollback recovery strategy is able to bring the system back to a previous consistent state whenever a failure occurs. In this paper, we consider a message-passing concurrent programming language and propose a novel rollback recovery strategy that is based on some explicit checkpointing operators and the use of a (partially) reversible semantics for rolling back the system.