Files
etcd/raft/confchange/testdata/simple_idempotency.txt
Tobias Schottdorf fdaed88f14 raft: initialize new Progress at LastIndex, not LastIndex+1
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.
2019-08-14 20:53:34 +02:00

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