mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
docs(standbys): clarify pseudocode
This commit is contained in:
parent
b7d9fdbd39
commit
e5ce4fca2e
@ -104,11 +104,10 @@ Loop:
|
|||||||
|
|
||||||
Sync cluster, and write cluster info into disk
|
Sync cluster, and write cluster info into disk
|
||||||
|
|
||||||
If peer count < active size:
|
Check active size and send join request if needed
|
||||||
Send join request
|
If succeed:
|
||||||
If succeed:
|
Clear cluster info from disk
|
||||||
Clear cluster info from disk
|
Return
|
||||||
Return
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user