a bit of readme

This commit is contained in:
Arseny Sher
2024-11-25 15:59:07 +03:00
parent 6b62b7633b
commit da5b71b5c1

View File

@@ -1,3 +1,8 @@
The specifications, models and results of running of them of the compute <->
safekeepers consensus algorithm for committing WAL on the fleet of safekeepers.
Following Paxos parlance, compute which writes WAL is called (WAL) proposer here
and safekeepers which persist it are called (WAL) acceptors.
Directory structure:
- Use modelcheck.sh to run TLC.
- MC*.tla contains bits of TLA+ needed for TLC like constraining the state space, and models/ actual models.