more pictures

This commit is contained in:
zzz
2019-05-04 13:30:31 +00:00
parent 1a4b27849b
commit 68e08f4bc7

View File

@ -144,6 +144,8 @@ Disconnect Sequence:
{% highlight %}
Follower Alice Leader Charlie
RemoveServerRequest ------->
<--------- RemoveServerResponse
<--------- LeaveClusterRequest
@ -151,6 +153,27 @@ RemoveServerRequest ------->
{% endhighlight %}
Election Sequence:
.. raw:: html
{% highlight %}
Candidate Alice Candidate/Follower Bob
RequestVoteRequest ------->
<--------- RequestVoteResponse
if Alice wins election:
Leader Alice Follower Bob
AppendEntriesRequest ------->
(heartbeat)
<--------- AppendEntriesResponse
{% endhighlight %}
Definitions
-----------