From 601fe38247a8232694a3c9af282c179e6ad1720d Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 25 Feb 2020 16:16:33 -0500 Subject: bump salticidae version and make some minor changes --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.rst') 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 ==== -- cgit v1.2.3