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.
70 lines
777 B
Plaintext
70 lines
777 B
Plaintext
simple
|
|
v1
|
|
----
|
|
voters=(1)
|
|
1: StateProbe match=0 next=0
|
|
|
|
simple
|
|
v1
|
|
----
|
|
voters=(1)
|
|
1: StateProbe match=0 next=0
|
|
|
|
simple
|
|
v2
|
|
----
|
|
voters=(1 2)
|
|
1: StateProbe match=0 next=0
|
|
2: StateProbe match=0 next=2
|
|
|
|
simple
|
|
l1
|
|
----
|
|
voters=(2) learners=(1)
|
|
1: StateProbe match=0 next=0 learner
|
|
2: StateProbe match=0 next=2
|
|
|
|
simple
|
|
l1
|
|
----
|
|
voters=(2) learners=(1)
|
|
1: StateProbe match=0 next=0 learner
|
|
2: StateProbe match=0 next=2
|
|
|
|
simple
|
|
r1
|
|
----
|
|
voters=(2)
|
|
2: StateProbe match=0 next=2
|
|
|
|
simple
|
|
r1
|
|
----
|
|
voters=(2)
|
|
2: StateProbe match=0 next=2
|
|
|
|
simple
|
|
v3
|
|
----
|
|
voters=(2 3)
|
|
2: StateProbe match=0 next=2
|
|
3: StateProbe match=0 next=7
|
|
|
|
simple
|
|
r3
|
|
----
|
|
voters=(2)
|
|
2: StateProbe match=0 next=2
|
|
|
|
simple
|
|
r3
|
|
----
|
|
voters=(2)
|
|
2: StateProbe match=0 next=2
|
|
|
|
simple
|
|
r4
|
|
----
|
|
voters=(2)
|
|
2: StateProbe match=0 next=2
|