more pictures

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

View File

@ -144,13 +144,36 @@ Disconnect Sequence:
{% highlight %}
RemoveServerRequest ------->
Follower Alice Leader Charlie
RemoveServerRequest ------->
<--------- RemoveServerResponse
<--------- LeaveClusterRequest
LeaveClusterResponse ------->
{% 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
-----------