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
|
||||
|
||||
If peer count < active size:
|
||||
Send join request
|
||||
If succeed:
|
||||
Clear cluster info from disk
|
||||
Return
|
||||
Check active size and send join request if needed
|
||||
If succeed:
|
||||
Clear cluster info from disk
|
||||
Return
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user