...
1# Nobody cares about ConfChangeUpdateNode, but at least use it once. It is used
2# by etcd as a convenient way to pass a blob through their conf change machinery
3# that updates information tracked outside of raft.
4
5simple
6v1
7----
8voters=(1)
91: StateProbe match=0 next=0
10
11simple
12v2 u1
13----
14voters=(1 2)
151: StateProbe match=0 next=0
162: StateProbe match=0 next=1
17
18simple
19u1 u2 u3 u1 u2 u3
20----
21voters=(1 2)
221: StateProbe match=0 next=0
232: StateProbe match=0 next=1
View as plain text