aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4560092..a8ec2b4 100644
--- a/README.rst
+++ b/README.rst
@@ -63,7 +63,14 @@ section may be incomplete and subject to changes.
make
# start 4 demo replicas with scripts/run_demo.sh
- # start the demo client with scripts/run_demo_client.sh
+ # then, start the demo client with scripts/run_demo_client.sh
+
+
+ # Fault tolerance:
+ # Try to run run_demo.sh first and then run_demo_client.sh, then use Ctrl-C
+ # to terminate the proposing replica (e.g. replica 0). Leader rotation will
+ # be scheduled. Try to kill and run run_demo_client.sh again, new commands
+ # should still get through (be replicated) once the new leader becomes stable.
TODO
====