mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Initializing at LastIndex+1 meant that new peers would not be probed immediately when they appeared in the leader's config, which delays their getting caught up.
24 lines
461 B
Plaintext
24 lines
461 B
Plaintext
# Nobody cares about ConfChangeUpdateNode, but at least use it once. It is used
|
|
# by etcd as a convenient way to pass a blob through their conf change machinery
|
|
# that updates information tracked outside of raft.
|
|
|
|
simple
|
|
v1
|
|
----
|
|
voters=(1)
|
|
1: StateProbe match=0 next=0
|
|
|
|
simple
|
|
v2 u1
|
|
----
|
|
voters=(1 2)
|
|
1: StateProbe match=0 next=0
|
|
2: StateProbe match=0 next=1
|
|
|
|
simple
|
|
u1 u2 u3 u1 u2 u3
|
|
----
|
|
voters=(1 2)
|
|
1: StateProbe match=0 next=0
|
|
2: StateProbe match=0 next=1
|