Skip to content

danwt/chain-replication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chain-replication

TLA+ for chain replication.

# Check
java -XX:+UseParallelGC -Xmx12g -cp tla2tools.jar tlc2.TLC -workers auto spec.tla
# Typecheck
java -XX:+UseParallelGC -Xmx12g -jar apalache-pkg-0.20.3-full.jar typecheck spec.tla

This TLA+ model is of one-shot chain replication. That is, a client writes a value to a replicated register once. The multi-shot algorithm simply calls the one-shot algorithm, and isn't interesting to model.

The failure model is crash-stop.

About

TLA+ for chain replication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages